bootstrap

Featured

Initialize explicitly requested, missing AgentOps documentation and optional verdict storage without taking over repository workflow. Triggers: "bootstrap AgentOps", "initialize AgentOps docs".

AI & Automation 434 stars 40 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 97/100

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

Skill Content

# Bootstrap — minimal project setup Bootstrap fills only explicitly requested, missing AgentOps entry documents and, when requested, the durable verdict directory. It does not initialize Git, install hooks, create tracker state, start runtimes, or impose a delivery workflow. Never-overwrite is what makes bootstrap safe to run on any repository: a setup step that can only add is idempotent by construction, while one that can replace must first prove it understands what it is replacing. Named failure mode — **scaffold sprawl**: creating files the caller never requested because a "complete" setup feels more helpful than a minimal one. Anti-pattern: inferring product intent from directory names and READMEs to avoid asking the caller. Corrective: ask for the missing content; a wrong PRODUCT.md written confidently is worse than a question. ## Prompt ```text Bootstrap missing AgentOps docs for fleet-router (ao is installed). Create only PRODUCT.md and GOALS.md since they're missing; AGENTS.md already exists, so leave it untouched. Also create .agents/ao/verdicts/sha256/. Report created, skipped, and failed paths. ``` ## It's working if - The report lists `PRODUCT.md` and `GOALS.md` as created and `AGENTS.md` as skipped because it already exists. - A path collision with an existing document, e.g. `AGENTS.md` already present, gets reported as skipped rather than overwritten. - `.agents/ao/verdicts/sha256/` gets created only when the caller explicitly requested durable verdict ...

Details

Author
boshu2
Repository
boshu2/agentops
Created
10 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

bootstrap

Scaffold or retrofit documentation-led conventions (AGENTS.md, CLAUDE.md, CONVENTIONS.md, ADR catalogue, plan/ queue, _agent/ coordination) into a repo. Use when the user asks to "set up conventions", "bootstrap ADRs", "scaffold the documentation-led layout", "add AGENTS.md and a plan queue", or invokes /bootstrap. Works on fresh repos and existing ones — preserves existing content and merges rather than overwrites. Opens with an express / guided / full depth choice, so a quick conservative setup needs almost no questions.

12 Updated 4 days ago
EvolveHQ
AI & Automation Listed

bootstrap-agent-docs

Use when a repository has no project AGENTS.md and needs a minimal agent entry point with verified commands and architecture routing, or when the user says "bootstrap agent docs", "init agent docs", or "scaffold AGENTS.md"

1 Updated 1 weeks ago
gzb1128
AI & Automation Listed

agentic-project-bootstrap

The day-one instantiation runbook for the whole human-directs-AI-agents workflow system. Use when starting a new project; when adopting this workflow on an existing project; for day-one setup; when standing up a spec, memory files, GitHub-backed planning and delivery, quality gates, a review cadence, and an evolution ledger together; when someone says "set up the workflow", "bootstrap this repo", "start a project the agentic way", or "instantiate the agentic workflow". This is the ROUTER — it sequences the sibling skills and gets out of the way. Do not trigger it for ordinary mid-project Issue, PR, documentation, or implementation work. Premise: the workflow is the product, as much as the code.

0 Updated 1 months ago
gidde032