← 返回
未分类 中文

Project Analyzer

Analyze any project directory and produce a detailed report covering what the project does, its tech stack, folder structure, entry points, how to run it, an...
分析任意项目目录,生成详细报告,涵盖项目功能、技术栈、文件夹结构、入口点及运行方式等。
g30tr1x
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 307
下载
💾 0
安装
1
版本
#latest

概述

Project Scout

Use this skill whenever the user wants to understand, explore, or get oriented inside a codebase or project folder. Trigger phrases include:

  • "analyze this project"
  • "what does this project do"
  • "I'm new to this codebase, where do I start"
  • "give me an overview of [directory]"
  • "explain the structure of my project"
  • "scan the project"
  • "project report"
  • /scout (slash command)

What you must do

When this skill is triggered:

  1. Identify the target directory. Use the path the user mentions. If none is given, use the current working directory (run pwd to confirm it).
  1. Run the scout script using the exec tool:
python3 {baseDir}/scout.py --path <DIRECTORY>

Replace with the resolved absolute path. Always use --path explicitly.

  1. Present the output as a clean, readable message to the user. Structure it with clear sections. Do not just dump raw text — format it nicely for the chat channel being used.
  1. Offer next steps. After presenting the report, ask if the user wants to:
    • Dive deeper into any specific file or module
    • Get a dependency graph
    • Find the entry point and trace the execution flow
    • Generate a CLAUDE.md / README for the project

Handling errors

  • If python3 is not found: tell the user to install Python 3 and point them to https://www.python.org/downloads/
  • If the path doesn't exist: ask the user to double-check the path and try again
  • If the directory is empty or has very few files: report what was found and note it may be a new/empty project
  • If the output is very long: summarize the key sections and offer to elaborate on any part

Slash command

This skill is available as /scout [path]. Examples:

  • /scout — analyzes current working directory
  • /scout ~/projects/my-app — analyzes a specific path
  • /scout . — explicit current directory

Output format

Structure your reply like this:

🔍 **Project Scout Report**
📁 *<project name> — <one-line summary>*

**What it does**
<plain English explanation>

**Tech stack**
<languages, frameworks, key libraries>

**Structure**
<brief tour of the important folders and files>

**Where to start**
<the 2-3 files a new dev should read first>

**How to run it**
<install/build/run commands if found>

**Notes**
<anything unusual, TODOs, missing docs, etc.>

Keep it conversational and useful. This is meant to orient a developer, not just dump data.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 23:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,366 📥 319,482
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,827
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,221 📥 267,204