project-builder

project builder

starchild-ai-agent 18 ↓ 5k updated 25d ago
Claude Code
View source ↗

What it does

  • If user confirms: proceed to Phase 2.
  • If user requests changes: revise design and re-confirm.
  • If no confirmation: do not write/modify code.
  • Pure inline analysis with no persistent code
  • Modifying an existing output/projects/... project (keep its layout)
  • User explicitly says "just throw a script in /tmp" or similar
  • Every new env var read by code → add to .env.example in same edit

Requirements & configuration

  • localhost /chat/stream: full agent with tools. Use only when LLM needs tool access.
  • service that must stay reachable 24/7 needs: ① a keepalive watchdog

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

project builder

Source

Repository: https://github.com/starchild-ai-agent/official-skills

project-builder FAQ

What does the project-builder skill do?

| End-to-end project engineering: design, incremental build, verify, debug systematically. If user confirms: proceed to Phase 2. If user requests changes: revise design and re-confirm.

What does project-builder require?

localhost /chat/stream: full agent with tools. Use only when LLM needs tool access. service that must stay reachable 24/7 needs: ① a keepalive watchdog

How do I install project-builder?

Run: npx -y skills add https://github.com/starchild-ai-agent/official-skills --skill project-builder --agent claude-code — the source lives at github.com/starchild-ai-agent/official-skills.

Maintain project-builder?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

project-builder on getagentictools
[![project-builder on getagentictools](https://getagentictools.com/badge/skills/starchild-ai-agent-official-skills-project-builder.svg)](https://getagentictools.com/skills/starchild-ai-agent-official-skills-project-builder?ref=badge)
npx agentictools info skills/starchild-ai-agent-official-skills-project-builder

The second line is the CLI lookup for this page — handy in READMEs and docs.