ai-agents-build-and-env

Solid

Runbook to recreate the ai-agents dev environment from scratch and survive its traps, including the uv-pinned Python 3.14.6, git hooks install, MCP layer setup, contributor commands, and PEP 668. Use when you say `set up this repo`, `bootstrap the environment`, `fresh clone setup`, or you hit `ModuleNotFoundError yaml`. Do NOT use for the generation pipeline (use `ai-agents-generation-and-release`) or CI gate evidence rules (use `ai-agents-validation-and-qa`).

AI & Automation 38 stars 13 forks Updated today MIT

Install

View on GitHub

Quality Score: 77/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ai-agents Build and Environment Runbook <!-- vendor-portability: contributor-facing knowledge pack for the rjmurillo/ai-agents repo itself; intentionally references upstream paths (.agents/, .claude/, scripts/, build/) because its audience is repo contributors, not plugin consumers (issue #2050) --> Recreate a working dev environment for this repository from a fresh clone, verify it actually works, and avoid the traps that have cost prior contributors real time. Audience: a zero-context mid-level engineer or Sonnet-class model. Every command below was verified against the repo on 2026-07-03; the Provenance section gives a re-verification one-liner for each volatile fact. ## Triggers - `set up this repo` - `bootstrap the environment` - `fresh clone setup` - `ModuleNotFoundError: No module named yaml` - `environment traps` ## Scope This skill is environment setup and survival only. Adjacent problems route to siblings: | You want | Use instead | |----------|-------------| | Regenerate mirrors, bump plugin versions, release | `ai-agents-generation-and-release` | | Understand what counts as test evidence, run CI-equivalent gates | `ai-agents-validation-and-qa` | | Full catalog of env vars, skip markers, escape hatches | `ai-agents-config-catalog` | | Triage a failing hook, gate, or test | `ai-agents-debugging-playbook` | ## Process ### Phase 1: Prerequisites The interpreter version has ONE source of truth: `.python-version` (currently `3.14.6`, as of 2026-07-03). Do not...

Details

Author
rjmurillo
Repository
rjmurillo/ai-agents
Created
7 months ago
Last Updated
today
Language
Markdown
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category