审计当前开发环境与可用能力,并给出 Claude Code 最优配置建议
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "workspace-surface-audit" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/workspace-surface-audit/SKILL.md 2. 保存为 ~/.claude/skills/workspace-surface-audit/SKILL.md 3. 装好后重载技能,告诉我可以用了
请审计我当前工作区的代码仓库、MCP servers、插件、connectors、环境变量暴露面和 harness 配置,并说明我现在实际可用的能力,以及最值得优先启用的 Claude Code 技能、hooks、agents 和操作流程。
一份环境能力清单、风险与缺口分析,以及按优先级排序的 Claude Code 配置建议。
我不确定为什么某些 Claude Code 能力无法使用。请检查当前仓库上下文、MCP 配置、插件连接状态、权限与环境暴露面,找出限制因素,并给出可执行的修复步骤。
问题定位结果、可能原因说明,以及逐步修复和验证建议。
基于这个工作区现有的仓库结构、工具链、MCP 服务和运行环境,请为团队设计一套高价值的 Claude Code 使用方案,包括推荐技能组合、hooks、agents 分工和日常 operator workflow。
一套适合团队落地的标准化 AI 开发工作流与配置建议。
Read-only audit skill for answering the question "what can this workspace and machine actually do right now, and what should we add or enable next?"
This is the ECC-native answer to setup-audit plugins. It does not modify files unless the user explicitly asks for follow-up implementation.
.env, .mcp.json, plugin settings, or connected-app surfaces to find missing workflow layersInspect only the files and settings needed to answer the question well:
package.json, lockfiles, language markers, framework config, README.md.mcp.json, .lsp.json, .claude/settings*.json, .codex/*AGENTS.md, CLAUDE.md, install manifests, hook configs.env* files in the active repo and obvious adjacent ECC workspacesSTRIPE_API_KEY, TWILIO_AUTH_TOKEN, FAL_KEYProduce a compact inventory:
If a surface exists only as a primitive, call that out. Example:
Compare the workspace against:
Do not just list names. For each comparison, answer:
For every real gap, recommend the correct ECC-native shape:
| Gap Type | Preferred ECC Shape |
|---|---|
| Repeatable operator workflow | Skill |
| Automatic enforcement or side-effect | Hook |
| Specialized delegated role | Agent |
| External tool bridge | MCP server or connector |
| Install/bootstrap guidance | Setup or audit skill |
Default to user-facing skills that orchestrate existing tools when the need is operational rather than infrastructural.
Return five sections in this order:
…
帮助开发者使用 Bun 进行运行、打包、测试与依赖管理,并评估替代 Node 的时机。
用AI优先方法审计、重构并快速启动软件项目与开发流程