mcp-tooling

📁 huynhsang2005/blog-tanstack 📅 Jan 24, 2026
3
总安装量
3
周安装量
#60888
全站排名
安装命令
npx skills add https://github.com/huynhsang2005/blog-tanstack --skill mcp-tooling

Agent 安装分布

trae 2
claude-code 1

Skill 文档

MCP Tooling Skill

Default tool choice (in order)

  1. Serena: repo exploration, symbol lookups, safe edits.
  2. TanStack MCP: Start/Router/Query/Form/Table behavior and examples.
  3. shadcn MCP: shadcn/ui components, variants, patterns.
  4. Supabase MCP: schema/RLS/migrations/logs.
  5. chrome-devtools-mcp: browser dev/test/debug for UI, network, and performance.
  6. Tavily MCP: live web search, extraction, and crawling for current info.
  7. Context7: versioned library docs and code snippets.
  8. Copilot search tools (#codebase): fast workspace search for local context.

Notes

  • MCP servers are configured in the workspace; use them consistently when working in their domain.
  • Prefer Tavily for fresh web info and Context7 for library-specific docs.
  • Use #codebase when you need local project context quickly.

Workflow checklist

  1. Start with the smallest surface area (symbols > files > folders).
  2. Use references before edits to avoid breaking callers.
  3. Keep diffs minimal; avoid unrelated formatting.
  4. Ask before dependency changes, DB migrations, or deploys.

Quality gates

  • After dev/test/debug tasks, run: bun run build, bun run tsc (if available), bun run lint, bun run check.
  • Follow Biome lint results; do not bypass.