スキル一覧に戻る
abdullah7041

mcp-toolbox

by abdullah7041

Transform your resume into a job-winning document with AI-powered optimization Designed for Vision 2030

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: mcp-toolbox description: Leverage MCP servers for AI-native development with context, automation, and integrations.

MCP Toolbox Skill

Use Model Context Protocol servers to extend AI capabilities beyond code generation.

When to Use

  • Need up-to-date library documentation
  • Automating browser tasks or testing
  • Database queries without writing SQL
  • Breaking down complex problems
  • Connecting to external services

1. Essential MCP Servers

Documentation & Context

MCP ServerCommandUse Case
Context7resolve-library-idquery-docsGet latest library docs, prevent hallucinations
Sequential ThinkingBreak complex problems into logical steps
Memory BankRetain context across sessions

Development Tools

MCP ServerUse Case
GitHub MCPRepo management, PR reviews, issue tracking
Filesystem MCPLocal file read/write/edit operations
Puppeteer MCPBrowser automation, scraping, UI testing
E2B MCPSecure code execution, sandboxing

Database & Backend

MCP ServerUse Case
Supabase MCPAuth, database, storage, edge functions
PostgreSQL MCPNatural language → SQL queries

Design & Productivity

MCP ServerUse Case
Figma MCPConvert designs to code
Notion MCPAccess docs, tasks, specs
Slack MCPTeam notifications, updates

2. Usage Patterns

Before Coding

1. context7: resolve-library-id → query-docs
2. Check for latest syntax/patterns
3. Implement with confidence

Debugging Flow

1. Sequential Thinking: break down the problem
2. Context7: verify correct API usage
3. Puppeteer: test in browser if UI issue

Database Work

1. Supabase MCP: list_tables, execute_sql
2. Check schema before writing queries
3. Use apply_migration for DDL changes

3. Quick Reference

// Always start with context7 for any library
mcp_context7_resolve-library-id({ libraryName: "react", query: "how to use useEffect" })
mcp_context7_query-docs({ libraryId: "/facebook/react", query: "useEffect cleanup" })

// Supabase operations
mcp_supabase_list_tables({ project_id: "xxx", schemas: ["public"] })
mcp_supabase_execute_sql({ project_id: "xxx", query: "SELECT * FROM users" })

4. Best Practices

  • Always verify docs first — Don't assume, use Context7
  • Batch operations — Combine related MCP calls when possible
  • Check advisors — Run get_advisors after DDL changes
  • Use right tool — MCP for external integrations, local tools for files

Cross-reference: See best-practices for UI standards, vibe-coding for workflow philosophy.

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です