Agent skill

build

Feature implementation workflow. Use when the user wants to: - "build a", "create a", "implement", "add feature" - build a new page, component, feature, integration - create something from scratch - add new functionality to the app

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/build-darkroomengineering-cc-settings

SKILL.md

Feature Build Workflow

Follow standard Maestro workflow: plan -> explore -> scaffold -> implement -> test -> review.

Pre-Implementation Checklist (MANDATORY)

Before implementing with ANY external library:

  1. Fetch docs - Run /docs <library> to get current API via context7. Never code from memory.
  2. Check versions - Run bun info <package> for latest version
  3. Follow patterns - Check existing code for similar implementations

Output

Return a concise summary:

  • What was built: Feature description
  • Files created: List of new files
  • Files modified: List of changed files
  • How to use: Quick usage guide
  • Tests added: What's covered

Remember

  • Always use Satus conventions (Image/Link wrappers, CSS modules as 's')
  • Server Components by default, Client only when needed
  • Store useful patterns as learnings

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results