skills

Discover, install, evaluate, and author SKILL.md files for AI agents.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/lethuan127/agent-pro-max --skill skills-lethuan127
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills
Source: https://github.com/lethuan127/agent-pro-max/tree/main/.cursor/skills/skills
Command: npx skills add https://github.com/lethuan127/agent-pro-max --skill skills-lethuan127

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and managing Agent Skills (SKILL.md) across tools is tedious; this unit standardizes how skills are described, discovered, and installed.

Core Features & Use Cases

  • Centralized discovery of SKILL.md entries (name + description) for Cursor, Claude Code, Codex, GitHub Copilot, and more.
  • Standardized installation paths and workflows (e.g., .cursor/skills, .claude/skills, .github/skills).
  • Guidance for authoring new SKILL.md entries, including frontmatter and body structure.

Quick Start

Install, evaluate, and load a Skill by locating it in the discovery index and placing it in your project's skill directory.

Frequently Asked Questions about skills

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

FAQPage Schema
How do I discover and install Agent Skills for Cursor or GitHub Copilot?

You can discover and install Agent Skills by locating them via SkillsMP, skills.sh, or agent-skill.co, then placing the SKILL.md files into standard installation paths like .cursor/skills or .github/skills.

What is an Agent Skills SKILL.md file and when do I need it?

An Agent Skills SKILL.md file standardizes how skills are described, discovered, and installed across AI agents. You need it to extend developer workflows and provide AI agents with specific task instructions.

How do I author a new SKILL.md file to extend my AI agent?

To author a SKILL.md file, include frontmatter with name and description, a concise body of instructions, optional references or scripts, keep length under 500 lines, and add explicit trigger phrases for activation.

Does this Agent Skills installation approach work across multiple developer tools?

Yes, this approach provides centralized discovery of SKILL.md entries that work across Cursor, Claude Code, Codex, and GitHub Copilot by standardizing installation paths and workflows for each environment.

What are the frontmatter requirements and limitations when creating Agent Skills?

Agent Skills frontmatter requires a name and description, while the SKILL.md body must stay under 500 lines. Limitations include needing explicit trigger phrases and keeping the instruction body concise.

What's the best way to standardize skill discovery across different AI coding agents?

The best way to standardize skill discovery is using SKILL.md files with consistent frontmatter and placing them in recognized skill directories like .claude/skills or .github/skills to ensure cross-tool compatibility.