my-skill

my-skill is a skill for Claude Code, Codex from pedroiff0/awesome-skills. It costs 31 tokens per session (316 once invoked), scanned A, original, MIT.

A template for writing instructions that tell a coding agent when and how to use a skill.

In plain words
What is it for?
Use it to document triggers, prerequisites, steps, examples, common problems, and references for a skill.
Why use it?
It helps make agent skills specific, repeatable, and safe to follow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to document triggers, prerequisites, steps, examples, common problems, and references for a skill.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pedroiff0/awesome-skills/skill-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 pedroiff0/awesome-skills --skill skill-template
Clone the repo
git clone --depth 1 https://github.com/pedroiff0/awesome-skills

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 my-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/skill-template/github.svg)](https://agentmods.dev/skills/pedroiff0/awesome-skills/skill-template)
Your own site
<a href="https://agentmods.dev/skills/pedroiff0/awesome-skills/skill-template"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/skill-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 my-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/pedroiff0/awesome-skills/skill-template"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/skill-template.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 316 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 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.00031 $0.00316
Opus 5 $0.00015 $0.00158
Sonnet 5 $0.00006 $0.00063
Haiku 4.5 $0.00003 $0.00032

Measured 9d ago against content hash 713e1eb5c328, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

my-skill 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 9d 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.

templates/skill-template/SKILL.md · 54 lines

What it actually says

My Skill

Purity rules (apply to every skill here): no secrets; anything touching *API* must be pure — no leaked credentials (keys/tokens) and no proprietary/closed-source code. Use public specs, fictional examples, stubs.

Short paragraph: what problem this solves and for whom.

When to Use

  • Bullet triggers: "do X", "help me with Y", "I need Z".
  • Another scenario the agent will recognize.

Prerequisites

# commands/packages needed before use

Steps

  1. First concrete action with a real command or code.
  2. Second action, building on the first.
  3. Verify the result (show the check).

Examples

# minimal worked example

Pitfalls

  • Common failure and how to avoid it.
  • Edge case the agent should handle.

References

  • references/extra.md — deeper material (optional).
  • scripts/helper.py — reusable automation (optional).
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 54 lines · 31 tokens per session scan A 713e1eb5c328

Subscribe to this mod's changes

my-skill is a skill published in the GitHub repository pedroiff0/awesome-skills (1 stars, last pushed 5d ago), licensed MIT. It adds 31 tokens to every session and 316 once invoked, about $0.0002 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

hermes-self-evaluation

Use this skill when the user asks to audit, review, or optimize Hermes's own performance — analyzing session data, skills, configuration, costs, and usage patterns to identify improvements, automation opportunities, and system optimizations.

AtlasOmnia/donna-starter · 69 tokens

mnemosyne-maintenance

Use when: upgrading Mnemosyne, diagnosing slow/hung consolidation (mnemosynesleep), fixing missing embeddings, or troubleshooting import/version mismatches.

AtlasOmnia/donna-starter · 40 tokens

svix-sending-webhooks

Everything for working with Svix webhooks: first-time setup (API key, SDK install, first message), Dispatch (sending webhooks to your customers), Ingest (receiving third-party webhooks), Applications, Channels, customer UIDs, idempotency, App Portal embedding, operational webhooks, the Svix CLI, and — only when the…

svix/ai · 138 tokens

receiving-webhooks

General guidelines for building a robust webhook receiver/handler: verifying signatures, raw-body access, replay protection, async processing, retries and endpoint auto-disabling. Use whenever you write, review, or debug a handler that consumes incoming webhooks from any provider.

svix/ai · 56 tokens

hermes-self-evaluation

Use this skill when the user asks to audit, review, or optimize Hermes's own performance — analyzing session data, skills, configuration, costs, and usage patterns to identify improvements, automation opportunities, and system optimizations.

AtlasOmnia/hermes-custom-pack · 69 tokens

hermes-tweet

Search Twitter/X, read tweet replies, look up users, monitor tweets, export followers, and gate X actions through Xquik.

RobinBeraud/hermes-skills · 32 tokens