Agent skill
orchestrate
Priotize
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/orchestrate
SKILL.md
Prioritize
There are hundreds of potential chapters to write. To decide where to begin, first check the 'priorities.md' file in the root directory of the repository. If there are line items under 'Prioritize', start working through the chapters listed there. Otherwise, start working via alphabetical order by directory. Note, if there are line items under 'skip', skip those directories.
Generally, we want to work from the leaf directories upward. So for a given topic that has child topics, if all of the child topics are written, it is time to write the chapter for that general topic.
Finding Chapters That Need Work
Use the root ReadMe.md outline to identify chapters needing work. Items without links (plain text without parentheses) need chapters written. Before writing a new chapter:
- Check the root ReadMe.md outline for items that are NOT hyperlinks
- Navigate to the corresponding directory and check if the ReadMe.md exists
- If the ReadMe.md exists, check if it has actual content or is empty/placeholder
- Only write content for chapters that are empty or missing
This avoids wasting time scanning directories - the outline is the source of truth for what's complete.
Publish
Once finished with the chapter, open the root directory's ReadMe.md outline and convert the chapter name to a link to the ReadMe.md that you just modified.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?