PostToolUse
01Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing cc-hook-oxlint-oxfmt-fix.cjs via node. From OlliMakarova/mcp-metro.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing cc-hook-oxlint-oxfmt-fix.cjs via node. From OlliMakarova/mcp-metro.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse) and 39 allowed tools.
Skill Claude CodeCodex
Generate a Keep a Changelog entry for this MCP server between the last version in CHANGELOG.md and the current package.json version (or an explicit TO version), keeping only substantial changes.
Skill Claude CodeCodex
Implement an fa-mcp MCP server end-to-end in this already-scaffolded project: verify Agent Tester OpenAI creds, seed dev-time secrets and lenient config, push the scaffold to GitLab (creating a new repo OR reusing an existing one when instructed), draft an implementation plan, implement tools/prompts/resources…
Skill Claude CodeCodex
Deploy, stop, restart, update and diagnose this fa-mcp-sdk MCP server on a remote production server as a self-contained systemd Docker container behind a reverse proxy (Caddy or nginx), with a once-a-minute in-container git auto-update. Use when the user asks to deploy / roll out / stop / restart / update or check the…
Skill Claude CodeCodex
Protocol for editing or creating any file under .claude/ (SKILL.md, scripts, hooks, agents, settings.json, etc.). Use whenever a file path starts with .claude/ — direct Write/Edit is blocked by settings.json, so changes MUST go through the scripts/fcp.js temp-copy workflow.
Skill Claude CodeCodex
Command-only META-SKILL (invoked explicitly, no auto-trigger). Produces an exhaustive, self-sufficient prompt for an AI CLI (Claude Code) to implement a feature turnkey. Thinks first (Karpathy-style), inspects real code via Read/Grep/Glob, finds reusable functions and packages, designs the minimal sufficient solution…
Skill Claude CodeCodex
Generate JWT token for MCP server authentication. Use when user asks to generate/create a JWT token, mentions 'jwt', 'token for user', 'generate a token for', or wants to issue access credentials.
Skill Claude CodeCodex
This skill should be used when the user asks to "add an app to my MCP server", "add UI to my MCP server", "add a view to my MCP tool", "enrich MCP tools with UI", "add interactive UI to existing server", "add MCP Apps to my server", or needs to add interactive UI capabilities to an existing MCP server that already has…
Skill Claude CodeCodex
This skill should be used when the user asks to "create an MCP App", "add a UI to an MCP tool", "build an interactive MCP View", "scaffold an MCP App", or needs guidance on MCP Apps SDK patterns, UI-resource registration, MCP App lifecycle, or host integration. Provides comprehensive guidance for building MCP Apps…
Skill Claude CodeCodex
Runs an interactive investigation of an existing project, uncovers unanswered product and technical decisions, records the answers, and asks strictly one question at a time. Use when the user asks to analyze the whole project, to close open questions one by one, to clarify a proposal or a plan before implementation…
Skill Claude CodeCodex
Generates a showcase-style README.md plus readme-docs/.md satellites for MCP servers built with fa-mcp-sdk. The main README is a short landing page — hook, screenshots, feature bullets, a minimal quick start, a documentation TOC, and two collapsed reference sections at the end (tool close-up, client configs); every…
Skill Claude CodeCodex
Upgrade fa-mcp-sdk in the current project end-to-end: analyze the version diff, present an actionable execution plan, get user confirmation, then apply the upgrade automatically (deps, configs, code) — asking the user inline for any choices or values it needs. Falls back to a manual checklist only for items the LLM…
Instructions file CodexOpenCode
AGENTS.md instructions for OlliMakarova/mcp-metro, covering claude.md, what this is, commands, build & run and lint & typecheck.
Instructions file
Claude Code instructions for OlliMakarova/mcp-metro, a project described as: MCP server to search for routes in the Moscow metro and calculate the duration of the trip.