ワンクリックで
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 職業分類に基づく
| 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-skillManage 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