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.
npx skills add Jignesh-Ponamwar/skills-mcp --skill master-skillgit clone --depth 1 https://github.com/Jignesh-Ponamwar/skills-mcpWrote 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.
[](https://agentmods.dev/skills/jignesh-ponamwar/skills-mcp/master-skill)<a href="https://agentmods.dev/skills/jignesh-ponamwar/skills-mcp/master-skill"><img src="https://agentmods.dev/badge/skills/jignesh-ponamwar/skills-mcp/master-skill/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.
<a href="https://agentmods.dev/skills/jignesh-ponamwar/skills-mcp/master-skill"><img src="https://agentmods.dev/badge/skills/jignesh-ponamwar/skills-mcp/master-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00110 | $0.01883 |
| Opus 5 | $0.00055 | $0.00941 |
| Sonnet 5 | $0.00022 | $0.00377 |
| Haiku 4.5 | $0.00011 | $0.00188 |
Grade A, and why
skill-mcp-master 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill MCP - Master Usage Guide
What Is the Skill MCP?
The Skill MCP server is a self-hosted agent skills registry accessible to any MCP-compatible AI agent or tool. It stores curated, expert-authored instruction sets ("skills") and delivers them on demand through a structured 3-tier disclosure model.
Each skill contains:
| Tier | Content | Tools |
|---|---|---|
| 1 | Frontmatter - name, description, tags, score | skills_find_relevant |
| 2 | Instructions, system prompt addition | skills_get_body, skills_get_options |
| 3 | Reference docs, executable scripts, asset templates | skills_get_reference, skills_run_script, skills_get_asset |
The Canonical 3-Step Workflow
Follow this sequence for every task where a skill might apply.
Step 1 - Discover (skills_find_relevant)
skills_find_relevant(query="<specific description of your task>", top_k=5)
Interpret scores:
score > 0.6→ strong match - proceed to Step 2score 0.4–0.6→ possible match - read description to decidescore < 0.4→ no relevant skill - proceed without one
Query tips:
- ✅
"write pytest unit tests for a Flask REST API endpoint" - ✅
"extract tables from a multi-page PDF and output as CSV" - ✅
"review Python code for security vulnerabilities" - ❌
"testing"(too generic - poor embedding) - ❌
"help me"(no task signal)
Step 2 - Load (skills_get_body)
skills_get_body(skill_id="<top result from Step 1>")
The response contains:
{
"skill_id": "test-writer",
"instructions": "## Testing Workflow\n1. Identify the function under test ...",
"system_prompt_addition": "You are a senior test engineer ...",
"tier3_manifest": {
"references": ["TESTING-GUIDE.md", "COVERAGE-POLICY.md"],
"scripts": ["coverage_check.py"],
"assets": ["test-template.py"]
}
}
After loading:
- Read and apply
instructions- this is the authoritative guidance - If
system_prompt_additionis non-empty, incorporate it into your context - Check
tier3_manifest- only proceed to Step 3 if instructions reference specific files
What ships with it
9 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.
- platforms/aider/CONVENTIONS.md 2.6 KB
- platforms/antigravity/AGENTS.md 1.1 KB
- platforms/claude-code/CLAUDE.md 3.7 KB
- platforms/cline/.clinerules 3.6 KB
- platforms/codex/AGENTS.md 4.0 KB
- platforms/copilot/.github/copilot-instructions.md 2.7 KB
- platforms/cursor/.cursorrules 3.3 KB
- platforms/windsurf/.windsurfrules 2.9 KB
- README.md 3.7 KB
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.
- 10d ago First seen · 218 lines · 110 tokens per session scan A dce9a87b79e7
skill-mcp-master is a skill published in the GitHub repository Jignesh-Ponamwar/skills-mcp (7 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 110 tokens to every session and 1,883 once invoked, about $0.0006 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-08-31.
Other skills, from other repositories
cloudflare-dns
Operational skill for agents to manage Cloudflare DNS - records, proxied vs DNS-only, TTL, API tokens, and safe cutover patterns.
agent-harness-fault-injection
Use when an agent workflow needs deterministic recovery evidence for sandbox, MCP/tool, worker, checkpoint, memory, or orchestration failures.
architecture-decision-records
Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions.
aria
Designs the data model, API contracts, and structural foundation of the system.
autonomous-agent-patterns
Design patterns for building autonomous coding agents, inspired by Cline and OpenAI Codex.
peon-ping-log
Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".