agent-docs-creator-role

Route documentation tasks to specialized skills based on operational mode.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AmirTlinov/magray-marketplace --skill agent-docs-creator-role
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-docs-creator-role
Source: https://github.com/AmirTlinov/magray-marketplace/tree/main/flagship-team/skills/agent-docs-creator-role
Command: npx skills add https://github.com/AmirTlinov/magray-marketplace --skill agent-docs-creator-role

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a routing mechanism to direct documentation-related tasks to the appropriate specialized skill based on the defined operational mode.

Core Features & Use Cases

  • Mode-based Routing: Automatically selects the correct skill for documentation creation, review, or issue management.
  • Explicit Skill Invocation: Ensures that the correct sub-skill is activated based on the MODE variable.
  • Use Case: When an agent needs to create new documentation, setting MODE to CREATE_DOCS will trigger the flagship-docs-create skill.

Quick Start

Set the MODE to CREATE_DOCS and activate the agent-docs-creator-role skill.

Frequently Asked Questions about agent-docs-creator-role

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route documentation tasks to different agent roles based on an operational mode?

Routing documentation tasks requires setting an operational MODE variable such as CREATE_DOCS, REVIEW_REPAIR, or ISSUE_TREE, which triggers the corresponding specialized skill to handle the specific documentation workflow.

What is mode-based routing for documentation creation and review?

Mode-based routing is a mechanism that automatically selects and activates the correct sub-skill for documentation creation, review, or issue management based on a defined operational MODE variable.

How do I trigger the documentation creation workflow for my agent?

You trigger the documentation creation workflow by setting the MODE variable to CREATE_DOCS and activating the agent role, which explicitly invokes the corresponding flagship-docs-create skill.

Can I manage issue trees and documentation repair using a single routing skill?

Yes, you can manage both by routing tasks through the ISSUE_TREE and REVIEW_REPAIR modes, which ensures the correct specialized skill is invoked and output contract adherence is maintained for each selected mode.

Does the documentation routing skill require any external dependencies or components?

No, the documentation routing skill operates without external dependencies or components, relying solely on the defined MODE variable to explicitly invoke the correct sub-skill for your workflow.