discover-skills

Search and install skills for war-rooms based on epic requirements.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/igot-ai/os-twin --skill discover-skills-igot-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discover-skills
Source: https://github.com/igot-ai/os-twin/tree/main/.agents/skills/roles/manager/discover-skills
Command: npx skills add https://github.com/igot-ai/os-twin --skill discover-skills-igot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides the manager through discovering and installing skills that agents need to accomplish their assigned work. Before spawning a war-room, scan the epic's requirements and ensure the assigned role has the right tooling.

Core Features & Use Cases

  • Discover and install required skills for war-rooms based on epic requirements.
  • Validate and update war-room config with matched skill_refs to streamline onboarding.
  • Integrate with the skills API/CLI to fetch, verify, and install skills quickly.

Quick Start

Before spawning a war-room, run discovery to identify and install all required skills for the assigned role.

Frequently Asked Questions about discover-skills

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

FAQPage Schema
How do I install required skills for war-room agents based on epic requirements?

To install required skills for war-room agents, scan the epic requirements and use the skills API or CLI to fetch, verify, and install the matching skills before spawning the war-room. This ensures the assigned role has the necessary tooling configured.

What is the best way to ensure a war-room config has the correct skill_refs before starting?

The best way to ensure a war-room config has the correct skill_refs is to run a skill discovery process against the epic requirements. This validates and updates the war-room config with matched skill_refs to streamline agent onboarding.

When do I need to run skill discovery for a war-room?

You need to run skill discovery for a war-room before creating it to ensure the assigned role has needed tooling, when engineers report missing capabilities, or when architects recommend new tools for the workflow.

Does skill discovery verify the presence of SKILL.md for installed skills?

Yes, skill discovery verifies the presence of SKILL.md for each installed skill. It integrates with the skills API or CLI to fetch and verify skills, ensuring all required documentation is present after updating the war-room config.

How do I update war-room config with newly discovered skills?

You update war-room config with newly discovered skills by integrating with the skills API or CLI to fetch and install them. The discovery process automatically validates and updates the config with matched skill_refs for the assigned role.