You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`--dir` overrides the output directory for this invocation. Resolution order: `--dir` flag > `agent_dir` from config > format-implied default (`.claude` for claude, `.codex` for codex)
554
554
-`--format` selects the output format for agent definitions (default `claude`):
555
-
-`claude`: skills as `skills/*/SKILL.md`, agents as `agents/*.md` with YAML frontmatter (compatible with Claude Code, Cursor, Windsurf, and similar editors)
556
-
-`codex`: skills as `skills/*/SKILL.md` (same format), agents as `agents/*.toml` with `developer_instructions` field (compatible with Codex CLI)
555
+
-`claude`: skills as full `skills/*/` bundles rooted at `SKILL.md`, agents as `agents/*.md` with YAML frontmatter (compatible with Claude Code, Cursor, Windsurf, and similar editors)
556
+
-`codex`: skills as full `skills/*/` bundles rooted at `SKILL.md` (same format), agents as `agents/*.toml` with `developer_instructions` field (compatible with Codex CLI)
557
+
- Skill bundle resources under directories such as `references/`, `assets/`, and `scripts/` MUST be installed with their parent skill; agent output remains format-specific
557
558
- Skips files that already exist unless `--force` is used
558
559
- Reports created/updated/skipped counts
559
560
- This command is separate from `init` because plugin users receive skills globally and do not need local copies
@@ -731,6 +732,14 @@ Search is discovery across the governance corpus, not a resource-specific CRUD o
731
732
732
733
## Changelog
733
734
735
+
### v0.10.2 (2026-06-08)
736
+
737
+
Clarify init-skills skill bundle installation
738
+
739
+
#### Changed
740
+
741
+
- init-skills installs full skill bundles rooted at SKILL.md, including bundled references/assets/scripts
- `--dir` overrides the output directory for this invocation. Resolution order: `--dir` flag > `agent_dir` from config > format-implied default (`.claude` for claude, `.codex` for codex)
152
152
- `--format` selects the output format for agent definitions (default `claude`):
153
-
- `claude`: skills as `skills/*/SKILL.md`, agents as `agents/*.md` with YAML frontmatter (compatible with Claude Code, Cursor, Windsurf, and similar editors)
154
-
- `codex`: skills as `skills/*/SKILL.md` (same format), agents as `agents/*.toml` with `developer_instructions` field (compatible with Codex CLI)
153
+
- `claude`: skills as full `skills/*/` bundles rooted at `SKILL.md`, agents as `agents/*.md` with YAML frontmatter (compatible with Claude Code, Cursor, Windsurf, and similar editors)
154
+
- `codex`: skills as full `skills/*/` bundles rooted at `SKILL.md` (same format), agents as `agents/*.toml` with `developer_instructions` field (compatible with Codex CLI)
155
+
- Skill bundle resources under directories such as `references/`, `assets/`, and `scripts/` MUST be installed with their parent skill; agent output remains format-specific
155
156
- Skips files that already exist unless `--force` is used
156
157
- Reports created/updated/skipped counts
157
158
- This command is separate from `init` because plugin users receive skills globally and do not need local copies
description = "Support skill directory bundles so init-skills installs all files under explicitly distributed skill roots instead of relying on SKILL.md-only template entries."
20
+
21
+
[[content.acceptance_criteria]]
22
+
text = "init-skills installs full skill directory bundles, including bundled references and assets"
0 commit comments