agent-os-framework
Generate standardized .agent-os directory structure with product documentation, mission, tech-stack, roadmap, and decision records. Enables AI-native workflows.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Quick Start
- When to Use
- Prerequisites
- Overview
- Directory Structure
- Core Templates
- 1. mission.md
- 2. tech-stack.md
- 3. roadmap.md
- 4. decisions.md
- DEC-XXX: [Decision Title]
- Usage Examples
- Example 1: New Project Setup
- Example 2: Update Existing
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
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.
