← 返回
未分类 中文

Nm Gauntlet Extract

Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges an...
分析代码库,构建业务逻辑、架构、数据流及工程模式的知识库,为 gauntlet 挑战奠定基础……
athola
未分类 clawhub v1.0.2 2 版本 100000 Key: 无需
★ 0
Stars
📥 400
下载
💾 1
安装
2
版本
#latest

概述

> Night Market Skill — ported from claude-night-market/gauntlet. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Extract Codebase Knowledge

Build or rebuild the .gauntlet/knowledge.json knowledge base.

Steps

  1. Identify target directory: use the current working directory

or a user-specified path

  1. Run AST extraction: invoke the extractor script

```bash

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/extractor.py

```

  1. AI enrichment: for each extracted entry, enhance the detail

field with natural language explanation of business logic, data

flow, architectural role, and rationale

  1. Cross-reference: link related entries across modules by

matching imports, shared types, and data flow paths

  1. Merge with annotations: preserve existing curated entries

in .gauntlet/annotations/

  1. Save: write to .gauntlet/knowledge.json
  1. Report: show summary by category, coverage gaps, difficulty

distribution

Category Priority

  1. business_logic (weight 7)
  2. architecture (weight 6)
  3. data_flow (weight 5)
  4. api_contract (weight 4)
  5. pattern (weight 3)
  6. dependency (weight 2)
  7. error_handling (weight 1)

版本历史

共 2 个版本

  • v1.0.2 当前
    2026-05-09 16:40 安全 安全
  • v1.0.1
    2026-05-07 17:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Nm Attune Project Planning

athola
将规格说明转换为分阶段、依赖排序的实施计划,用于规格说明完成后、执行开始前。
★ 0 📥 626

Nm Attune Project Init

athola
使用 git、CI/CD 工作流、pre-commit hooks 和构建配置搭建新项目
★ 0 📥 637

Nm Abstract Hooks Eval

athola
评估钩子安全性、性能和SDK合规性。用于审计
★ 0 📥 629