一键导入
init
Analyze project structure and update AGENTS.md with detected tech stack, commands, and configurations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze project structure and update AGENTS.md with detected tech stack, commands, and configurations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
テストカバレッジを分析し、最もインパクトの大きいテスト追加を提案する。 「テスト改善」「カバレッジ」「test-coverage」で呼び出される。 モジュールごとのカバレッジ分析、未テストのエッジケース検出、 テストスケルトンの自動生成を行う。
セッション引き継ぎを実行し、HANDOFF.md を更新する
プロジェクトの STG0(要件確認)を実行し、タスクを開始する。claude-code-orchestra 互換エイリアス。
Save full session context: git history, Agent Teams activity, and discover reusable skill patterns — all in one run. No flags needed. Run at session end, after major milestones, or when you want to capture learnings.
ドキュメントとコード実装の整合性を監査する。 コード変更後に「ドキュメント確認」「docs-sync」「整合性チェック」で呼び出される。 Hook 実装と設計ドキュメントの乖離、README の記述の古さ、 マニフェストとファイル構成のずれを検出して修正案を提示する。
Create a detailed implementation plan for a feature or task. Use when user wants to plan before coding.
| name | init |
| description | Analyze project structure and update AGENTS.md with detected tech stack, commands, and configurations. |
| disable-model-invocation | true |
Analyze this project and update only the project-specific sections of AGENTS.md.
Find these files to identify the tech stack:
package.json → Node.js/TypeScript projectpyproject.toml / setup.py / requirements.txt → Python projectCargo.toml → Rust projectgo.mod → Go projectMakefile / Dockerfile → Build/deploy config.github/workflows/ → CI/CD configAlso detect:
Use AskUserQuestion tool to ask:
Use Edit tool to update only the top section (up to first ---) with this format:
# Project Overview
{User's answer}
## Language Settings
- **Thinking/Reasoning**: English
- **Code**: {Based on analysis - English or Japanese}
- **User Communication**: Japanese
## Tech Stack
- **Language**: {Detected language}
- **Package Manager**: {Detected tools}
- **Dev Tools**: {Detected tools}
- **Main Libraries**: {Detected libraries}
Update the ## Common Commands section with detected commands:
## Common Commands
```bash
# Detected commands (example)
{npm run dev / poe test / make build etc.}
```
### 5. Check Unnecessary Rules
Check rules in `.claude/rules/` and suggest removing unnecessary ones:
- Non-Python project → `dev-environment.md` (uv/ruff/ty) may not be needed
- No-test project → `testing.md` may not be needed
### 6. Report Completion
Report to user (in Japanese):
- Detected tech stack
- Updated sections
- Recommended rules to remove (if any)