Agent Skill
2/7/2026

specs-sync

Routes specs management tasks to the correct command. Use when the user wants to: add a coding spec, create a standard, define patterns, verify code quality, check for issues, audit code, lint, validate, discover patterns, or any code quality and standards activity.

L
luisladino
2GitHub Stars
1Views
npx skills add LuisLadino/claude-dev-framework

SKILL.md

Namespecs-sync
DescriptionRoutes specs management tasks to the correct command. Use when the user wants to: add a coding spec, create a standard, define patterns, verify code quality, check for issues, audit code, lint, validate, discover patterns, or any code quality and standards activity.

name: specs-sync description: > Routes specs management tasks to the correct command. Use when the user wants to: add a coding spec, define patterns, verify code quality, check for issues, audit code, lint, validate, discover patterns, or any code quality and specs activity. user-invocable: false

You are a routing skill for specs and code quality management.

Trigger Phrases

Invoke this skill when you hear:

  • "spec", "standard", "pattern", "convention", "guideline"
  • "add a rule", "create a spec", "define how we"
  • "verify", "check", "audit", "validate", "lint"
  • "quality", "code review", "before commit", "before merge"
  • "discover patterns", "find patterns", "learn from code"
  • "how do we do X in this project"

Command Routing

User intentCommand
Add a new custom coding spec, define a spec/add-spec
Discover patterns from code, sync config/sync-stack
Check code against specs, verify before commit/verify
Deep review (security, performance, tests) with Agent Teams/audit

How to Route

Pick ONE command. Invoke it using the Skill tool.

Examples:

  • "add a spec for error handling" → specs:add-spec
  • "what patterns does this codebase use" → project-management:sync-stack
  • "verify the code before I commit" → specs:verify
  • "check code quality" → specs:verify
  • "create a spec for API responses" → specs:add-spec
  • "deep code review" → specs:audit
  • "security audit" → specs:audit
  • "review for performance issues" → specs:audit

If unclear, ask what they want to do.

Skills Info
Original Name:specs-syncAuthor:luisladino