/quickstart One job: Tell a new user what AgentOps does and what to do first. Fast. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execution Steps Step 1: Detect setup Step 2: Show what AgentOps does Output exactly this (no additions, no diagrams): Step 3: One next action Match the first row that applies. Output that message. | Condition | Message | |-----------|---------| | GIT=false + AO=true + GLOBAL AGENTS=true | "🗂 You're outside a git repo but have a global corpus at . Global knowledge workflow:\n 1. — scan all across your repos and promote artifacts into \n 2. — mine, synthe…

\"\ncheck \"name is quickstart\" \"grep -q '^name: quickstart' '$SKILL_DIR/SKILL.md'\"\ncheck \"mentions onboarding\" \"grep -Eqi 'onboarding|new user' '$SKILL_DIR/SKILL.md'\"\ncheck \"mentions RPI\" \"grep -qi 'rpi' '$SKILL_DIR/SKILL.md'\"\ncheck \"mentions workflow\" \"grep -qi 'workflow' '$SKILL_DIR/SKILL.md'\"\ncheck \"mentions detect project\" \"grep -qi 'detect' '$SKILL_DIR/SKILL.md'\"\ncheck \"mentions golden path command\" \"grep -q 'ao quick-start' '$SKILL_DIR/SKILL.md'\"\ncheck \"mentions quickstart alias\" \"grep -q 'ao quickstart' '$SKILL_DIR/SKILL.md'\"\n\necho \"\"; echo \"Results: $PASS passed, $FAIL failed\"\n[ $FAIL -eq 0 ] && exit 0 || exit 1\n","content_type":"application/x-sh; charset=utf-8","language":"bash","size":984,"content_sha256":"d2d0d0ea951c973e4df376032c0ead39c2f9392a7c64278b242a21e79c353408"}],"content_json":{"type":"doc","content":[{"type":"heading","attrs":{"level":1},"content":[{"text":"/quickstart","type":"text"}]},{"type":"blockquote","content":[{"type":"paragraph","content":[{"text":"One job:","type":"text","marks":[{"type":"strong"}]},{"text":" Tell a new user what AgentOps does and what to do first. Fast.","type":"text"}]}]},{"type":"paragraph","content":[{"text":"YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.","type":"text","marks":[{"type":"strong"}]}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Execution Steps","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Step 1: Detect setup","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":"bash"},"content":[{"text":"git rev-parse --is-inside-work-tree >/dev/null 2>&1 && echo \"GIT=true\" || echo \"GIT=false\"\ncommand -v ao >/dev/null && echo \"AO=true\" || echo \"AO=false\"\ncommand -v bd >/dev/null && echo \"BD=true\" || echo \"BD=false\"\n[ -d .agents ] && echo \"AGENTS=true\" || echo \"AGENTS=false\"\n[ -d \"$HOME/.agents\" ] && echo \"GLOBAL_AGENTS=true\" || echo \"GLOBAL_AGENTS=false\"\n[ -n \"${CODEX_THREAD_ID:-}\" ] || [ \"${CODEX_INTERNAL_ORIGINATOR_OVERRIDE:-}\" = \"Codex Desktop\" ] && echo \"CODEX=true\" || echo \"CODEX=false\"","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Step 2: Show what AgentOps does","type":"text"}]},{"type":"paragraph","content":[{"text":"Output exactly this (no additions, no diagrams):","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":""},"content":[{"text":"AgentOps is the operational layer for coding agents.\n\nIt gives your coding agent four things it doesn't have by default:\n\n Bookkeeping — sessions capture learnings, findings, and reusable context in .agents/\n Validation — /council, /pre-mortem, and /vibe challenge plans and code before shipping\n Primitives — skills, execution packets, and the ao CLI give you building blocks for almost any interaction\n Flows — /research, /implement, /validation, and /rpi can run alone or compose end to end\n\nKey skills: /rpi /research /validation /implement /council /pre-mortem /swarm /status\nFull reference: /quickstart --catalog","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Step 3: One next action","type":"text"}]},{"type":"paragraph","content":[{"text":"Match the first row that applies. Output that message.","type":"text"}]},{"type":"table","attrs":{"layout":null},"content":[{"type":"tr","content":[{"type":"th","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Condition","type":"text"}]}]},{"type":"th","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Message","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"GIT=false + AO=true + GLOBAL_AGENTS=true","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"\"🗂 You're outside a git repo but have a global corpus at ","type":"text"},{"text":"~/.agents","type":"text","marks":[{"type":"code_inline"}]},{"text":". Global knowledge workflow:","type":"text"},{"type":"br"},{"text":" 1. ","type":"text"},{"text":"/harvest","type":"text","marks":[{"type":"code_inline"}]},{"text":" — scan all ","type":"text"},{"text":".agents/","type":"text","marks":[{"type":"code_inline"}]},{"text":" across your repos and promote artifacts into ","type":"text"},{"text":"~/.agents/learnings/","type":"text","marks":[{"type":"code_inline"}]},{"type":"br"},{"text":" 2. ","type":"text"},{"text":"/compile","type":"text","marks":[{"type":"code_inline"}]},{"text":" — mine, synthesize, and write an interlinked wiki into ","type":"text"},{"text":".agents/compiled/","type":"text","marks":[{"type":"code_inline"}]},{"text":" (runs from cwd; set ","type":"text"},{"text":"AGENTOPS_COMPILE_RUNTIME=claude-cli","type":"text","marks":[{"type":"code_inline"}]},{"text":" if you have the ","type":"text"},{"text":"claude","type":"text","marks":[{"type":"code_inline"}]},{"text":" CLI, no API key needed)","type":"text"},{"type":"br"},{"text":" 3. ","type":"text"},{"text":"/knowledge-activation","type":"text","marks":[{"type":"code_inline"}]},{"text":" — turn the compiled corpus into playbooks, a belief book, and runtime briefings for future sessions","type":"text"},{"type":"br"},{"text":" 4. ","type":"text"},{"text":"/status","type":"text","marks":[{"type":"code_inline"}]},{"text":" — flywheel health snapshot","type":"text"},{"type":"br"},{"text":"If instead you want to start a fresh repo-local project here, ","type":"text"},{"text":"git init","type":"text","marks":[{"type":"code_inline"}]},{"text":" first.\"","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"GIT=false","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"\"⚠ Not in a git repo. Run ","type":"text"},{"text":"git init","type":"text","marks":[{"type":"code_inline"}]},{"text":" first.","type":"text"},{"type":"br"},{"text":" (If you meant to work against your global ","type":"text"},{"text":"~/.agents","type":"text","marks":[{"type":"code_inline"}]},{"text":" corpus, run ","type":"text"},{"text":"/quickstart","type":"text","marks":[{"type":"code_inline"}]},{"text":" from a dir with ","type":"text"},{"text":".agents/","type":"text","marks":[{"type":"code_inline"}]},{"text":" or see ","type":"text"},{"text":"/harvest","type":"text","marks":[{"type":"code_inline"}]},{"text":", ","type":"text"},{"text":"/compile","type":"text","marks":[{"type":"code_inline"}]},{"text":", ","type":"text"},{"text":"/knowledge-activation","type":"text","marks":[{"type":"code_inline"}]},{"text":".)\"","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"AO=false + CODEX=true","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"\"📦 Install ao CLI first:","type":"text"},{"type":"br"},{"text":" brew tap boshu2/agentops https://github.com/boshu2/homebrew-agentops","type":"text"},{"type":"br"},{"text":" brew install agentops","type":"text"},{"type":"br"},{"text":" ao quick-start","type":"text"},{"type":"br"},{"text":"Then: ","type":"text"},{"text":"/rpi \\\"a small goal\\\"","type":"text","marks":[{"type":"code_inline"}]},{"text":" to run your first cycle.","type":"text"},{"type":"br"},{"text":"Use ","type":"text"},{"text":"/bootstrap","type":"text","marks":[{"type":"code_inline"}]},{"text":" after the core seed when you want PRODUCT.md, README.md, and PROGRAM.md.\"","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"AO=false","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"\"📦 Install ao CLI first:","type":"text"},{"type":"br"},{"text":" brew tap boshu2/agentops https://github.com/boshu2/homebrew-agentops","type":"text"},{"type":"br"},{"text":" brew install agentops","type":"text"},{"type":"br"},{"text":" ao quick-start","type":"text"},{"type":"br"},{"text":"Then: ","type":"text"},{"text":"/rpi \\\"a small goal\\\"","type":"text","marks":[{"type":"code_inline"}]},{"text":" to run your first cycle.","type":"text"},{"type":"br"},{"text":"Use ","type":"text"},{"text":"/bootstrap","type":"text","marks":[{"type":"code_inline"}]},{"text":" after the core seed when you want PRODUCT.md, README.md, and PROGRAM.md.\"","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"AGENTS=false + CODEX=true","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"\"🌱 ao is installed but not initialized here.","type":"text"},{"type":"br"},{"text":" Run ","type":"text"},{"text":"ao quick-start","type":"text","marks":[{"type":"code_inline"}]},{"text":" to apply the repeatable core seed. ","type":"text"},{"text":"ao quickstart","type":"text","marks":[{"type":"code_inline"}]},{"text":" is the stable alias.","type":"text"},{"type":"br"},{"text":" Then run ","type":"text"},{"text":"/bootstrap","type":"text","marks":[{"type":"code_inline"}]},{"text":" only if you want the product/operations layer: PRODUCT.md, README.md, PROGRAM.md/AUTODEV.md, and optional hooks.","type":"text"},{"type":"br"},{"text":"Then: ","type":"text"},{"text":"/rpi \\\"a small goal\\\"","type":"text","marks":[{"type":"code_inline"}]},{"text":" to run your first cycle.\"","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"AGENTS=false","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"\"🌱 ao is installed but not initialized here.","type":"text"},{"type":"br"},{"text":" Run ","type":"text"},{"text":"ao quick-start","type":"text","marks":[{"type":"code_inline"}]},{"text":" to apply the repeatable core seed. ","type":"text"},{"text":"ao quickstart","type":"text","marks":[{"type":"code_inline"}]},{"text":" is the stable alias.","type":"text"},{"type":"br"},{"text":" Then run ","type":"text"},{"text":"/bootstrap","type":"text","marks":[{"type":"code_inline"}]},{"text":" only if you want the product/operations layer: PRODUCT.md, README.md, PROGRAM.md/AUTODEV.md, and optional hooks.","type":"text"},{"type":"br"},{"text":"Then: ","type":"text"},{"text":"/rpi \\\"a small goal\\\"","type":"text","marks":[{"type":"code_inline"}]},{"text":" to run your first cycle.\"","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"BD=false + CODEX=true","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"\"✅ Codex plugin path ready.","type":"text"},{"type":"br"},{"text":" ","type":"text"},{"text":"/rpi \\\"your goal\\\"","type":"text","marks":[{"type":"code_inline"}]},{"text":" — full /discovery → /crank → /validation pipeline","type":"text"},{"type":"br"},{"text":" ","type":"text"},{"text":"/research \u003ctopic>","type":"text","marks":[{"type":"code_inline"}]},{"text":" — explore the codebase","type":"text"},{"type":"br"},{"text":" Default installs are hookless; native hooks are optional with ","type":"text"},{"text":"install-codex.sh --with-hooks","type":"text","marks":[{"type":"code_inline"}]},{"text":".","type":"text"},{"type":"br"},{"text":" Legacy explicit fallback commands remain ","type":"text"},{"text":"ao codex ensure-start","type":"text","marks":[{"type":"code_inline"}]},{"text":" / ","type":"text"},{"text":"ao codex ensure-stop","type":"text","marks":[{"type":"code_inline"}]},{"text":" when needed.","type":"text"},{"type":"br"},{"text":" Manual escape hatch: ","type":"text"},{"text":"ao codex status","type":"text","marks":[{"type":"code_inline"}]},{"type":"br"},{"text":" Want issue tracking? ","type":"text"},{"text":"brew install boshu2/agentops/beads && bd init --prefix \u003cprefix>","type":"text","marks":[{"type":"code_inline"}]},{"text":"\"","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"BD=false","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"\"✅ Flywheel active. Start now:","type":"text"},{"type":"br"},{"text":" ","type":"text"},{"text":"/rpi \\\"your goal\\\"","type":"text","marks":[{"type":"code_inline"}]},{"text":" — full /discovery → /crank → /validation pipeline","type":"text"},{"type":"br"},{"text":" ","type":"text"},{"text":"/validation","type":"text","marks":[{"type":"code_inline"}]},{"text":" — close out recent work and capture learnings","type":"text"},{"type":"br"},{"text":" ","type":"text"},{"text":"/research \u003ctopic>","type":"text","marks":[{"type":"code_inline"}]},{"text":" — explore the codebase","type":"text"},{"type":"br"},{"text":" Want issue tracking? ","type":"text"},{"text":"brew install boshu2/agentops/beads && bd init --prefix \u003cprefix>","type":"text","marks":[{"type":"code_inline"}]},{"text":"\"","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"BD=true + CODEX=true","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"\"✅ Codex full stack ready.","type":"text"},{"type":"br"},{"text":" ","type":"text"},{"text":"ao reconcile --json","type":"text","marks":[{"type":"code_inline"}]},{"text":" — check git, CI, release, beads, and .agents agree","type":"text"},{"type":"br"},{"text":" ","type":"text"},{"text":"bd ready","type":"text","marks":[{"type":"code_inline"}]},{"text":" — see open work after high-severity reconciliation findings are clear","type":"text"},{"type":"br"},{"text":" ","type":"text"},{"text":"/rpi \\\"your goal\\\"","type":"text","marks":[{"type":"code_inline"}]},{"text":" — start a new goal from scratch","type":"text"},{"type":"br"},{"text":" Default installs are hookless; native hooks are optional with ","type":"text"},{"text":"install-codex.sh --with-hooks","type":"text","marks":[{"type":"code_inline"}]},{"text":".","type":"text"},{"type":"br"},{"text":" Legacy explicit fallback commands remain ","type":"text"},{"text":"ao codex ensure-start","type":"text","marks":[{"type":"code_inline"}]},{"text":" / ","type":"text"},{"text":"ao codex ensure-stop","type":"text","marks":[{"type":"code_inline"}]},{"text":" when needed.","type":"text"},{"type":"br"},{"text":" Manual escape hatch: ","type":"text"},{"text":"ao codex status","type":"text","marks":[{"type":"code_inline"}]},{"text":"\"","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"BD=true","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"\"✅ Full stack ready.","type":"text"},{"type":"br"},{"text":" ","type":"text"},{"text":"ao reconcile --json","type":"text","marks":[{"type":"code_inline"}]},{"text":" — check git, CI, release, beads, and .agents agree","type":"text"},{"type":"br"},{"text":" ","type":"text"},{"text":"bd ready","type":"text","marks":[{"type":"code_inline"}]},{"text":" — see open work after high-severity reconciliation findings are clear","type":"text"},{"type":"br"},{"text":" ","type":"text"},{"text":"/rpi \\\"your goal\\\"","type":"text","marks":[{"type":"code_inline"}]},{"text":" — start a new goal from scratch","type":"text"},{"type":"br"},{"text":" ","type":"text"},{"text":"/status","type":"text","marks":[{"type":"code_inline"}]},{"text":" — see current session state\"","type":"text"}]}]}]}]},{"type":"paragraph","content":[{"text":"Starting a new project? Run ","type":"text"},{"text":"/scaffold \u003clanguage> \u003cname>","type":"text","marks":[{"type":"code_inline"}]},{"text":" to generate project structure with best practices.","type":"text"}]},{"type":"hr","attrs":{"markup":"---"}},{"type":"heading","attrs":{"level":2},"content":[{"text":"Examples","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"First-Time Setup","type":"text"}]},{"type":"paragraph","content":[{"text":"User says:","type":"text","marks":[{"type":"strong"}]},{"text":" ","type":"text"},{"text":"/quickstart","type":"text","marks":[{"type":"code_inline"}]}]},{"type":"paragraph","content":[{"text":"What happens:","type":"text","marks":[{"type":"strong"}]},{"text":" Agent detects tools, shows one-line status, gives the single next action to run.","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Already Set Up","type":"text"}]},{"type":"paragraph","content":[{"text":"User says:","type":"text","marks":[{"type":"strong"}]},{"text":" ","type":"text"},{"text":"/quickstart","type":"text","marks":[{"type":"code_inline"}]}]},{"type":"paragraph","content":[{"text":"What happens:","type":"text","marks":[{"type":"strong"}]},{"text":" Agent detects full stack is ready and suggests ","type":"text"},{"text":"ao reconcile --json","type":"text","marks":[{"type":"code_inline"}]},{"text":", ","type":"text"},{"text":"bd ready","type":"text","marks":[{"type":"code_inline"}]},{"text":", or ","type":"text"},{"text":"/rpi \"your goal\"","type":"text","marks":[{"type":"code_inline"}]},{"text":".","type":"text"}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Troubleshooting","type":"text"}]},{"type":"table","attrs":{"layout":null},"content":[{"type":"tr","content":[{"type":"th","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Problem","type":"text"}]}]},{"type":"th","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Solution","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Skills not installed","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"bash \u003c(curl -fsSL https://raw.githubusercontent.com/boshu2/agentops/main/scripts/install.sh)","type":"text","marks":[{"type":"code_inline"}]}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Hook activation","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"AgentOps 3.0 is hookless — there is no ","type":"text"},{"text":"ao","type":"text","marks":[{"type":"code_inline"}]},{"text":" command or flag that installs hooks, and CI is the authoritative gate. Hooks are opt-in and author-it-yourself via the ","type":"text"},{"text":"hooks-authoring","type":"text","marks":[{"type":"code_inline"}]},{"text":" skill.","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Flywheel count is 0","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"First session — run ","type":"text"},{"text":"/rpi \"a small goal\"","type":"text","marks":[{"type":"code_inline"}]},{"text":" to start it","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Want the full skill catalog","type":"text"}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Ask: \"show me all the skills\" or see ","type":"text"},{"text":"references/full-catalog.md","type":"text","marks":[{"type":"code_inline"}]}]}]}]}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Reference Documents","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"references/quickstart.feature","type":"text","marks":[{"type":"link","attrs":{"href":"references/quickstart.feature","title":null}}]},{"text":" — Executable spec: detect setup (git/ao/bd/.agents), recommend a state-appropriate next action (soc-qk4b)","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"references/getting-started.md","type":"text","marks":[{"type":"link","attrs":{"href":"references/getting-started.md","title":null}}]}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"references/troubleshooting.md","type":"text","marks":[{"type":"link","attrs":{"href":"references/troubleshooting.md","title":null}}]}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"references/full-catalog.md","type":"text","marks":[{"type":"link","attrs":{"href":"references/full-catalog.md","title":null}}]}]}]}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"See Also","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"scaffold","type":"text","marks":[{"type":"link","attrs":{"href":"../scaffold/SKILL.md","title":null}}]},{"text":" — Project scaffolding and component generation","type":"text"}]}]}]},{"type":"hr","attrs":{"markup":"---"}}]},"metadata":{"date":"2026-06-05","name":"quickstart","author":"@skillopedia","source":{"stars":375,"repo_name":"agentops","origin_url":"https://github.com/boshu2/agentops/blob/HEAD/skills/quickstart/SKILL.md","repo_owner":"boshu2","body_sha256":"4bf21a2583ca949b2816289b403d043dfb839bca5833a0acd6b35f486c3597c7","cluster_key":"647d32485ecf945809a8bfac78acc94b0df5be6319198e200bae413d38a6f889","clean_bundle":{"format":"clean-skill-bundle-v1","source":"boshu2/agentops/skills/quickstart/SKILL.md","attachments":[{"id":"b24809f0-99e2-5cfb-ab81-cde29b0cb97b","key":"uploads/10433ee7-ad12-4ae0-b34e-97553e46c6c8/b24809f0-99e2-5cfb-ab81-cde29b0cb97b/attachment.md","path":"references/full-catalog.md","size":3060,"sha256":"8f644294c2dec230cadcae8c0b8583b74cae40f5a7235133dbfb23568c9c3093","contentType":"text/markdown; charset=utf-8"},{"id":"335f6f68-abc7-5247-be5c-0e3b8bfbf37d","key":"uploads/10433ee7-ad12-4ae0-b34e-97553e46c6c8/335f6f68-abc7-5247-be5c-0e3b8bfbf37d/attachment.md","path":"references/getting-started.md","size":2694,"sha256":"c07f20030146e5cd706f3faaa9c550003a34f70f887ec2281878dd84a65de073","contentType":"text/markdown; charset=utf-8"},{"id":"79458ad0-ddc2-5e76-bf83-b8d3970c5b9e","key":"uploads/10433ee7-ad12-4ae0-b34e-97553e46c6c8/79458ad0-ddc2-5e76-bf83-b8d3970c5b9e/attachment.feature","path":"references/quickstart.feature","size":1174,"sha256":"2d08157cac11aeaad1ee2049a5bde79468cef44b060b6ff3c3c112de9e3c0e3c","contentType":"text/plain; charset=utf-8"},{"id":"106ed093-c79d-5aa0-9449-5cb74a86485b","key":"uploads/10433ee7-ad12-4ae0-b34e-97553e46c6c8/106ed093-c79d-5aa0-9449-5cb74a86485b/attachment.md","path":"references/troubleshooting.md","size":4057,"sha256":"2fe80e0c7b9045e41a365784e55118a5785e0e2ae519f449894db270a441f397","contentType":"text/markdown; charset=utf-8"},{"id":"20944e85-fdeb-5308-af9b-6e151b9397cc","key":"uploads/10433ee7-ad12-4ae0-b34e-97553e46c6c8/20944e85-fdeb-5308-af9b-6e151b9397cc/attachment.sh","path":"scripts/validate.sh","size":984,"sha256":"d2d0d0ea951c973e4df376032c0ead39c2f9392a7c64278b242a21e79c353408","contentType":"application/x-sh; charset=utf-8"}],"bundle_sha256":"b5051395424f7bb98d73628d580836779e37736cfe68c4272f8a1caade2f6983","attachment_count":5,"text_attachments":4,"attachment_storage":"skillopedia-attachments-v1","binary_attachments":1,"excluded_attachments":[]},"cluster_size":1,"skill_md_path":"skills/quickstart/SKILL.md","import_metadata":{"date":"2026-06-05","author":"@skillopedia","version":"v1","category":"web-development","category_label":"Web"},"exact_dupes_collapsed_into_this":0},"context":{"intent":{"mode":"none"},"window":"inherit","intel_scope":"none"},"version":"v1","category":"web-development","consumes":["rpi"],"metadata":{"tier":"session","dependencies":[]},"produces":["stdout"],"practices":["pragmatic-programmer","agile-manifesto"],"import_tag":"clean-skills-v1","context_rel":[{"kind":"customer-of","with":"rpi"}],"description":"Show AgentOps next action.","hexagonal_role":"driving-adapter","output_contract":"stdout: onboarding walkthrough","skill_api_version":1}},"renderedAt":1782987366453}

/quickstart One job: Tell a new user what AgentOps does and what to do first. Fast. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execution Steps Step 1: Detect setup Step 2: Show what AgentOps does Output exactly this (no additions, no diagrams): Step 3: One next action Match the first row that applies. Output that message. | Condition | Message | |-----------|---------| | GIT=false + AO=true + GLOBAL AGENTS=true | "🗂 You're outside a git repo but have a global corpus at . Global knowledge workflow:\n 1. — scan all across your repos and promote artifacts into \n 2. — mine, synthe…