用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CXwudi/agent-config --skill pi-subagent命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | pi-subagent |
| description | Agent Skill for spawning a subagent via Pi Coding Agent. Use when spawning a subagent with various models. |
pi --help resolves and returns the help menu
Otherwise stop and tell the user to install Pi Coding Agent
Run pi --list-models to see all available models (or pi --list-models <provider> to see models for a specific provider)
deepseek-v4-flash from deepseek provider.--provider to specify the provider.openai, use openai-codex insteadanthropic--thinking max, it will fallback to the highest available thinking effort for the model.pi can read the project wise AGENTS.md file and .agents/skills/pi has a copy of the same user-wise AGENTS.md or CLAUDE.md file, and a copy of same agent skills at ~/.agents/skills/-c option can be used to continue from the previous chat. Use it when you only spawn one subagent and want the same subagent to continue further works.Agent Skill for Word, Excel, PowerPoint, and other office works.
Agent Skill for entering orchestration mode. Use when the user want you to become an orchestrator of multiple subagents.
Agent Skill for syntax-aware code search using `ast-grep`. Use when searching for code. Good at finding code patterns, structures, or relationships that are difficult to express with plain text search