{{SKILL_NAME}}

{{SKILL_NAME}} is a skill for Claude Code, Codex from jimmc414/claude-code-plugin-marketplace. It costs 0 tokens per session (193 once invoked), scanned A, original, MIT.

A placeholder skill template for describing a task an AI coding agent can perform. Its actual task and capabilities have not been filled in.

In plain words
What is it for?
Use it as a starting point when creating documentation for a new agent skill.
Why use it?
It provides a basic structure for documenting when a skill applies, how to use it, and how to check the result.

Skill for Claude CodeCodex

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/jimmc414/claude-code-plugin-marketplace/skill
Any agent
npx skills add jimmc414/claude-code-plugin-marketplace --skill skill
Clone the repo
git clone --depth 1 https://github.com/jimmc414/claude-code-plugin-marketplace

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 {{SKILL_NAME}}

README.md
[![agentmods](https://agentmods.dev/badge/skills/jimmc414/claude-code-plugin-marketplace/skill.svg)](https://agentmods.dev/skills/jimmc414/claude-code-plugin-marketplace/skill)
Your own site
<a href="https://agentmods.dev/skills/jimmc414/claude-code-plugin-marketplace/skill"><img src="https://agentmods.dev/badge/skills/jimmc414/claude-code-plugin-marketplace/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 193 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 $0.00000 $0.00193
Opus 5 $0.00000 $0.00097
Sonnet 5 $0.00000 $0.00039
Haiku 4.5 $0.00000 $0.00019

Measured yesterday against content hash 097349a9e1ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

{{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 yesterday.

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/SKILL.md · 46 lines

What it actually says

{{SKILL_TITLE}}

Overview

Brief description of what this skill enables Claude to do.

Instructions

Step 1: Identify the Task

Explain how to recognize when this skill applies.

Step 2: Execute

Provide clear instructions for Claude to follow.

# Example code if applicable

Step 3: Verify

How to confirm the task was completed correctly.

Examples

Example 1: Basic Usage

User: "{{EXAMPLE_PROMPT}}"
Claude: [Uses this skill to...]

Capabilities

  • Capability 1
  • Capability 2
  • Capability 3

Limitations

  • What this skill cannot do
  • Edge cases to be aware of
Files

What ships with it

1 file 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. yesterday First seen · 46 lines · 0 tokens per session scan A 097349a9e1ea

Subscribe to this mod's changes

{{SKILL_NAME}} is a skill published in the GitHub repository jimmc414/claude-code-plugin-marketplace (4 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 193 tokens. 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-04.

Related

Other skills, from other repositories

interview

Interview relentlessly to reach shared understanding on a plan, decision, or idea. Questions arrive in frontier rounds: every question whose prerequisites are settled asked together as one numbered set, each with a recommendation. Routes by context: an engineering task locks a task contract (goal, constraints…

melodic-software/claude-code-plugins · 182 tokens

plan

Produce structured implementation plans with goal, approach, test strategy, blast-radius assessment, parallelism analysis, and a user approval gate before any code is written. Persisting PLAN.md for fresh-session handoff. Use when: 'plan this', 'architect this', 'how should we implement', 'implementation plan', 'write…

melodic-software/claude-code-plugins · 100 tokens

research

Multi-source external research in chained phases, corpus enumeration, broad, targeted + falsification, preferred sources, with per-claim source tiers, recency checks, a coverage ledger, and a binary outcome gate before presenting. Dispatches a fresh-context subagent by default so the research transcript stays out of…

melodic-software/claude-code-plugins · 176 tokens

clean

Audit an arbitrary directory tree for orphaned, temporary, stale-lock, failed-write, partial-download, and empty leftover artifacts; classify evidence into confidence tiers; and optionally remove exact validated paths after explicit per-tier approval. Read-only by default and manual-only. Use when: 'audit this…

melodic-software/claude-code-plugins · 126 tokens

teach

Interactive multi-session learning coach for general topics or repo-grounded concepts; also a single-session domain primer (primer action). Use when: 'teach me', 'study session', 'help me learn', 'onboard me to', 'learn this codebase'. Coaches through the Knowledge-Skills-Wisdom progression with persistent per-topic…

melodic-software/claude-code-plugins · 79 tokens

implement

Execute approved plans, fix bugs, and make code changes inline with incremental validation. TDD by default, build+test after each logical block, commit at green checkpoints, and divergence detection that routes back to planning instead of pushing through a broken approach. Use when: 'implement this', 'execute the…

melodic-software/claude-code-plugins · 110 tokens