Skip to content

Agent Skills for Claude Code, Codex, and other AI agents

License

Notifications You must be signed in to change notification settings

isandrel/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

Agent Skills for Claude Code, Codex, and other AI agents.

Repository Structure

skills/
├── skills/           # Individual skill folders
│   └── [skill-name]/
│       ├── SKILL.md      # Required: Instructions + metadata
│       ├── scripts/      # Optional: Executable code
│       ├── references/   # Optional: Documentation
│       └── assets/       # Optional: Templates, images
├── spec/             # Agent Skills specification
└── template/         # Starter template for new skills

Creating a Skill

  1. Copy the template/ folder and rename it
  2. Edit SKILL.md with your skill's instructions
  3. Add any scripts, references, or assets as needed

SKILL.md Format

---
name: my-skill-name
description: A clear description of what this skill does and when to use it
---

# My Skill Name

[Instructions that the agent will follow when this skill is active]

## Examples
- Example usage 1
- Example usage 2

## Guidelines
- Guideline 1
- Guideline 2

Usage

Claude Code

# Install a skill from this repo
claude skill install isandrel/skills/skills/[category]/[skill-name]

openskills (Cross-platform)

# Install for any agent that supports openskills
openskills install isandrel/skills/skills/[category]/[skill-name]

Resources

License

AGPL-3.0

About

Agent Skills for Claude Code, Codex, and other AI agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published