add-tool
01cyanheads/wikipedia-mcp-server
Skill Claude CodeCodex
Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.
40 tagged stdio, measured the same way as everything else here.
Browse within: bun 32mediawiki 32
cyanheads/wikipedia-mcp-server
Skill Claude CodeCodex
Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.
cyanheads/wikipedia-mcp-server
Skill Claude CodeCodex
MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.
cyanheads/wikipedia-mcp-server
Skill Claude CodeCodex
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.
Skill Claude CodeCodex
Resolve and check MCP servers using MCPLookup's public identity and trust evidence. Use before recommending, installing, or connecting an MCP server; when identifying an official or first-party server; when comparing similarly named servers, packages, repositories, or endpoints; or when a user asks whether an MCP…
Skill Claude CodeCodex
Discuss with the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'discuss' trigger phrases.
Skill Claude CodeCodex
Save task-relevant conversation and workspace context to a temporary Markdown file in docs/handoffs, then provide the exact prompt another agent should use to resume. Use when handing unfinished work to a new agent or session.
Skill Claude CodeCodex
Implement a task plan from start to finish, including branching, incremental commits, tests, documentation lookup, review, and local integration. Use when the user asks to execute an existing task breakdown or work plan.