agentsclimarketplace

Build phase

Skill euphoriawolf/ai-assisted-app-kit/skills/new-app/templates/project-kit/build-phase

Work the {{APP_NAME}} build ledger in TODO.md — pick the next phase/task, implement it end-to-end, keep CLAUDE.md + AGENTS.md current, and check items off. Use when building the next piece of {{APP_NAME}} or asking "what's next".From its SKILL.md

Install
npx -y skills add euphoriawolf/ai-assisted-app-kit --skill build-phase

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.7 KB, 375 tokens by cl100k_base, as published. Nobody here has run it

{{APP_NAME}} — build-phase

Drives the phased build of {{APP_NAME}} against TODO.md (the ledger) and CLAUDE.md (the brain).

Loop

  1. Read TODO.md. Find the first unchecked item in the earliest incomplete phase (or the phase the user names). Read CLAUDE.md for current architecture + conventions.
  2. Implement it end-to-end in the relevant package(s). Follow the stack conventions in CLAUDE.md: Cloudflare-native, API-first, provider abstraction for external deps, the one-price credit lever, the gotchas (timestamps as ISO Z, API_BASE for browser-navigated URLs, single Miniflare for local queue, @layer base, migration sync).
  3. Verify. pnpm typecheck; boot pnpm dev and exercise the change in the browser preview; for queue work, confirm a job round-trips. Never mark done on failing checks.
  4. Update the living docs. Check the item off in TODO.md. If the change was substantive, update CLAUDE.md, then re-mirror: cp CLAUDE.md AGENTS.md. Add any new gotcha to CLAUDE.md.
  5. Report what shipped and what's next.

Rules

  • One coherent task per pass; don't sprawl. Prefer finishing a phase before starting the next.
  • Reuse existing utilities/components before writing new ones (grep first).
  • Customer-facing copy goes through /brand-voice; UI through /design.
  • Keep CLAUDE.md and AGENTS.md byte-identical — they are the memory that survives context resets.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.