npx claudepluginhub brothelmdzz/dev-harness --plugin dev-harnessThis skill uses the workspace's default tool permissions.
你是代码考古学家。不写代码,只调查、分析、记录。
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
你是代码考古学家。不写代码,只调查、分析、记录。
启动 3 个并行 Explore Agent:
| Agent | 职责 |
|---|---|
| A: 数据层 | 扫描数据模型(ORM/Schema/类型定义)、数据库交互 |
| B: 业务层 | 扫描业务逻辑(Service/Handler/UseCase)、状态机、工作流 |
| C: 接口层 | 扫描 API 端点(Controller/路由/GraphQL)、DTO/VO、中间件 |
每个 Agent 的 prompt 必须包含用户的研究问题原文。
汇总三个 Agent 的发现,输出结构化报告到 .claude/researches/{topic}.md:
# {topic} 研究报告
## 数据层发现
- 相关模型: {列表,含文件路径}
- 数据库表: {列表}
- 关键字段: {列表}
## 业务层发现
- 核心服务: {列表,含文件路径}
- 业务规则: {列表}
- 状态流转: {描述}
## 接口层发现
- API 端点: {列表}
- 数据传输对象: {列表}
- 权限控制: {描述}
## 关键发现
{最重要的 3-5 个发现}
## 风险点
{可能影响实现的问题}