implementation

Installation
SKILL.md

Implementation

Pick the next feature. Build it. Verify it. Ship it.

Gotchas

Gotcha What happens Do instead
Committing before verify passes Broken code lands in history, needs revert or fixup Always run verify.sh first — commit only on exit 0
Reading full feature-list.json Burns context tokens as feature list grows (33+ features) Use feature.py next to get just the one feature you need
Script fails, agent rewrites it Loses project-specific customizations from /init-project Read the script, fix the broken command — never recreate
Forgetting to update AGENTS.md Architecture/Key Files drift from actual codebase Check if you added/removed modules — update if so

Workflow

1. Pick Feature

Installs
10
Repository
ingpoc/skills
GitHub Stars
9
First Seen
Jan 25, 2026
implementation — ingpoc/skills