.agents/skills/autonomy--runtime-creator/SKILL.md
Builds the scripts, setup flow, and runtime documentation needed for an agent to install dependencies, start local services, boot the app, and run smoke checks from a clean checkout. Use when a runtime audit report exists and runtime readiness needs improvement. Do not use when no audit report exists (run autonomy--runtime-auditor first) or when the main gap is test coverage depth (use autonomy--test-readiness-creator).
npx skillsauth add patterninc/code-mint autonomy--runtime-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Build out a repository's runtime readiness so that an agent can go from a clean checkout to a runnable application or local runtime equivalent. Base all work on autonomy--runtime-auditor.
Read .agents/reports/autonomy--runtime-auditor-audit.md. If no report exists, instruct the user to run autonomy--runtime-auditor first.
Treat this as a guided runtime workshop, not just a scripting pass.
When needed, ask the developer:
For smoke-test patterns and safety boundaries, see ../autonomy--runtime-auditor/references/smoke-test-guide.md. The guide lives with the auditor skill intentionally so runtime audit and remediation share one canonical document (docs/skill-development.md documents this cross-skill link pattern).
Treat the audit report as the remediation queue:
Top Blockers, Human Decisions Needed, Safe To Automate, and Cold Start Results.Before editing files, summarize the proposed runtime flow back to the developer:
Address in this order:
.node-version, .python-version, .tool-versions, or equivalentAGENTS.mdTarget: a clear make setup, scripts/setup.sh, or equivalent entry point that handles the safe local setup path.
If local dependencies are missing or unclear:
If the repository supports multiple local runtime shapes, document the recommended default first and treat other paths as optional variants.
If the audit found infrastructure visibility gaps:
gh for GitHub, glab for GitLab) is sufficient for inspection and when a clone is actually neededDo not assume cloud provisioning must be automated in order for runtime readiness to be acceptable.
Create or improve:
Target: the agent can start the app and perform a basic confidence check without improvising.
Prefer the safest meaningful smoke path:
If authentication is required, document the safest local path, such as a dev-only seed user or mock auth mode. If no safe path exists, document that boundary clearly instead of inventing one.
Run the safe local runtime sequence:
Stop and ask for approval before continuing if a step would:
If any step still depends on human approval or real cloud setup, document that boundary clearly instead of pretending the path is fully autonomous.
.agents/reports/completed/autonomy--runtime-auditor-audit-{YYYY-MM-DD}.mddocs/onboarding-checklist.md and .agents/code-mint-status.json with the current smoke_path outcome status and date. Optionally update docs/skills-status.md if the repository keeps the compatibility view.development
Best practices and template for creating new agent skills in the code-mint framework. Use when creating a new skill, authoring SKILL.md files, or structuring skill directories. Do not use when editing an existing skill's logic (edit directly instead) or when creating AGENTS.md files (use legibility--enhancer).
development
Step-by-step playbook that transforms a repository for AI-first development. It scopes the repository, runs read-only audits, maintains an outcome-driven checklist, guides collaborative improvements, and verifies the results with evidence. Use when onboarding a new repository, when a user says "set up this repo for agents," or when starting a harness engineering transformation. Do not use when the repo is already onboarded and the goal is to run a single specific skill.
development
Collaboratively walks a human through creating high-quality AGENTS.md files throughout a codebase, implementing progressive disclosure architecture. Use when creating or updating AGENTS.md files, onboarding a repository to agent-first practices, or remediating findings from legibility--auditor. Do not use when evaluating existing documentation coverage (use legibility--auditor) or when creating agent skills (use meta--skill-creator).
development
Audits a repository's documentation coverage and agent-readiness by evaluating AGENTS.md placement, progressive disclosure quality, and UX intent documentation. Use when evaluating repository structure, auditing documentation coverage, assessing agent-readiness, or onboarding a codebase to agent-first practices. Do not use when creating or editing AGENTS.md files directly (use legibility--enhancer instead).