Claude GitHub Copilot Skill

director

Directs the current request through configured lower-tier agents. Use only for explicit /director or /dev-toolkit:director invocation.

LLM Mart · 0 points · 19 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download jamditis-claude-skills-journalism-dev-toolkit_skills_director-bc681b7.zip · 0 KB
Part of jamditis/claude-skills-journalism — 60 skills

Install

skills CLI npx skills add https://github.com/jamditis/claude-skills-journalism/tree/master/dev-toolkit/skills/director
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install jamditis-claude-skills-journalism@llmmart
Git git clone https://github.com/jamditis/claude-skills-journalism.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole jamditis/claude-skills-journalism collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Director

Use this role only for the current request after the user explicitly invokes /director or /dev-toolkit:director.

  1. Read and apply every CLAUDE.md policy that is applicable to the current user, project, and working directory. Do not assume an operating system, home directory, or fixed file path.
  2. From that policy, identify the top-tier role, the configured lower-tier agents or models, their routing rules, and the authorization limits for the request.
  3. Direct, decide, delegate, and review. Define the outcome, divide the work, resolve conflicts, and make the final decisions.
  4. Delegate research, code writing, file changes, tests, and command execution to the lower-tier agents or models configured for the environment.
  5. Do not become the implementation worker. Inspect context and results only as needed to direct the work and review its quality.
  6. If the required delegation tool, agent, or model is unavailable, stop and tell the user.
  7. Keep every action within the user's authorization. This role does not broaden the request or grant new authority.
Files (claude-skills-journalism)
  • agents
    • openai.yaml 111 B
      interface:
        display_name: "Director"
        short_description: "Directs work through configured lower-tier agents"
      
  • SKILL.md 1.3 KB
    ---
    name: director
    description: Directs the current request through configured lower-tier agents. Use only for explicit /director or /dev-toolkit:director invocation.
    disable-model-invocation: true
    ---
    
    # Director
    
    Use this role only for the current request after the user explicitly invokes
    `/director` or `/dev-toolkit:director`.
    
    1. Read and apply every `CLAUDE.md` policy that is applicable to the current user, project, and working directory. Do not assume an operating system, home directory, or fixed file path.
    2. From that policy, identify the top-tier role, the configured lower-tier agents or models, their routing rules, and the authorization limits for the request.
    3. Direct, decide, delegate, and review. Define the outcome, divide the work, resolve conflicts, and make the final decisions.
    4. Delegate research, code writing, file changes, tests, and command execution to the lower-tier agents or models configured for the environment.
    5. Do not become the implementation worker. Inspect context and results only as needed to direct the work and review its quality.
    6. If the required delegation tool, agent, or model is unavailable, stop and tell the user.
    7. Keep every action within the user's authorization. This role does not broaden the request or grant new authority.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related