Skip to content

Bootstrap orchestrate skills for self-sufficient orchestration#8

Open
pdettori wants to merge 1 commit intoorchestrate/securityfrom
orchestrate/replicate
Open

Bootstrap orchestrate skills for self-sufficient orchestration#8
pdettori wants to merge 1 commit intoorchestrate/securityfrom
orchestrate/replicate

Conversation

@pdettori
Copy link
Contributor

Summary

Copy the full orchestrate skill suite from kagenti/kagenti hub into this repo, making it self-sufficient for orchestrating related repos (the fractal pattern).

12 skills added:

Skill Purpose
orchestrate Router entry point
orchestrate:scan Assess repo structure and gaps
orchestrate:plan Create phased enhancement plan
orchestrate:precommit Add pre-commit hooks and linting
orchestrate:tests Add test infrastructure and coverage
orchestrate:ci Add CI workflows and security scanning
orchestrate:security Add governance files
orchestrate:review Review orchestration PRs before merge
orchestrate:replicate Self-replication into target repos
skills:scan Discover and audit skills
skills:write Author new skills
skills:validate Validate skill format

Adaptations from source:

  • Removed 11 broken Related Skills references pointing to skills not in the copied set (test:write, tdd:ci, rca:ci, ci:status, cve:scan, cve:brainstorm, github:pr-review, skills:retrospective, meta:write-docs)
  • Verified all 12 name: frontmatter fields match directory names
  • Updated CLAUDE.md with orchestration section

Note on PR size: 2910 lines, but this is 12 self-contained skill documentation files (SKILL.md). Skills are indivisible units — splitting across PRs would break cross-references.

Depends on #7 (security) → #6 (CI) → #5 (tests) → #4 (pre-commit).

Test plan

  • Verify each skill directory has exactly one SKILL.md
  • Verify no broken Related Skills references (grep for orphan refs)
  • Run /orchestrate:scan in a fresh Claude session to confirm skills load

🤖 Generated with Claude Code

Copy orchestrate and skill management skills from kagenti/kagenti hub,
making this repo self-sufficient for orchestrating related repos:

Orchestrate skills (9):
- orchestrate: router entry point
- orchestrate:scan, orchestrate:plan: assessment and planning
- orchestrate:precommit, orchestrate:tests, orchestrate:ci,
  orchestrate:security: phased enhancement
- orchestrate:review: PR review before merge
- orchestrate:replicate: self-replication (this skill)

Skill management (3):
- skills:scan, skills:write, skills:validate

Adaptations from source:
- Removed broken Related Skills references to skills not in the copied set
- Verified all frontmatter name: fields match directory names
- Updated CLAUDE.md with orchestration section

Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant