skills/scaffold/SKILL.md
Generate incremental local code modules following existing codebase patterns. Use for endpoints, components, packages, collections, or modules inside an existing repo; not for full project scaffolds.
npx skillsauth add shipshitdev/library scaffoldInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate incremental code inside an existing repository, following local codebase patterns.
Inputs:
Outputs:
Creates/Modifies:
External Side Effects:
Confirmation Required:
Delegates To:
project-init-orchestrator when the user needs a whole new projectfullstack-workspace-init / npx @shipshitdev/v0 when the user needs a new Shipshit.dev product reponestjs-expert, react-patterns, shadcn, or typescript-expertDetermine what to scaffold from arguments:
endpoint [name] — New API endpoint (controller + service + module)module [name] — New backend module with full structurecomponent [name] — New UI component with proper typingpackage [name] — New shared packagecollection [name] — New database collection with schema + serviceFind 3+ existing examples:
Scaffold based on type:
src/index.tsApply critical rules:
Report: List all files created and any manual steps needed
development
Coordinates a weekly engineering review of board accuracy, recent code changes, operational health, and scoped cleanup. Use for a recurring repository health review or a review of the last several days.
testing
Audits project board configuration and prepares explicitly requested setup, copy, or normalization changes while preserving the existing workflow and provider boundaries. Use when inspecting a board's fields, columns, scope, or configuration.
testing
Reconciles a project board with current work and delivery evidence, reports incomplete coverage and metadata gaps, and applies only approved provider-supported field changes. Use when auditing board drift, reviewing blocked work, or assessing upcoming delivery.
development
Walk through how a subsystem works. Use for "how does X work", code walkthroughs before changing something, and placement or ownership questions. Explains architecture, runtime flow, and onboarding mental models. Can critique architecture. Use why for motivation.