Reusable capabilities for AI agents using Agent Skills (SKILL.md) and AGENTS.md.
npx skills add https://github.com/sentenz/skills --skill cpp-fuzz-testingInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
A catalog of modular agent skills for AI coding assistants, providing specialized context and guidance for software development tasks.
JavaScript runtime required to install and run the Skills CLI.
# For Debian/Ubuntu (apt-based) on amd64
sudo apt install -y nodejs
CLI tool for managing AI agent skills in development projects.
npm install -g @agentskills/cli
Install
Add skills to a project using the Skills CLI.
# Initialize skills in your project
skills init
# Add a specific skill
skills add sentenz/skills/cpp-unit-testing
Manage
List, update, and validate skills in your project.
# List available skills
skills list
# Update skills from the catalog
skills update
# Validate skill definitions
skills validate
CONTRIBUTING.md provides guidelines and instructions for contributing to the project.
Familiarize yourself with the Agent Skills Specification and existing skills before contributing.
Step-by-step instructions for creating and submitting a new skill to the catalog.
Template and format for
SKILL.mdfiles including metadata frontmatter and documentation sections.
Guidelines for versioning, activation triggers, language/path matching, and usage configuration.
Validation steps to verify skill frontmatter, links, activation triggers, and real-world behavior.
Instructions for forking, branching, committing, and opening a pull request.
Best practices for writing focused, well-documented, and maintainable skills.
TODO