JavaScript is disabled. Some features may not work.
implement — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

implement

generationSafeIntermediateClaude

How to Install

Claude Code:
git clone --depth 1 https://github.com/hoyvoh/project-based-agent-kit.git && cp project-based-agent-kit/.claude/skills/implement ~/.claude/skills/implement -r
--- name: implement description: "Architecture-first implementation. Invoke when user asks to implement, build, or add a feature. Never writes code before design is reviewed. Phases: understand requirement → design (interface-first, data flow) → critic pass (SOLID/DRY/security) → get approval → implement (backward-compatible) → verify → report." allowed-tools: - Bash - Read - Write - Edit - Grep - Glob metadata: token-cost-tier: instruction token-cost-estimate: 6000 --- See `.claude/commands/implement.md` for the full workflow. This skill enforces: design before code, critic pass before implementation, explicit approval gate, backward-compatible changes only.

Details

Category Coding → generation
Sourcehoyvoh/project-based-agent-kit
SKILL.mdView on GitHub →
Repo StarsN/A
Est. per SkillN/A (shared across 17 skills from this repo)
DifficultyIntermediate
Risk LevelSafe

Related Skills

Works Well With

Skills from the same repository — often designed to work together