Agent skill · Code Review & Quality

agent-output-formats

Standardized output formats for research, planning, implementation, and review agents. Use when generating agent outputs or parsing agent responses.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-output-formats --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: Read
Path: skills/agent/agent-output-formats/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 Output Formats Skill Standardized output formats for all agent types to ensure consistent communication and parsing across the autonomous development workflow. ## When This Skill Activates - Generating agent outputs - Parsing agent responses - Formatting research findings - Creating planning documents - Reporting implementation results - Writing code reviews - Keywords: "output", "format", "research", "planning", "implementation", "review" --- ## Research Agent Output Format Research agents (e.g., researcher, issue-creator, brownfield-analyzer) should structure outputs with these sections: ### Template ```markdown ## Patterns Found [List of discovered patterns with examples] - **Pattern Name**: Description - Example: Code snippet or reference - Use case: When to apply this pattern ## Best Practices [Industry best practices and recommendations] - **Practice Name**: Description - Benefit: Why this matters - Implementation: How to apply ## Security Considerations [Security implications and requirements] - **Security Concern**: Description - Risk: Potential vulnerabilities - Mitigation: How to address ## Recommendations [Actionable recommendations for implementation] 1. **Recom

What's inside
Steps it walks through
  1. When This Skill Activates
  2. Research Agent Output Format
  3. Template
  4. Example Output
  5. Planning Agent Output Format
  6. Implementation Agent Output Format
  7. Review Agent Output Format
  8. Commit Message Format
  9. Types
  10. Example
  11. Pull Request Format
  12. Usage Guidelines
  13. For Agent Authors
  14. For Claude
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-output-formats skill do?

Standardized output formats for research, planning, implementation, and review agents. Use when generating agent outputs or parsing agent responses.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-output-formats --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