replace-with-skill-name-using-hyphens
Use when [describe triggering conditions, symptoms, or specific errors].
npx skills add guanyang/open-agent-hub --skill template --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.
# Skill Name ## Overview [1-2 sentences explaining the core principle. What is the fundamental insight of this skill?] ## When to Use (Triggers) - **Symptoms**: [Errors, behaviors, or patterns that indicate this skill is needed] - **Contexts**: [Specific scenarios where this pattern applies] ### When NOT to Use - [Scenario A] -> Use `[other-skill-name]` instead. - [Scenario B] -> Does not apply because... ## Core Pattern [Explain the mental model. Use a before/after code block or a small `dot` flowchart if the decision process is non-obvious.] ```language // ❌ Anti-pattern / Baseline failure [Show the common mistake or naive approach] ``` ```language // ✅ Best practice / Correct implementation [Show the correct pattern] ``` ## Step-by-Step Workflow [Clear, numbered steps for the agent to follow. Use imperative verbs.] 1. **[Phase 1]**: [Action to take] 2. **[Phase 2]**: [Action to take] - *Requirement*: [Specific constraint] 3. **[Phase 3]**: [Action to take] ## Quick Reference [A table for fast lookup of commands, syntax, or common operations.] | Operation / Scenario | Syntax / Command | Notes | |----------------------|------------------|-------| | [Operation] | `[Command]` | [Not
- Overview
- When to Use (Triggers)
- When NOT to Use
- Core Pattern
- Step-by-Step Workflow
- Quick Reference
- Verification (Success Criteria)
- Common Mistakes & Red Flags
What does the replace-with-skill-name-using-hyphens skill do?
Use when [describe triggering conditions, symptoms, or specific errors].
How do I install it?
Run `npx skills add guanyang/open-agent-hub --skill template --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 guanyang/open-agent-hub, a repository with 940 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.
