22 curated packs — each distilled from the best practices of its discipline through practitioner research and RFC-and-ADR governance.
Install any pack in one command:
agentbundle install --pack <name> # repo scope (default)agentbundle install --pack <name> --scope user # user scope| Pack | Scope | Description |
|---|---|---|
| Core | repo | Supervised coding, brief to merged PR. The agent writes a spec, works it, runs your gates, and hands the diff to reviewers that argue with it before you ever look. |
| Governance Extras | repo | Write the RFC, record the ADR, and keep track of which ones are still open. Templates come with it, so nobody argues about format. |
| Desk Research | user | Ask a question, get an answer with citations you can check. It runs from a two-minute lookup to a multi-week investigation with its own folder, and argues against its own findings before handing them over. |
| Architect | user | Understand the architecture you have, decide what to do next, design the future, diagram it, and review the evidence. |
| Product Engineering | user | The messy part, before there is anything to build. Name the outcome, find the assumption that would sink it, and test that one first. What survives gets cut into specs a delivery loop can pick up. |
| Product Strategy | user | The questions someone will ask before they fund the work. SWOT, Five Forces, PESTLE, BCG, OKRs, a PRFAQ — each one ending in a committed document rather than a deck. |
| Release Engineering | repo | Ship it the way production will see it. Deploy to a throwaway environment, run the tests, read the telemetry, and go round again until it holds. Then it stops and asks, because the next step is the one you cannot undo. |
| Frontend Engineering | user | Build the web surface, then prove it holds up. HTML, CSS, and JS with a real token system, WCAG 2.2 AA, and Core Web Vitals measured rather than asserted. A reviewer reads the diff for the regressions those three tend to hide. |
| IaC (Terraform) | repo | Describe the infrastructure you want; get Terraform you would be willing to review. Cloud-agnostic, gated on a written decision, and it stops at the plan — applying is still yours. |
| Monorepo Extras | repo | Add a package to the monorepo without hand-wiring the build. |
| Contracts | user | Write the OpenAPI or AsyncAPI contract before anyone writes a handler. |
| Atlassian | user | Run Jira and Confluence from a conversation, including reviewed Jira or Jira Align refresh with capability-scoped write-back. |
| Figma | user | Paste a Figma share URL and the agent can read the file. It pulls nodes, variables, and version history, renders frames as images, leaves comments, and turns a FigJam connector graph into Mermaid. |
| GitHub | user | Read GitHub Issues or Milestones into repository intake, then review refresh deltas and confirm narrow coordination write-back. |
| Linear | user | Read Linear work into the shared content-based repository intake route, with a separate approved delta sync for existing briefs. |
| Experience Design | user | Start from what the customer is trying to do and end at a screen someone could build. Journey, copy, flows, visual craft — and a reviewer that asks about the empty state and the focus ring you forgot. |
| Product Documentation | repo | Documentation that matches what actually shipped. Write, restructure, or audit pack READMEs and user guides, with Diátaxis deciding what each page is allowed to do. |
| Converters | user | Say “convert this PDF to Markdown” or “turn this into a branded deck” and it happens. Documents, images, and Outlook email go in; Markdown, HTML, Word, PowerPoint, and Excel come out. |
| Catalogue Curation | repo | For catalogue maintainers: assimilate outside skills, survey repositories, propose packs, and compile pack-owned OKF knowledge. |
| Credential Brokers | user | Your credentials stay out of the repo and out of the agent’s context. credbroker resolves them in-process, sso-broker handles the browser cookie dance, and an LLM-cooperative credential-setup skill walks you through the first time. |
| Agent Skill Engineering | user | Frame, create, update, review, and optimize portable agent skills with governed reference knowledge. |
| User Guide (Diátaxis) — Deprecated | repo | Deprecated. Install product-documentation instead; this exists so older installs keep working. |