with one click
sample-skill
Example skill demonstrating the format
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Example skill demonstrating the format
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Manage AI resources (skills, commands, agents) using aimgr CLI. Use when user asks to: (1) Install/uninstall resources, (2) Manage repository, (3) Discover/recommend resources for a project, (4) Troubleshoot aimgr issues.
Claude-specific skill for testing
"This has invalid YAML
First skill in mixed repository
First test skill for discovery testing
Second test skill for discovery testing
Based on SOC occupation classification
| name | sample-skill |
| description | Example skill demonstrating the format |
| license | MIT |
| metadata | {"author":"example","version":"1.0.0"} |
This is an example skill that demonstrates the proper format for agentskills.io compatible skills.
A skill is a directory containing:
The SKILL.md file must start with YAML frontmatter containing:
name: Must match the folder name (required)description: 1-1024 character description (required)license: Optional license identifier (e.g., MIT, Apache-2.0)metadata: Optional key-value pairs for version, author, etc.This skill can be added to your repository and installed in projects:
# Add to repository
ai-repo add skill examples/sample-skill
# Install in a project
cd my-project/
ai-repo install skill sample-skill
ai-repo add skill ./your-skill