skills/agent-os-assist/SKILL.md
Agent OS reference for installation, slash commands, profiles, and ticket-to-spec workflows. This skill holds reference documentation not in Claude's training; always invoke it before answering any Agent OS question. Invoke whenever the user message contains any of - "agent-os", "Agent OS", "agent os", "~/agent-os", "/agent-os/", "shape-spec", "inject-standards", "discover-standards", "index-standards", "plan-product". Also invoke when the user asks to - turn a Jira ticket, GitHub issue number, or GitHub issue URL into a spec or plan; set up corporate or enterprise coding standards; commit or version-control an agent-os folder; configure profile inheritance in config.yml; write their first standard after installing agent-os; or recover a broken spec without losing history.
npx skillsauth add psenger/ai-agent-skills agent-os-assistInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Help users install, configure, and use Agent OS v3, the Builder Methods system for managing coding standards in AI-assisted development.
Read on demand. Do not preload.
| If the user is asking about... | Read |
|---|---|
| "How do I get started with..." workflows | references/getting-started.md |
| Installing or scaffolding | references/installation.md |
| Slash commands behavior or process | references/commands.md |
| Profiles, inheritance, config.yml | references/profiles.md |
| Writing standards, index.yml, quality | references/standards.md |
| File layout, what to commit | references/file-structure.md |
| Migrating from v2 | references/v2-vs-v3.md |
| Standards vs Skills distinction | references/standards-vs-skills.md |
Before giving substantive guidance, read ~/agent-os/config.yml and check the version: field.
3.x: proceed normally.4.x or higher: tell the user once that this skill is calibrated to v3 and may be out of date. Ask whether to proceed. If yes, caveat any v3-specific claim as "v3 behavior, may have changed in v4".3.0.0: treat as a v2 install. See references/v2-vs-v3.md and recommend migration.Do not refuse to help on a version mismatch.
/shape-spec handles spec writing now.~/agent-os/, project at <repo>/agent-os/ plus <repo>/.claude/commands/agent-os/.~/agent-os/profiles/ containing a standards/ subfolder is a valid profile. No registration required.~/agent-os/config.yml, not in per-profile profile-config.yml files. That was v2. Child overrides parent when filenames collide./discover-standards, /index-standards, /inject-standards, /plan-product, /shape-spec.@-reference standards.index.yml drives auto-suggest for /inject-standards. Vague descriptions break matching.~/agent-os/), a project (<repo>/agent-os/), or a profile (~/agent-os/profiles/<name>/).When the user provides a Jira or GitHub ticket (key, URL, or pasted content):
references/commands.md to confirm the correct command is /shape-spec./shape-spec in plan mode with that context.When a spec produced by /shape-spec is wrong:
/shape-spec with refined input.references/commands.md.profile-config.yml. That is a v2 artifact..claude/agents/agent-os/. That is a v2 artifact.ls before referencing them.Agent OS is a project by CasJam Media LLC (Builder Methods): https://github.com/buildermethods/agent-os. See
LICENSEfor attribution.
testing
Exports a single Obsidian vault note and all its linked images into a portable zip or tar.gz archive, preserving vault-root-relative paths so the archive unpacks correctly anywhere. Use only when the user explicitly invokes /export-vault-note.
development
Provides the audit checklists, severity criteria (blocking/warning/suggestion), and artifact patterns needed to properly review Agent OS profiles and standards. Always invoke this skill before auditing - without it you can only give generic feedback, not structured severity-tagged findings. Invoke when the user pastes a standard and asks if it is good or what is wrong with it; when the user asks to review, audit, validate, or critique an agent-os profile or standard; or when the user mentions "agent-os profile", "agent-os standard", or "my agent-os setup" in a review or validation context.
development
Converts transcripts, video summaries, meeting notes, brainstorming sessions, strategy documents, and rough notes into polished Obsidian-flavored Markdown. Activates when creating or editing notes in an Obsidian vault, generating front matter, applying callout blocks, structuring knowledge base articles, or producing developer-facing guides. Also triggers on mentions of Obsidian, front matter, callout blocks, vault organisation, or requests for GitHub-compatible Markdown documents.
documentation
Generate git commit messages, PR titles/descriptions, and changelog entries. Analyzes staged changes, enforces Conventional Commits, scans for sensitive content, links tickets (GitHub Issues / Jira), and updates CHANGELOG.md. Triggers on: "commit", "create a PR", "push", "changelog", "release", or when the user is ready to commit or open a pull request.