SKILL_MD
new-loop
by AI-Builder-Club
79

Spin up a new loop (domain) in a file-based knowledge base — bootstrap the substrate if it's missing, gather the loop's charter, scaffold domains/<loop>/README.md, then do ONE real test run and record it in the loop's Timeline and LOG.md. Use when the user says "set up a new loop", "create a domain…

Personal Knowledge / 个人知识管理Safe-ishScanned
SKILL_MD
visual-flow-gif
by AI-Builder-Club
79

Create animated flow diagrams from articles, workflow notes, architecture sketches, or process descriptions using a JSON specification and a local Python/Pillow renderer. Use when the user wants to turn source material into a static PNG + animated GIF diagram.

Coding / 软件开发Safe-ishScanned
SKILL_MD
verifier-setup
by AI-Builder-Club
75

Set a repo up to prove engineering-task work actually works before it ships. Investigates the repo, ensures a one-command dev stack (`dev-local`) exists, asks whether verification runs locally or in a sandbox (crabbox), confirms/installs the driver (the `playwright-cli` skill for web by default). O…

Automation / 自动化Safe-ishScanned
SKILL_MD
crabbox-setup
by AI-Builder-Club
75

Scaffold an isolated CLOUD dev box per agent (via crabbox + Daytona) for any codebase — the parallel-safe counterpart to dev-local-setup. Each agent gets its own full stack (own DB + dev server) and an in-box browser for e2e, so concurrent loops never collide on ports/state. Sets up the snapshot im…

Coding / 软件开发Safe-ishScanned
SKILL_MD
dev-local-setup
by AI-Builder-Club
75

Scaffold a one-command `dev-local` launcher for ANY codebase. Investigates the repo to find its services, ports, and infra dependencies, then generates a single `scripts/dev-local.sh` (up/down/status/logs/restart) that runs every dev server in one tmux session, plus a short skill doc describing it.…

Coding / 软件开发Safe-ishScanned
SKILL_MD
e2e-setup
by AI-Builder-Club
75

Set up an end-to-end test suite in any repo, following practices that make e2e a reliable per-PR gate: real flows over bypass, layered assertions, a reusable auth/session helper, video+trace evidence, and a compounding suite. Use when a repo has no e2e (or weak e2e) and you want system-level tests …

Coding / 软件开发Safe-ishScanned
SKILL_MD
setup-codebase-harness
by AI-Builder-Club
71

Master skill — set up the full agent harness for any repo so an agent can work it reliably: legible (map-not-manual docs + custom lints), executable (one-command dev stack), verifiable (e2e gate + a verify-before-ship loop), plus commit hygiene and entropy control. Use when onboarding a new/unfamil…

Coding / 软件开发Safe-ishScanned