response-format
Ensure all AI responses are well-formatted, easy to understand, and actionable for the user.
Profile →npx skills add majiayu000/claude-skill-registry --skill response-format-lovedragonball-power-ranger-toolkit-2 --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.
# 📝 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 ```markdown # H1 - Main Topic (use sparingly) ## H2 - Sections ### H3 - Subsections #### H4 - Details (rarely needed) ``` ### Lists ```markdown **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 ````markdown **Inline code**: Use `backticks` for code **Code block with language**: ```javascript const example = "highlighted"; ``` ```` ### Tables ```markdown | Column 1 | Column 2 | Column 3 | |----------|----------|----------| | Data 1 | Data 2 | Data 3 | ``` ## 📊 Response Templates ### Summary Response ```markdown ## 📋 Summary **Goal**: [What we're doing] **Key Points**: - Point 1 - Point 2 - Point 3 **Next Steps**: 1. [Action 1] 2. [Action 2] ``` ### Technical Explanation ```markdown
- 🎯 Purpose
- 📋 When to Use
- 🔧 Formatting Guidelines
- Headers
- Lists
- Code Blocks
- Tables
- 📊 Response Templates
- Summary Response
- Technical Explanation
- Problem/Solution
- 🎨 Visual Enhancements
- Emoji Usage
- Emphasis
What does the response-format skill do?
Ensure all AI responses are well-formatted, easy to understand, and actionable for the user.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill response-format-lovedragonball-power-ranger-toolkit-2 --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.