Agent skill · Design & Presentation

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/agent/package-agent-jeffrschneider-openharness/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

# 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

What's inside
Steps it walks through
  1. Workflow
  2. Step 1: Read Inputs
  3. Step 2: Generate AGENTS.md
  4. Step 3: Generate Skills
  5. SKILL.md Template
  6. Resource Files
  7. Step 4: Generate Scripts
  8. Script Template
  9. Step 5: Verify Structure
  10. Example Invocation
  11. References
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going