todo-triage
Ven0m0/claude-config
Collect, deduplicate, enrich, triage, and convert code comments (TODO/FIXME/HACK/NOTE/OPTIMIZE/SECURITY/DEBT) into structured, dependency-ordered task lists ready for autonomous agents. Use when processing technical debt, converting code notes into tracked work, preparing task backlogs, or generating executable task graphs. Triggers: TODO triage, fixme list, tech debt scan, task extraction, comment analysis.
mcp-to-skill
Ven0m0/claude-config
Converts any MCP server into a standalone skill package with zero runtime dependencies (no MCP process required).
Trigger when user says: "convert this MCP to a skill", "I don't want to use MCP anymore", "wrap MCP X as a skill",
"MCP is too heavy", "turn MCP capabilities into a skill".
Does: connects to MCP server to extract tool schemas, analyzes source code to infer equivalent Bash commands,
generates a ready-to-use skill package and registers it with the agent, optionally asks user to remove the original MCP.
Does NOT: execute MCP tool calls to complete tasks (that's using MCP, not converting it);
wrap existing Bash scripts as skills (use skill-creator); execute MCP business logic.
Optional dependency: skill-creator (improves generated SKILL.md quality).
vercel-react-best-practices
Ven0m0/claude-config
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
mcp-builder
Ven0m0/claude-config
Creates high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services. Use when building MCP servers to integrate APIs, designing tool schemas, or implementing Python (FastMCP) or TypeScript (MCP SDK) servers. Triggers include "MCP server", "tool schema", "model context protocol", or "FastMCP".