Skip to content

Azure99/skill-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Skill Creator Skills

中文

Overview

This repository contains Agent skills for creating and reviewing skills. Each skill lives under skills/<name> and includes a required SKILL.md plus optional references/, scripts/, and assets/.

Included Skills

  • skill-creator: Guidance for authoring new skills or updating existing ones, with reusable scripts and reference material.
  • skill-reviewer: A structured review workflow for auditing skill folders, with checklists and remediation guidance.

Repository Layout

LICENSE
README.md
README.zh-CN.md
skills/
  skill-creator/
    SKILL.md
    references/
    scripts/
  skill-reviewer/
    SKILL.md
    references/
    scripts/

Usage

  1. Copy a skill folder (for example skills/skill-creator) into your Agent skills directory.
  2. Invoke the skill by name in a prompt, or let it trigger based on the task description.

Utility Scripts (optional)

These live under skills/skill-creator/scripts/ and skills/skill-reviewer/scripts/ and assume Python 3. quick_validate.py requires PyYAML.

python skills/skill-creator/scripts/quick_validate.py skills/skill-creator
python skills/skill-creator/scripts/init_skill.py my-skill --path skills --resources scripts,references,assets
python skills/skill-creator/scripts/package_skill.py skills/skill-creator
python skills/skill-reviewer/scripts/lint_skill.py skills/skill-creator

License

MIT. See LICENSE.

About

Another Agent-Skill Creator & Reviewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages