replace-with-skill-name-using-hyphens

replace-with-skill-name-using-hyphens is a skill for Claude Code from guanyang/open-agent-hub. It costs 25 tokens per session (534 once invoked), scanned A, original, MIT.

A template for writing a reusable skill, including its purpose, triggering situations, workflow, examples, and checks for success.

In plain words
What is it for?
Use it to define when a skill applies, what steps it should guide, and how to verify that it worked.
Why use it?
It gives you a consistent starting structure when documenting instructions for an agent.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the open-agent-hub plugin — 102 skills, 3 commands, 8 agents, 6 MCP servers shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/guanyang/open-agent-hub/template
Any agent
npx skills add guanyang/open-agent-hub --skill template
Clone the repo
git clone --depth 1 https://github.com/guanyang/open-agent-hub

Made for: Claude Code.

Or install open-agent-hub, the plugin that ships this one along with the rest of its 102 skills, 3 commands, 8 agents, 6 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for replace-with-skill-name-using-hyphens

README.md
[![agentmods](https://agentmods.dev/badge/skills/guanyang/open-agent-hub/template.svg)](https://agentmods.dev/skills/guanyang/open-agent-hub/template)
Your own site
<a href="https://agentmods.dev/skills/guanyang/open-agent-hub/template"><img src="https://agentmods.dev/badge/skills/guanyang/open-agent-hub/template.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 534 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.00534
Opus 5 $0.00013 $0.00267
Sonnet 5 $0.00005 $0.00107
Haiku 4.5 $0.00003 $0.00053

Measured 2d ago against content hash e60c498614e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

replace-with-skill-name-using-hyphens scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

template/SKILL.md · 60 lines

What it actually says

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.]

// ❌ Anti-pattern / Baseline failure
[Show the common mistake or naive approach]
// ✅ 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] [Note]

Verification (Success Criteria)

[How to prove the implementation is correct (The GREEN phase). Agent must run these checks.]

  • [Verification check 1, e.g., run test suite]
  • [Verification check 2, e.g., verify no lint errors]

Common Mistakes & Red Flags

[List specific rationalizations, shortcuts, or misunderstandings the agent might have. Address the "RED" phase baseline failures here.]

Red Flag (Excuse / Mistake) Reality / Fix (What to do instead)
"I'll just skip testing this time." STOP. You must verify the behavior first.
[Mistake or excuse] STOP. [Correct action]
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 60 lines · 25 tokens per session scan A e60c498614e7

Subscribe to this mod's changes

replace-with-skill-name-using-hyphens is a skill published in the GitHub repository guanyang/open-agent-hub (960 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 534 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

agent-browser

Agent-browser usage guide. Read this before running any agent-browser commands. Covers the snapshot-and-ref workflow, navigating pages, interacting with elements (click, fill, type, select), extracting text and data, taking screenshots, managing tabs, handling forms and auth, waiting for content, running multiple…

majiayu000/claude-skill-registry · 112 tokens

agent-builder

Build custom AI agents in Claude Code from a user's problem statement. This skill analyzes the user's use case, asks smart clarifying questions, researches the internet for similar agents (GitHub repos, blogs, Claude Code community patterns), and then architects and builds production-ready Claude Code agents …

majiayu000/claude-skill-registry · 199 tokens

agent-builder

Creates Claude Code agent files (.claude/agents/.md) with YAML frontmatter, tool permissions, and system prompts. Use when building new agents, configuring agent frontmatter, writing agent system prompts, or setting agent tool permissions.

majiayu000/claude-skill-registry · 50 tokens

agent-creator

This skill should be used when the user asks to "create an agent", "write a subagent", "generate agent definition", "add agent to plugin", "write agent frontmatter", "create autonomous agent", "build subagent", needs agent structure guidance, YAML frontmatter configuration, invocation criteria with examples, or wants…

majiayu000/claude-skill-registry · 87 tokens

agent-cross-review

Structured cross-review protocol between specialized agents. Ensures scope alignment, priority calibration, and domain-aware feedback. Use when one agent reviews another's work, during handoffs, or when validating cross-cutting concerns.

majiayu000/claude-skill-registry · 46 tokens

agent-estate

Perpetual autonomous work loop for Claude Code — no end condition, no memory regression, no context overfill. Maintains a persistent ledger across all sessions.

majiayu000/claude-skill-registry · 36 tokens