.agents/skills/docs-sync/SKILL.md
Synchronizes documentation (README.md, CHANGELOG.md, API docs) with implementation. Preserves user content outside speckit markers. Updates are non-destructive and clearly delineated. Always run after /speckit.implement completes.
npx skillsauth add drillan/mixseek-plus docs-syncInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Synchronizes documentation with implementation after /speckit.implement completes.
This skill automatically updates documentation to reflect the implemented features. It:
docs-sync uses HTML comment markers to delineate auto-generated sections:
<!-- speckit:start:section-name -->
Auto-generated content here
<!-- speckit:end:section-name -->
Content outside these markers is preserved exactly as-is.
The skill outputs a DocsSyncResult showing:
This skill runs automatically after /speckit.implement. You can also run it manually:
npx skills run docs-sync
| Code | Status | Meaning | |------|--------|---------| | 0 | Success | All updates successful | | 1 | Partial | Some updates failed | | 3 | Error | Required files missing |
| Section | Marker | Content Source |
|---------|--------|----------------|
| Usage | <!-- speckit:start:usage --> | spec.md user stories |
| Installation | <!-- speckit:start:installation --> | plan.md dependencies |
| Features | <!-- speckit:start:features --> | spec.md functional requirements |
| Section | Marker | Content Source |
|---------|--------|----------------|
| Unreleased | <!-- speckit:start:unreleased --> | tasks.md completed tasks |
tools
MixSeekワークスペースを初期化し、設定ファイル用ディレクトリ構造を作成します。「ワークスペースを初期化」「mixseekのセットアップ」「設定ディレクトリを作成」「新しいプロジェクトを始める」といった依頼で使用してください。
development
MixSeekのチーム設定ファイル(team.toml)を生成します。「チームを作成」「エージェント設定を生成」「Web検索チームを作って」「分析チームを設定」といった依頼で使用してください。Leader AgentとMember Agentの構成を定義します。
development
MixSeekのプロンプトビルダー設定ファイル(prompt_builder.toml)を生成します。「プロンプトを設定」「プロンプトビルダーを作成」「ラウンド別プロンプト」といった依頼で使用してください。
data-ai
MixSeekのオーケストレーター設定ファイル(orchestrator.toml)を生成します。「オーケストレーターを設定」「チーム競合設定」「複数チームで競わせる」「マルチチーム実行設定」といった依頼で使用してください。複数チームを並列実行して最良の結果を選択する設定を定義します。