スキル一覧に戻る
Technikhighknee

project

by Technikhighknee

A toolbelt of MCP server that help agents to work with code.

0🍴 0📅 2025年12月4日
GitHubで見るManusで実行

SKILL.md


name: project description: "Know any codebase in 10 seconds. Scripts, tech stack, structure." allowed-tools: mcp__project__get_session_guide, mcp__project__get_project_info, mcp__project__get_scripts, mcp__project__get_quickstart, mcp__project__get_tech_stack, mcp__project__get_structure

project

Instant orientation. Know what you're working with before touching code.

First: get_session_guide

At session start, ALWAYS:

get_session_guide({})

This teaches you all the MCP tools and when to use them.

Why This Wins

The ProblemBuilt-in Failureproject Solution
What is this project?Read package.json manuallyget_project_info structured data
How to build/test?Search through scriptsget_quickstart gives commands
What tech?Analyze dependenciesget_tech_stack detects frameworks
Where's the code?ls and guessget_structure maps directories

Quick Reference

TaskTool
Learn all toolsget_session_guide
Build/test commandsget_quickstart
Tech stackget_tech_stack
Directory layoutget_structure
Project metadataget_project_info
Available scriptsget_scripts

New Codebase

get_session_guide({})  // Learn tools
get_quickstart({})     // How to build/test
get_tech_stack({})     // What frameworks
get_structure({})      // Where's the code

Quick Orientation

get_project_info({})   // Type, version, workspaces
get_scripts({})        // Available commands

Auto-Detection

  • Project root: Found from any subdirectory
  • Type: npm, cargo, python, go
  • Monorepo: Workspaces detected automatically
  • Tech: React, Vue, Next.js, Vite, etc.

Works from any subdirectory

Auto-detects project root.

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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