ワンクリックで
workflow-loader
Provides robust mechanisms for agents to dynamically load and execute markdown workflows.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Provides robust mechanisms for agents to dynamically load and execute markdown workflows.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Token-saving terse mode — no filler, no narration, just results
Reviews TypeScript code using functional programming principles. Use when reviewing PRs or checking code quality.
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you are unfamiliar with a section of code or need to understand how it fits into the bigger picture.
| name | workflow-loader |
| description | Provides robust mechanisms for agents to dynamically load and execute markdown workflows. |
This skill provides the capability for AI Agent to robustly load, read, and execute external workflow files defined in the .mitra/agents/{agent}/workflows/ directory.
By default, an instruction like "Action: Load backend.md" is ambiguous. The LLM might:
This skill provides strict Tools (Python scripts) that you MUST use when a workflow is requested.
When a user asks "What can you do?" or you need to see available modules for an agent:
Run:
If it is
./scripts/list_workflows.sh --agent {agent_name}
Example: ./scripts/list_workflows.sh --agent architect
When you trigger a menu handler (e.g., *backend) or need to execute a specific process:
Run:
./scripts/load_workflow.sh --agent {agent_name} --workflow {workflow_name}
Example: ./scripts/load_workflow.sh --agent architect --workflow backend
Once the content is loaded (printed to your context):
load_workflow.sh script, you haven't loaded it.