EVE University Wiki MCP Server
MCP server from kongyo2/EVE-University-Wiki-MCP-Server.
Ts Npm Zod Starter
Add zod to a TypeScript npm project and install the boundary-only parsing convention. Use when starting a new TS project that needs runtime schema validation, or when layering zod onto an existing TS npm project — even if the user doesn't explicitly say "zod" or "validation".
Skill Bravo
Bravo skill used by unit tests — provides a second entry so sorting and multi-skill ranking can be verified.
Evetycoon Mcp Server
MCP server from kongyo2/evetycoon-mcp-server.
Deepwiki Ask
MCP server from kongyo2/deepwiki-ask.
Mcp Kanri
MCP server from kongyo2/mcp-kanri.
Eve Online Traffic Mcp
MCP server from kongyo2/eve-online-traffic-mcp.
Stellaris Modding MCP Server
MCP server from kongyo2/Stellaris-Modding-MCP-Server.
EVE Online OSINT MCP
MCP server from kongyo2/EVE-Online-OSINT-MCP.
Ts Tsconfig Modern Strict Starter
Set up a TypeScript tsconfig.json with modern (ESNext + bundler/nodenext) and maximally strict settings, tuned so that `tsc --noEmit` becomes a fast, reliable inner feedback loop for the LLM agent doing the editing. Use whenever a tsconfig.json is being created, edited, reviewed, troubleshot, or even just discussed — apply the standing policy even when the user only asks about a single option. De…
GitHub URL MCP
MCP server from kongyo2/GitHub-URL-MCP.
Skill Alpha
Alpha skill used by unit tests — exercises the happy path of frontmatter parsing and tokenization.
Kongyo Skill Creator
Use when authoring a new skill, refactoring an explanation-heavy skill into an executable runbook, standardizing skill structure, reviewing skill practicality, or preparing skill validation before deployment.
Eve Online Mcp
EVE Online Market MCP Server - A Model Context Protocol server for accessing EVE Online market data through ESI API
Ts Npm Oxlint Starter
Add Oxlint to a TypeScript npm project with agent-friendly defaults that focus error-level diagnostics on real bugs, silence stylistic noise, and emit output in oxlint's `agent` format for downstream LLM consumption. Use when bootstrapping a new TS project that needs linting, or when adding Oxlint to an existing TS npm project — even if the user doesn't explicitly say "oxlint" or "linter".
Npm Info
MCP server from kongyo2/npm-info.
Google Search MCP
MCP server from kongyo2/Google-Search-MCP.
Ts Npm Prettier Starter
Add Prettier to a TypeScript npm project with agent-friendly defaults that minimize diff size and keep line numbers stable across LLM-driven edits. Use when bootstrapping a new TS project that needs auto-formatting, or when adding Prettier to an existing TS npm project — even if the user doesn't explicitly say "prettier" or "formatter".
Kongyo Ts React Doctor
TypeScript React プロジェクトで react-doctor を使うときに使う。React の変更後、レビュー前、バグ修正後、品質確認時に適用する。最初の行動は必ず `npx -y react-doctor@latest . --verbose` をリポジトリルートで実行すること。診断結果は参考情報として扱い、不完全な実行を明示し、修正はローカルのコード文脈に照らして必要なものだけ行う。