スキル一覧に戻る
motlin

orchestration

by motlin

A Claude Code skill for tracking and completing tasks from a markdown task list

2🍴 3📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: orchestration description: Coordinates other skills and agents. ALWAYS use this skill on startup.

Skill Guidelines

Invoke these skills liberally - most tasks use multiple skills:

SkillWhen to use
@code:code-qualityBefore editing code
@code:testingWhen writing or reviewing tests
@code:cliWhen running shell commands
@build:precommitBefore running builds or tests
@git:git-workflowFor all git operations
@orchestration:conversation-styleFor response guidelines
@orchestration:llm-contextWhen working with .llm/ directories

Git Commits

ALWAYS delegate to the @git:commit-handler agent for all commit operations. Never run git commit directly.

ALWAYS delegate to the @git:conflict-resolver agent to resolve any git merge or rebase conflicts.

ALWAYS delegate to the @git:rebaser agent to rebase the current branch on upstream.

File Writing Policy

NEVER write files to /tmp or other system temporary directories - reading from /tmp triggers permission prompts. Write scratch files and temporary outputs to .llm/ instead.

Workflow Orchestration

When a code change is ready, and we are about to return control to the user, do these things in order:

  1. Verify the build passes using the @build:precommit-runner agent
  2. Commit to git using the @git:commit-handler agent
  3. Rebase on top of the upstream branch with the @git:rebaser agent

Plugin Health Check

Run the master doctor script to verify all plugins are properly configured:

scripts/doctor-all.sh

This runs doctor.sh from each plugin, checking for:

  • Required binaries (just, git, gh, python3, tmux, etc.)
  • Required files and scripts
  • Proper file permissions

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です