一键导入
quick-setup
Detect project type and generate .pi/ configuration. Use when setting up pi for a new project or when user asks to initialize pi config.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Detect project type and generate .pi/ configuration. Use when setting up pi for a new project or when user asks to initialize pi config.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Write commit messages that capture judgment and decision-making, not just change descriptions. Use when the user wants to elevate their commit history from a log to a record of reasoning, trade-offs, and context.
Debug assistant for error analysis, log interpretation, and performance profiling. Use when user encounters errors, crashes, or performance issues.
Git workflow assistant for branching, commits, PRs, and conflict resolution. Use when user asks about git strategy, branch management, or PR workflow.
Fetch a web page and extract readable text content. Use when user needs to retrieve or read a web page.
Web search via DuckDuckGo. Use when the user needs to look up current information online.
Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.
| name | quick-setup |
| description | Detect project type and generate .pi/ configuration. Use when setting up pi for a new project or when user asks to initialize pi config. |
Analyze the current project and generate appropriate .pi/ configuration.
Detect project type by examining files:
package.json → Node.js/TypeScriptrequirements.txt / pyproject.toml → Pythongo.mod → GoCargo.toml → Rustpom.xml / build.gradle → JavaMakefile / CMakeLists.txt → C/C++Detect frameworks (React, Vue, Next.js, Django, FastAPI, Gin, etc.)
Detect existing tooling (ESLint, Prettier, pytest, etc.)
Generate .pi/ directory:
.pi/
├── settings.json # Project-specific settings
└── AGENTS.md # Project context for the agent
Generate AGENTS.md with:
Generate settings.json with:
Show the generated files and ask user to confirm before writing.