agent-builder skillA
agent-builder is agent-read markdown (skill) from aaaaqwq/agi-super-team: Build agent from spec: code, skill, config, launchd.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Agent Builder > Takes a spec from Process Analyst and implements the agent: code, skill, config, launchd. ## When to use - After Process Analyst has created a spec - "build an agent for process X" - "implement spec Y" ## Input Spec file from `$AGENTS_PATH/specs/[name].spec.md` ## How to execute ### Step 1: Read the spec - Read the spec file completely - Read the reference implementation: Email Pipeline (`$GOOGLE_TOOLS_PATH/email_agent.py`) - Understand the pipeline: trigger → steps → output ### Step 2: Define architecture Based on the spec, define: ``` agents/[name]/ ├── [name]_agent.py ← Main agent script ├── config.json ← Configuration (paths, params) ├── README.md ← Documentation └── test_[name].py ← Tests ``` **Build rules:** 1. **One file = one step** (if step is complex) or **one file = entire pipeline** (if simple) 2. **Claude CLI for AI** — use `claude -p --model [model]` instead of API key 3. **CSV for data** — read/write via pandas or csv module 4. **Git auto-commit** — if agent modifies CRM/PM data 5. **Telegram notification** — if human approval is needed 6. **Dry-run mode** — mandatory `--dry-run` flag …
Read the whole file at its exact version.
How to install
mdr add aaaaqwq/agi-super-team/agent-builder@git:20260421.9d3e41dmdr add aaaaqwq/agi-super-team/agent-builder@sha256:421c3a5475e0c313Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_bfaqht5sd64ododc)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (3232 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
aaaaqwq/agi-super-team · 98 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_bfaqht5sd64ododc GET https://markdownregistry.com/api/v1/resolve?ref=aaaaqwq/agi-super-team/agent-builder GET https://markdownregistry.com/api/v1/blob/421c3a5475e0c313a14b404e82c8c690e60e8fc9f8aba94cce472c08f3aa82bb
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from aaaaqwq/agi-super-team
Every file in aaaaqwq/agi-super-team