run-agent

Execute agent-specific prompt instructions from @.[agent_name]/prompt/.prompt.md.

Updated Aug 14, 2025
One-click install
npx skills add https://github.com/kaikojima05/ai-agent-rules --skill run-agent-kaikojima05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-agent
Source: https://github.com/kaikojima05/ai-agent-rules/tree/main/skills/run-agent
Command: npx skills add https://github.com/kaikojima05/ai-agent-rules --skill run-agent-kaikojima05

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the need to repeatedly restate the same instruction to run the agent-specific prompt file.

Core Features & Use Cases

  • One-command invocation: Runs the content of @.[agent_name]/prompt/.prompt.md without needing to manually reference it each time.
  • Agent-specific behavior: Ensures the executed instructions are resolved for the currently targeted agent via the .[agent_name] placeholder.
  • Operational shortcut: Provides a consistent workflow entry point for composing and executing common agent tasks.

Quick Start

Call /run-agent to have your agent execute the instructions defined in @.[agent_name]/prompt/.prompt.md.

Frequently Asked Questions about run-agent

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

FAQPage Schema
How do I execute agent-specific prompt files without repeating boilerplate instructions?

To execute agent-specific prompts without repeating boilerplate, use a one-command invocation that automatically runs the content of @.[agent_name]/prompt/.prompt.md. This streamlines workflow automation by eliminating the need to manually reference the prompt file for each task session.

What is the best way to run per-agent prompt instructions for a coding agent?

The best way to run per-agent prompt instructions is calling a single command that resolves the targeted agent via the .[agent_name] placeholder. This ensures the executed instructions are specifically tailored to the currently active coding agent.

How do I invoke shell tooling for workflow automation while disabling model invocation?

To invoke shell tooling while disabling model invocation, execute the agent prompt file using a standardized command entry point. This satisfies the specific requirement to run shell commands without triggering model invocation during the task session.

Do I need to manually reference the prompt.md file each time I start an agent task?

No, you do not need to manually reference the prompt.md file each time. A one-command invocation automatically targets @.[agent_name]/prompt/.prompt.md, providing a consistent workflow entry point for composing and executing common agent tasks.

Does the run-agent shortcut work with different agent names in the same workflow?

Yes, the shortcut works with different agent names by using the .[agent_name] placeholder. It dynamically resolves the executed instructions for whichever coding agent is currently targeted, ensuring agent-specific behavior across multiple task sessions.

Why should I use a single command to execute standardized agent prompts?

Using a single command to execute standardized agent prompts removes the need to repeatedly restate the same instruction file. It provides an operational shortcut that creates a consistent workflow entry point for composing and executing common coding agent tasks.