بنقرة واحدة
sample-skill
Example skill demonstrating the format
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Example skill demonstrating the format
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
| 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