技能 explain-expert
📊

explain-expert

安全 ⚙️ 外部命令🌐 网络访问

分析程式碼庫架構和元件

此技能提供了一個結構化的框架來分析程式碼庫。它透過檢查結構、依賴關係和架構,幫助開發人員快速了解不熟悉的專案。分析涵蓋元件、互動、部署和運行時行為。

支持: Claude Codex Code(CC)
📊 70 充足
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“explain-expert”。 Explain this codebase structure. What are the main components and how do they interact?

预期结果:

  • Repository structure shows a standard layout with src/, tests/, and config/ directories
  • Main components: API server, database layer, and authentication service
  • Components communicate via REST APIs with dependency injection pattern
  • Entry point is index.js which initializes the Express server
  • Build process uses webpack for bundling and Docker for containerization

正在使用“explain-expert”。 Analyze the deployment architecture and runtime behavior

预期结果:

  • Application uses Docker for containerization with environment-specific configurations
  • Runtime starts with index.js which initializes the Express server and database connection
  • Request handling follows: client -> load balancer -> API gateway -> service layer -> database
  • Background tasks are managed by a job queue with Redis as the message broker

安全审计

安全
v4 • 1/17/2026

Prompt-only skill containing analysis framework instructions. No executable code, network operations, file writes, or external commands. Static analysis findings are false positives from naive pattern matching on documentation text. The skill is a legitimate documentation framework with no malicious patterns or harmful intent.

3
已扫描文件
358
分析行数
2
发现项
4
审计总数

风险因素

⚙️ 外部命令 (1)
🌐 网络访问 (1)
审计者: claude 查看审计历史 →

质量评分

38
架构
100
可维护性
85
内容
23
社区
100
安全
91
规范符合性

你能构建什么

加入新程式碼庫

新團隊成員快速了解專案結構和架構

產生文件

從程式碼庫分析建立初始技術文件

審查系統設計

了解現有系統的互動和部署模式

试试这些提示

基本概覽
Explain this codebase structure. What are the main components and how do they interact?
架構深入分析
Analyze the deployment architecture and runtime behavior of this application.
依賴關係映射
What frameworks and libraries does this project use? Map the key dependencies.
完整文件
Provide comprehensive technical documentation including: repository structure, core components, component interactions, deployment setup, and runtime behavior.

最佳实践

  • 在深入程式碼細節之前,先掃描儲存庫結構
  • 及早識別設定檔以了解建置和部署需求
  • 從入口點跟隨執行流程以了解請求處理

避免

  • 避免給出關於程式碼品質的個人意見,除非被要求
  • 在分析期間不要建議實作變更
  • 不要在閱讀原始碼之前跳過讀取設定檔

常见问题

此技能分析什麼?
它會檢查儲存庫結構、設定檔、依賴關係、元件及其互動。
它會修改我的程式碼庫嗎?
不會,此技能只會讀取檔案以提供分析。它永遠不會寫入或變更程式碼。
它可以分析任何程式語言嗎?
可以,此框架適用於任何語言或框架的程式碼庫。
它會執行我的程式碼嗎?
不會,它會靜態讀取檔案而不會執行任何程式碼或測試。
支援哪些輸出格式?
返回適合用於文件或進一步處理的結構化 Markdown 描述。
分析需要多長時間?
時間會根據程式碼庫大小而有所不同。此技能會先讀取關鍵檔案,然後提供全面的概覽。

开发者详情

文件结构