build-implementation
Generate context-aware implementation prompts for a selected growth loop. Use when the user says "build", "implement", "generate code", "create prompt", or "how do I build this".
pinned to #e2173a9updated 2 months ago
Ask your AI client: “install skills/build-implementation”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/build-implementationmetahub onboarded this repo on the author's behalf.
If you own github.com/SkeneTechnologies/skene on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
120
Last commit
2 months ago
Latest release
published
- #ai-tools
- #anthropic
- #automation
- #cli
- #cli-tool
- #code-documentation
- #codebase-analysis
- #developer-tools
- #gemini
- #growth-hacking
- #llm
- #mcp
- #mcp-server
- #openai
- #plg
- #product-led-growth
- #pydantic
- #python
- #python3
- #tech-stack-detection
About this skill
Pulled from SKILL.md at publish time.
Generate implementation prompts via the Skene CLI. The CLI generates the plan, not you.
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.e2173a9· 2 months ago
Kind-specific
3 passed1 warningSkill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Skill: SKILL.md present
found at cursor-plugin/skills/build-implementation/SKILL.md · frontmatter source: SKILL.md
Skill: body content present
286 words · 1,994 chars · 4 sections
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
Release history
1- releasecurrente2173a9warn2 months ago
Contents
Generate implementation prompts via the Skene CLI. The CLI generates the plan, not you.
Agent behavior rules
- Autonomous. Run the CLI, read the output, execute the implementation. No mid-flow questions.
- CLI is the source of truth. If
uvx skene buildfails, report the error. Do NOT write your own implementation plan as a substitute. - User cannot type into agent terminals. The agent handles all CLI input.
Steps
-
Discover CLI options Run
uvx skene build --helpto see available flags and understand any interactive prompts. -
Verify loop selection
ls .skene/active-loop.json 2>/dev/null || ls skene-context/growth-loops/ 2>/dev/null || ls skene/growth-loops/ 2>/dev/nullIf missing: "Run/skene-planfirst." Stop. -
Generate implementation prompt The CLI may present a menu (e.g. "Select option [1/2/3/4]"). Always pipe the option that shows the full prompt in the terminal (typically
3for "Show full prompt"):echo 3 | uvx skene buildIf the menu options differ from expected, check --help output or the terminal output to pick the "show/print prompt" option.
-
Read the prompt The CLI saves output to
skene-context/growth-loops/(legacyskene/growth-loops/). Read the full implementation prompt from the terminal output or that directory. -
Execute the prompt Start implementing the steps from the CLI-generated prompt directly. Present a brief summary of what will be done, then execute. Break large implementations into logical chunks.
-
Report completion "Implementation complete. Run
/skene-statusto validate."
Error handling
- CLI failure: Report error, suggest fix. Do NOT fabricate implementation plans.
- Stuck on menu prompt: Kill terminal, re-run with piped input.
- Permission errors: Give user the command for their terminal.
Output
Summary of what was implemented + "Run /skene-status to validate."
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/build-implementation