Skills
Package agent behavior as named, reusable workflow recipes (scaffolder / refactor / audit / review)
In Windsurf 2 (and mirrored in Cursor best practices), the durable unit of reuse is a Workflow — a named recipe bundling a prompt template plus its tools and scope — and four archetypes have proven to stick: scaffolder, refactor, audit, and review. Instead of re-typing complex instructions each session, you invoke a workflow that already encodes the right tools and guardrails for that job. Builders should extract their most-repeated agent tasks into these four buckets, define each as a scoped workflow, and treat them as version-controlled team assets rather than ad-hoc prompts.
↳ Follow the thread