一键导入
conversational-agent
Playbook for translating natural language requests about tasks, profiles, locking, and validation into CLI helper executions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Playbook for translating natural language requests about tasks, profiles, locking, and validation into CLI helper executions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Playbook for capturing design alignment from /grill-me, generating issue specifications, and managing task boards.
Playbook instructing agents how to dynamically formulate, design, bootstrap, and register new workspace skills when facing skill gaps.
Playbook for writing safe database migrations, managing schema evolutions, executing reversible rollbacks, and avoiding table lock contention in enterprise environments.
Guidelines for CPU profiling, identifying database query bottlenecks (N+1 queries), diagnosing memory leaks, and optimizing resource execution speeds.
Guidelines for containerization (Dockerfile best practices), release versioning, blue-green deployment, feature flag rollouts, and post-deployment smoke verification.
Diagnostic and recovery playbook for resolving local git states, locked configuration files, broken workspace setups, and process deadlocks.
| name | conversational-agent |
| description | Playbook for translating natural language requests about tasks, profiles, locking, and validation into CLI helper executions. |
When the user asks to switch profiles, manage tasks, lock modules, or audit code in natural language:
run_command tool with:
./helper.sh profile switch <profile-name>
(If the profile name is not specified, run ./helper.sh profile list first to show available profiles.)./helper.sh lock <module-name>./helper.sh lock <module-name> --release./helper.sh issue create <id> "<title>"./helper.sh issue close <id>./helper.sh issue list./helper.sh doctor./helper.sh validate./helper.sh dashboard--bypass or with the environment variable AAC_BYPASS_COMPLIANCE=1 prefix.AAC_BYPASS_COMPLIANCE=1 git commit -m "feat(scope): descriptive message"./helper.sh validate --bypass