From danielpetro-skills
Sets up project-specific build, test, runtime, and evidence verification loops for AI agents. Use when onboarding a repo, documenting build/test commands, creating AGENTS.md instructions, preparing a project verification skill, or turning an ad hoc workflow into a repeatable build-and-verify loop.
How this skill is triggered — by the user, by Claude, or both
Slash command
/danielpetro-skills:setup-build-verify-loopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a verified loop that tells future agents exactly how to build, run, test, and prove work in a project.
Create a verified loop that tells future agents exactly how to build, run, test, and prove work in a project.
AGENTS.md, a project skill under skills/, or an existing project convention.Read the relevant files first. Prefer rg --files and targeted reads.
Look for:
AGENTS.md, CLAUDE.md, skills/**/SKILL.md, .cursor/rules.Makefile, justfile, Taskfile.yml, turbo.json, nx.json, moon.yml, mise.toml..github/workflows/*, .gitlab-ci.yml, CircleCI, Bitrise, Fastlane, deployment configs.serve-sim skill as a prerequisite.See REFERENCE.md for discovery commands, platform prerequisites, and failure handling.
Define commands by speed and purpose:
Document commands according to what happened:
Never hide failures by omitting the command. Future agents need the real operating envelope.
Keep the output command-first. Include:
Use EXAMPLES.md for AGENTS.md, project skill, final response, and PR evidence templates.
For user-visible work, require reviewable evidence in addition to tests.
.context/evidence/ or the repo's established equivalent.For mobile simulator work, require the serve-sim skill and default to it for simulator control when available. See REFERENCE.md for platform-specific prerequisites.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub welldundun/skills