feat: bootstrap orchestrate skills for self-sufficient orchestration#74
Open
feat: bootstrap orchestrate skills for self-sufficient orchestration#74
Conversation
Copy 11 orchestrate/skills skills from kagenti/kagenti hub into
.claude/skills/, making this repo capable of orchestrating related
repos without dependency on the originating hub.
Skills copied:
orchestrate — router and entry point
orchestrate:scan — repo assessment and tech stack detection
orchestrate:plan — phased enhancement planning
orchestrate:precommit — pre-commit hooks and lint baseline
orchestrate:tests — test infrastructure and initial coverage
orchestrate:ci — CI workflows (lint, test, build, security)
orchestrate:security — security governance (CODEOWNERS, SECURITY.md)
orchestrate:replicate — this skill (self-replicating)
skills:scan — discover skills in any repo
skills:write — author new skills
skills:validate — validate skill structure and frontmatter
Adaptations from source:
- orchestrate:ci: removed "kagenti/kagenti gold standard" reference;
replaced SHA lookup instruction with generic guidance
Also add CLAUDE.md with project overview, key commands, and an
Orchestration section documenting available skills and usage.
All 11 skills pass name:/directory frontmatter validation.
Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase 6 (final) of repo orchestration. Copies 11 orchestrate/skills skills
into
.claude/skills/, making this repo capable of orchestrating relatedrepos without any dependency on the originating hub.
Skills Added
orchestrate/orchestrate <repo-path>orchestrate:scanorchestrate:planorchestrate:precommitorchestrate:testsorchestrate:ciorchestrate:securityorchestrate:replicateskills:scanskills:writeskills:validateAdaptations from Source
orchestrate:ci: removed hub-specific reference ("kagenti/kagenti gold standard" → generic); updated SHA lookup guidance to be repo-agnosticValidation
name:/ directory frontmatter checkAlso Includes
CLAUDE.md— project overview with:The Fractal
After this PR merges,
plugins-adaptercan orchestrate any related repo:Each downstream repo that goes through Phase 6 becomes independently capable of the same.