agentsclimarketplace

Build phase

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

A kit for building web apps with an AI coding agent: Claude Code skills that interview you, scaffold the app, write its living docs, and install per-project skills — on top of a production Cloudflare stack (auth, D1, queues, design system).

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.

2 things to look at

  • 12 days oldThe repository was created 12 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 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.

What its author says it does

Copied from the file, not written here

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".

SKILL.md

1.7 KB, 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.

Keep looking

Skills are one crate of 328,083. 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.