Agent skill · Documentation

agent-os-framework

Generate standardized .agent-os directory structure with product documentation, mission, tech-stack, roadmap, and decision records. Enables AI-native workflows.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-os-framework --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/agent/agent-os-framework/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Agent OS Framework > Generate standardized .agent-os structure for AI-native repository workflows. ## Quick Start ```bash # Generate full .agent-os structure /agent-os-framework # Generate for existing project /agent-os-framework --update # Generate specific component /agent-os-framework --component mission ``` ## When to Use **USE when:** - Setting up new repository - Adding AI workflow support - Documenting product vision - Creating decision records **DON'T USE when:** - Project has complete .agent-os - Non-product repositories (e.g., dotfiles) ## Prerequisites - Repository initialized with git - Basic project understanding - Stakeholder input for mission ## Overview Creates complete .agent-os structure: 1. **product/** - Core product documentation 2. **specs/** - Feature specifications 3. **standards/** - Code style guidelines 4. **instructions/** - Workflow instructions ## Directory Structure ``` .agent-os/ ├── product/ │ ├── mission.md # Product pitch, users, pain points │ ├── tech-stack.md # Technology choices │ ├── roadmap.md # Development phases │ └── decisions.md # Decision log ├── specs/ │ └── README.md # Spec index ├── standards/ │ ├── code-style.md # Coding guidelines

What's inside
Steps it walks through
  1. Quick Start
  2. When to Use
  3. Prerequisites
  4. Overview
  5. Directory Structure
  6. Core Templates
  7. 1. mission.md
  8. 2. tech-stack.md
  9. 3. roadmap.md
  10. 4. decisions.md
  11. DEC-XXX: [Decision Title]
  12. Usage Examples
  13. Example 1: New Project Setup
  14. Example 2: Update Existing
Ships with 1 file
  • metadata.json
Commands it runs
Generate full .agent-os structure
Generate for existing project
Generate specific component
Generate complete .agent-os
Add missing components
Only creates files that don't exist
More from claude-skill-registry
All skills →
About this skill
What does the agent-os-framework skill do?

Generate standardized .agent-os directory structure with product documentation, mission, tech-stack, roadmap, and decision records. Enables AI-native workflows.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-os-framework --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going