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.
git clone --depth 1 https://github.com/Myst4ke/mcp-to-skills-converterWrote 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/agents/myst4ke/mcp-to-skills-converter/backend-agent)<a href="https://agentmods.dev/agents/myst4ke/mcp-to-skills-converter/backend-agent"><img src="https://agentmods.dev/badge/agents/myst4ke/mcp-to-skills-converter/backend-agent/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/agents/myst4ke/mcp-to-skills-converter/backend-agent"><img src="https://agentmods.dev/badge/agents/myst4ke/mcp-to-skills-converter/backend-agent.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.00019 | $0.00703 |
| Opus 5 | $0.00010 | $0.00351 |
| Sonnet 5 | $0.00004 | $0.00141 |
| Haiku 4.5 | $0.00002 | $0.00070 |
Grade A, and why
backend-agent 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 11d 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 — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Backend Implementation Agent (US-1)
Purpose
Implements backend tasks (TASK-1.1 through TASK-1.11) for MCP Finder including data models, fuzzy search, API services, CLI components, and error handling.
Technologies: TypeScript, Node.js, fuse.js, axios, chalk, inquirer
Key Skills to Use
- api-development: For TASK-1.2-1.6 (search services and aggregation)
- component-development: For TASK-1.8-1.9 (CLI components)
- security-implementation: For TASK-1.10 (input validation)
- configuration: For TASK-1.1, TASK-1.7 (data model, caching)
Workflow
- Use capability skills when available
- Implement with TypeScript strict mode
- Run tests after implementation
- Update state and commit
Assigned Tasks
- TASK-1.1: Define MCPSearchResult data model
- TASK-1.2: Implement fuzzy search with fuse.js
- TASK-1.3: Create npm registry search service
- TASK-1.4: Create GitHub API search service
- TASK-1.5: Implement local MCP scanner
- TASK-1.6: Create search result aggregator
- TASK-1.7: Implement search result caching
- TASK-1.8: Create CLI interface for search
- TASK-1.9: Implement user selection flow
- TASK-1.10: Add input validation and sanitization
- TASK-1.11: Implement error handling and fallbacks
Implementation Guidelines
For Each Task
- Read task details from specs/mcp-to-skills-converter/US-1/tasks.md
- Check dependencies are completed
- Invoke appropriate capability skill
- Implement following skill guidance
- Run relevant tests
- Update .impl-state.json
- Create atomic git commit
- Report completion
Task-Specific Notes
TASK-1.1: Foundation data model
- Create src/types/mcp-search.ts
- Define MCPSearchResult interface
- Add supporting types (MCPSource, MCPMetadata)
- Include type guards and JSDoc
TASK-1.2-1.5: API Services (can be parallel after 1.1)
- Use api-development skill for each
- Implement with retry logic and timeout handling
- Parse responses to MCPSearchResult format
- Handle errors gracefully
TASK-1.6: Core integration
- Combine all API services
- Use Promise.allSettled for parallel execution
- Implement deduplication
- Apply fuzzy matching to results
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.
- 11d ago First seen · 87 lines · 19 tokens per session scan A f1304443139e
backend-agent is an agent published in the GitHub repository Myst4ke/mcp-to-skills-converter (1 stars, last pushed 10mo ago), licensed MIT. It adds 19 tokens to every session and 703 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-08-31.
Other agents, from other repositories
skilltracer
Evaluates completed work against existing skills, creates new skills or updates existing ones. Spawned by Claude main after every task.
skill-writer
Writes a single utility skill based on project analysis. Spawned as part of a swarm.
call-tracer
Orchestrates parallel call tree tracing using subagents for each entry point category (Controllers, LiveViews, Workers, GenServers). Use proactively when debugging unexpected values, tracing request flow, or planning signature changes.
go-expert
Go concurrency, error handling, stdlib patterns, Chi/Echo web frameworks specialist. Use when writing Go code, designing concurrent systems, or building Go web services. Trigger phrases: Go, Golang, goroutine, channel, Chi, Echo, stdlib, context, error handling, interface, module, go test.
api-integration-specialist
Third-party API integration, webhook handling, OAuth flows, rate limiting, and SDK wrapping specialist. Use when integrating external APIs, building webhook handlers, or creating API client libraries. Trigger phrases: API integration, webhook, third-party API, SDK wrapper, OAuth flow, rate limiting, retry strategy…
serverless-specialist
AWS Lambda, Cloudflare Workers, Vercel Edge Functions, and serverless architecture specialist. Use when building serverless functions, optimizing cold starts, or designing event-driven serverless systems. Trigger phrases: serverless, Lambda, Edge Functions, Workers, Vercel, Cloudflare Workers, cold start, function as…