scaffold

Installation
SKILL.md

Scaffold

Generate new code following existing codebase patterns.

Steps

  1. Determine what to scaffold from arguments:

    • endpoint [name] — New API endpoint (controller + service + module)
    • module [name] — New backend module with full structure
    • component [name] — New UI component with proper typing
    • package [name] — New shared package
    • collection [name] — New database collection with schema + service
  2. Find 3+ existing examples:

    • Search for similar implementations in the codebase
    • Identify the exact patterns used (imports, naming, file structure)
    • Note any module-specific conventions
  3. Scaffold based on type:

Related skills
Installs
22
GitHub Stars
22
First Seen
Apr 7, 2026