package-agent
Generate a complete OAF-compliant agent package from an Agent Case (requirements) and Agent Design (architecture). Use when asked to "package an agent", "generate an agent package", "create an agent from a design", or when you have both case/ and design/ folders and need to create the package/ folder with AGENTS.md, skills, and scripts.
npx skills add majiayu000/claude-skill-registry --skill package-agent-jeffrschneider-openharness --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.
# Package Agent Generate a complete Open Agent Format (OAF) package from an Agent Case and Agent Design. ## Workflow 1. **Read inputs** - Load the case/README.md and design/README.md 2. **Generate AGENTS.md** - Create the main agent manifest 3. **Generate skills** - Create SKILL.md and resources for each skill in the design 4. **Generate scripts** - Create Python script stubs for each script in the design 5. **Verify structure** - Ensure all files are created correctly ## Step 1: Read Inputs The user will provide paths to: - `case/README.md` - Agent Case with Description, Example Session, Deliverables - `design/README.md` - Agent Design with sub-agents, skills, scripts, MCPs, memory, tools Read both files to understand what to generate. ## Step 2: Generate AGENTS.md Create `package/AGENTS.md` with this structure: ```markdown --- name: [from design identity] slug: [from design identity] version: [from design identity] description: [from design identity] tags: [from design identity] license: MIT --- # [Agent Name] [Architecture overview paragraph from design section 2] ## Sub-Agents [For each sub-agent in design section 3, create a subsection:] ### [sub-agent-name] **Role:** [role fr
- Workflow
- Step 1: Read Inputs
- Step 2: Generate AGENTS.md
- Step 3: Generate Skills
- SKILL.md Template
- Resource Files
- Step 4: Generate Scripts
- Script Template
- Step 5: Verify Structure
- Example Invocation
- References
What does the package-agent skill do?
Generate a complete OAF-compliant agent package from an Agent Case (requirements) and Agent Design (architecture). Use when asked to "package an agent", "generate an agent package", "create an agent from a design", or when you have both case/ and design/ folders and need to create the package/ folder with AGENTS.md, skills, and scripts.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill package-agent-jeffrschneider-openharness --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.
