Skip to content

PeterOnCode/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.

Skills follow the Agent Skills format.

Resources

Available Skills

See SKILLS.md for the complete catalog with detailed metadata.

skill-creator

A meta-skill that guides you through creating new Agent Skills with best practices, templates, and validation.

Use when:

  • Creating a new skill from scratch
  • Learning the Agent Skills format
  • Validating skill structure and YAML frontmatter
  • Packaging skills for distribution

Capabilities:

  • Initialize new skill templates with proper directory structure
  • Validate skill naming conventions and required fields
  • Package skills into .skill distribution files
  • Provide reference documentation for workflows and output patterns
  • Guide through the 6-phase skill creation process

Installation

For Claude Code

Copy the skill directory to your Claude skills folder:

# Install skill-creator
cp -r skills/skill-creator ~/.claude/skills/

# Or install all skills
cp -r skills/* ~/.claude/skills/

For claude.ai

Upload the skill's SKILL.md file to your project knowledge, or paste its contents into the conversation:

# Example: Add skill-creator to project knowledge
# Upload: skills/skill-creator/SKILL.md

Usage

Skills are automatically available once installed. The agent will use them when relevant tasks are detected.

Examples with skill-creator:

Help me create a new skill for deployment automation
Validate my skill structure
Package this skill for distribution
I want to build a skill that monitors server logs

Skill Structure

Each skill contains:

  • SKILL.md - Instructions for the agent
  • scripts/ - Helper scripts for automation (optional)
  • references/ - Supporting documentation (optional)

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages