Mythril Agent Skills banner
jie-meng jie-meng

Mythril Agent Skills

AI community

Description

A unified skill management system for multi-agent AI coding assistants. This toolkit provides a curated collection of reusable skills plus centralized CLI commands to install, configure, and maintain them across Github Copilot, Claude Code, Cursor, Codex, Gemini CLI ...

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

mythril-agent-skills

mythril-agent-skills

English | [δΈ­ζ–‡](./README.zh-CN.md)

A unified skill management system for multi-agent AI coding assistants. This toolkit (distributed as a Python package) provides a curated collection of reusable skills plus centralized CLI commands to install, configure, and maintain them across Github Copilot, Claude Code, Cursor, Codex, Gemini CLI, Cline, OpenClaw, OpenSquilla, Hermes, CodeBuddy, and Pi/DSH (DeepSeek Harness).

What is a Skill?

A skill is a prompt/instruction bundle that teaches an AI assistant how to handle a specific type of task. Think of it like a specialized tool: it has a name, a triggering description, and detailed instructions.

There are two primary types of skills based on their scope and how they are managed:

Feature User-Level Skills (Global) Project-Level Skills (Local)
Scope Available across all your projects Confined to a specific project repository
Portability Reusable across different projects on your machine Moves with that specific project repository
Use Cases General-purpose tools (e.g., Jira integration, code review, Git operations, Figma) Project-specific rules (e.g., custom UI guidelines, specific build/deploy steps)
Management Installed in your user home directory (~/.claude/skills, ~/.cursor/skills, etc.) Stored inside the project directory (e.g., .claude/skills/, .github/skills/)
Version Control Managed centrally via this toolkit Committed to the project's Git repository and shared with the team

How this toolkit fits in

**`mythril-agent-skills` is designed to manage User-Level Skills.** It acts as a centralized CLI toolkit to install, configure, and keep your general-purpose skills synchronized across multiple AI coding assistants on your machine.

For **Project-Level Skills**, you don't need this installer