One-click install
npx skills add https://github.com/Dragoon0x/dragoon-skills --skill install-dragoon0x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install
Source: https://github.com/Dragoon0x/dragoon-skills/tree/main/skills/install
Command: npx skills add https://github.com/Dragoon0x/dragoon-skills --skill install-dragoon0x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually configuring dragoon across multiple different AI coding agents is time-consuming and prone to errors, especially when each agent has a unique skills directory path. This skill eliminates that manual work by automating the entire setup process for every supported agent on your system.

Core Features & Use Cases

  • Auto-detection of supported agents: Automatically identifies all installed compatible coding agents (claude-code, codex, cursor, opencode, factory, kiro) on your machine.
  • One-command installation: Sets up dragoon for all detected agents (or a specified subset) with a single run of the setup script.
  • Flexible management: Supports dry runs to preview changes, idempotent updates to refresh existing installations, and full uninstallation when needed.
  • Use Case: A developer who uses both Cursor for frontend work and Claude Code for backend tasks can set up dragoon for both tools in seconds without manually copying files or creating symlinks for each agent's unique skills directory.

Quick Start

Use this skill to automatically install and configure dragoon for every supported coding agent detected on your system.

Frequently Asked Questions about install

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

FAQPage Schema
How do I set up the dragoon coding agent across multiple AI tools?

Dragoon setup across multiple AI tools is automated by a single script that auto-detects installed coding agents like Claude Code, Cursor, and Codex, then configures skill access without manual file management.

Can I configure dragoon for specific coding agents instead of all detected ones?

Yes, you can configure dragoon for a specified subset of coding agents, allowing targeted installation rather than applying it to every supported agent detected on your system.

Does dragoon installation require any external dependencies?

Dragoon installation requires zero external dependencies, relying on an idempotent setup script that handles auto-detection and configuration natively without needing additional package managers or libraries.

What is the best way to preview dragoon configuration changes before applying them?

Previewing dragoon configuration changes is done using the built-in dry run mode, which shows exactly what setup modifications will occur across your detected coding agents before any files are altered.

How do I uninstall dragoon from existing AI coding agent configurations?

Uninstalling dragoon from existing agent configurations is handled by the same setup script through a full uninstallation command, cleanly removing skill access without leaving residual files.

Why does manually configuring dragoon across different coding agents fail?

Manual dragoon configuration fails because each coding agent uses a unique skills directory path, making manual file copying or symlink creation prone to path errors across different environments.