一键导入
project-awareness
Automatically detect and understand project structure, tech stack, conventions, and key files. Provides project context as background knowledge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Automatically detect and understand project structure, tech stack, conventions, and key files. Provides project context as background knowledge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Multi-perspective code audit. Launches parallel security, quality, performance, and architecture analysis agents.
Experiment with code changes in an isolated worktree. Changes can be reviewed and merged or discarded.
Multi-strategy parallel codebase search. Combines text search, file patterns, git history, and import tracing to find code comprehensively.
5-stage quality pipeline for Agent Teams — Plan, PRD, Execute, Verify, Fix
| name | project-awareness |
| description | Automatically detect and understand project structure, tech stack, conventions, and key files. Provides project context as background knowledge. |
| user-invocable | false |
| disable-model-invocation | false |
| allowed-tools | Read, Glob, Grep |
You have the project-awareness skill. When starting work on a project, automatically gather the following context before proceeding with any task.
Check for these files to determine the tech stack:
package.json → Node.js (check for framework: next, remix, vite, etc.)tsconfig.json → TypeScriptCargo.toml → Rustgo.mod → Gopyproject.toml / setup.py / requirements.txt → PythonGemfile → Rubypubspec.yaml → Flutter/Dartpom.xml / build.gradle → Java/KotlinExtract from package.json scripts, Makefile, or similar:
npm run dev, cargo run, go run .npm run build, cargo build, go buildnpm test, cargo test, go test ./...npm run lint, cargo clippyMap the source code layout:
src/ vs app/ vs lib/ — where does code live?components/ — UI componentsapi/ or routes/ — API endpointsutils/ or helpers/ — shared utilitiestypes/ or interfaces/ — type definitions__tests__/ or tests/ — test filesDetect from existing code:
This skill is automatically invoked as background knowledge. You don't need to run all checks every time — use judgment about which context is relevant to the current task. Prioritize reading: