your-skill-name

your-skill-name is a skill for Claude Code, Codex from gabrielmoreira/agent-skills-mirror. It costs 36 tokens per session (1,052 once invoked), scanned A, a copy of your-skill-name, MIT.

A placeholder template showing the sections and instructions that a coding-agent skill should contain.

In plain words
What is it for?
Use it as a template when defining when a skill runs, what it accepts, how it works, and what it returns.
Why use it?
It provides a starting structure for writing a new skill, but does not describe a specific capability itself.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; built for openclaw; mentions Gemini CLI.

Good fit Use it as a template when defining when a skill runs, what it accepts, how it works, and what it returns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gabrielmoreira/agent-skills-mirror/template
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.

Any agent
npx skills add gabrielmoreira/agent-skills-mirror --skill template
Clone the repo
git clone --depth 1 https://github.com/gabrielmoreira/agent-skills-mirror

Made for: Claude Code, Codex.

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 your-skill-name

README.md
[![agentmods](https://agentmods.dev/badge/skills/gabrielmoreira/agent-skills-mirror/template/github.svg)](https://agentmods.dev/skills/gabrielmoreira/agent-skills-mirror/template)
Your own site
<a href="https://agentmods.dev/skills/gabrielmoreira/agent-skills-mirror/template"><img src="https://agentmods.dev/badge/skills/gabrielmoreira/agent-skills-mirror/template/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for your-skill-name

Your own site · 80×15
<a href="https://agentmods.dev/skills/gabrielmoreira/agent-skills-mirror/template"><img src="https://agentmods.dev/badge/skills/gabrielmoreira/agent-skills-mirror/template.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,052 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00036 $0.01052
Opus 5 $0.00018 $0.00526
Sonnet 5 $0.00007 $0.00210
Haiku 4.5 $0.00004 $0.00105

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

Security

Grade A, and why

your-skill-name 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 6d 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.

Origin

This is a copy

100% identical to your-skill-name — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

mirrors/repos/Affitor@affiliate-skills/template/SKILL.md · 164 lines

How it starts

The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Your Skill Name

What this skill does in 2-3 sentences. Focus on the outcome, not the process.

Stage

This skill belongs to Stage SX: StageName

When to Use

  • Scenario 1
  • Scenario 2
  • Scenario 3

Input Schema

{
  required_field: {          # (required) Description
    name: string             # Example value
  }
  optional_field: string     # (optional, default: "value") Description
}

Workflow

Step 1: Gather Context

What to check first. How to handle missing inputs.

Step 2: Execute Core Task

The main work the skill does.

Step 3: Format and Deliver

How to structure the output.

Output Schema

Other skills can consume these fields from conversation context:

{
  primary_output: string     # Main result for downstream chaining
  secondary_output: string   # Additional data for downstream skills
}

Output Format

## [Skill Name]: [Context]

### Section 1
[Main content]

### Section 2
[Supporting content]

Error Handling

  • Missing required input: How to recover gracefully.
  • External data unavailable: Fallback strategy.
  • Edge case: How to handle unexpected scenarios.

Examples

Example 1: [realistic user prompt] → [step-by-step what the skill does] → [expected output summary]

Example 2: [different scenario] → [step-by-step] → [expected output summary]

Example 3: [edge case or beginner scenario] → [step-by-step] → [expected output summary]

Flywheel Connections

Feeds Into

  • [skill] (S[X]) — [what data/output flows forward to this skill]

Fed By

  • [skill] (S[X]) — [what data/output flows back from this skill]

Feedback Loop

  • [analytics metric or data point that improves this skill's next run]

Quality Gate

Include this section for content-producing skills (S2, S3, S4, S5, S7). Remove for non-content skills.

Before delivering output, verify:

  1. Would I share this on MY personal social?
  2. Contains specific, surprising detail? (not generic)
  3. Respects reader's intelligence?
  4. Remarkable enough to share? (Purple Cow test)
  5. Irresistible offer framing? (if S4 offer skills ran)

Read the full file on GitHub · 164 lines

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. 6d ago First seen · 164 lines · 36 tokens per session scan A 6db6e693e6aa

Subscribe to this mod's changes

your-skill-name is a skill published in the GitHub repository gabrielmoreira/agent-skills-mirror (17 stars, last pushed yesterday), licensed MIT. It adds 36 tokens to every session and 1,052 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to your-skill-name, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

trending-content-scout

Scan social platforms for top-performing content by engagement before you create anything. Use this skill when the user wants to see what content is winning in a niche, find viral content patterns, research what's working on YouTube/TikTok/X/Reddit, benchmark engagement, discover content gaps, or says "what content is…

Affitor/affiliate-skills · 181 tokens

affiliate-blog-builder

Write SEO-optimized affiliate blog articles, product reviews, comparison posts, listicles, and how-to guides. Triggers on: "write a blog post about", "review of [product]", "best [category] article", "comparison blog", "affiliate blog", "SEO article", "write a review", "product roundup", "blog content for affiliate"…

Affitor/affiliate-skills · 110 tokens

content-research-brief

Research trending topics, collect source articles, and generate a structured research brief for content creation. Stop writing from thin air — write from real sources. Use this skill when the user wants to research a topic before writing, collect sources for an article, create a research-backed content brief, or says…

Affitor/affiliate-skills · 164 tokens

infographic-generator

Generate branded infographic specifications from any content or data. Outputs structured layout, copy, data visualization, and color scheme — ready to render as HTML/CSS, Satori, Canva, or any design tool. Use this skill when the user wants an infographic, data visual, social media image, comparison chart, stat card…

Affitor/affiliate-skills · 155 tokens

reddit-post-writer

Write Reddit posts and comments that recommend affiliate products without getting banned or flagged as spam. Subreddit-native content that adds value first. Use this skill when the user asks about Reddit posts for affiliate marketing, writing Reddit comments that mention products, how to promote affiliate links on…

Affitor/affiliate-skills · 133 tokens

webinar-registration-page

Build a webinar or live event registration page as a self-contained HTML file with countdown timer, speaker bio, agenda, and registration form. Triggers on: "build a webinar registration page", "create a webinar sign-up page", "event registration landing page", "live training registration page", "workshop sign-up…

Affitor/affiliate-skills · 115 tokens