Agent skill
response-format
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/response-format
SKILL.md
đ Response Format Skill
name: response-format description: Format AI responses for clarity, readability, and actionability
đ¯ Purpose
Ensure all AI responses are well-formatted, easy to understand, and actionable for the user.
đ When to Use
- Every response to user
- Documentation generation
- Report creation
- Summary generation
đ§ Formatting Guidelines
Headers
# H1 - Main Topic (use sparingly)
## H2 - Sections
### H3 - Subsections
#### H4 - Details (rarely needed)
Lists
**Bullet Lists** - For unordered items:
- Item 1
- Item 2
- Sub-item
**Numbered Lists** - For sequences:
1. First step
2. Second step
3. Third step
Code Blocks
**Inline code**: Use `backticks` for code
**Code block with language**:
```javascript
const example = "highlighted";
```
Tables
| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Data 1 | Data 2 | Data 3 |
đ Response Templates
Summary Response
## đ Summary
**Goal**: [What we're doing]
**Key Points**:
- Point 1
- Point 2
- Point 3
**Next Steps**:
1. [Action 1]
2. [Action 2]
Technical Explanation
## đ§ [Topic]
### What
[Brief explanation]
### Why
[Reasoning]
### How
```code
[Implementation]
Example
[Usage example]
### Problem/Solution
```markdown
## đ Problem
[Description of issue]
## â
Solution
[How to fix]
## đĄ Prevention
[How to avoid in future]
đ¨ Visual Enhancements
Emoji Usage
| Category | Emojis |
|---|---|
| Success | â đ đĸ |
| Warning | â ī¸ đĄ |
| Error | â đ´ đ |
| Info | âšī¸ đĄ đ |
| Tasks | đ âī¸ đ§ |
Emphasis
**Bold** - Important terms
*Italic* - Subtle emphasis
`Code` - Technical terms
> Quote - Callouts
Alerts (GitHub style)
> [!NOTE]
> Helpful information
> [!TIP]
> Optimization suggestion
> [!IMPORTANT]
> Critical information
> [!WARNING]
> Potential issues
> [!CAUTION]
> Dangerous actions
đ Response Length Guidelines
| Type | Length | Example |
|---|---|---|
| Quick answer | 1-3 sentences | Yes/No questions |
| Explanation | 1-2 paragraphs | How-to questions |
| Tutorial | Multiple sections | Step-by-step guides |
| Report | Full document | Analysis, summaries |
â Response Checklist
- Clear structure with headers
- Scannable (bullets, tables)
- Code properly formatted
- Actionable next steps
- Appropriate length
- Emoji for visual clarity
đ Related Skills
documentation- Full docsprogress-tracking- Progress reportsbusiness-context- Business reports
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?