firetiger-run

Execute Firetiger agents through managed conversational sessions.

1|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/firetiger-oss/cursor-plugin --skill firetiger-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firetiger-run
Source: https://github.com/firetiger-oss/cursor-plugin/tree/main/skills/run
Command: npx skills add https://github.com/firetiger-oss/cursor-plugin --skill firetiger-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of Firetiger agents, allowing users to interact with AI agents for complex tasks without manual session management or command-line execution.

Core Features & Use Cases

  • Agent Interaction: Start, manage, and interact with Firetiger agents through conversational sessions.
  • Task Automation: Delegate complex tasks like error investigation, performance analysis, and deployment validation to specialized AI agents.
  • Use Case: You can ask the firetiger-run skill to "Investigate the spike in 5xx errors from the checkout service in the last hour" and it will initiate a session with the appropriate agent, manage the conversation, and report back the findings.

Quick Start

Start a session with the error investigator agent to investigate an increase in errors.

Frequently Asked Questions about firetiger-run

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

FAQPage Schema
How do I automate error investigation with an AI agent?

To automate error investigation, you delegate the task to a specialized AI agent through managed sessions. The skill initiates the conversation, manages the multi-turn interaction autonomously, and reports the investigation findings back to you.

How do I manage multi-turn conversations with autonomous agents?

Managing multi-turn conversations with autonomous agents is handled automatically via managed sessions. You provide the initial prompt, and the skill maintains the session state and context throughout the agent interaction.

Do I need specific agent IDs to run autonomous workflows?

Yes, you need specific agent IDs to run autonomous workflows. The skill requires these identifiers to connect and interact with the correct agents via the MCP server for tasks like deployment validation.

How does autonomous agent execution work for performance analysis?

Autonomous agent execution for performance analysis works by leveraging the Firetiger MCP server to interact with specialized agents. It manages the session autonomously, allowing the agent to analyze metrics and report results.

What is the best way to validate deployments without manual command-line execution?

The best way to validate deployments without manual command-line execution is using autonomous agent workflows. This skill delegates the validation logic to an AI agent, managing the session automatically to return validation outcomes.