This repository contains AI agent skills for working with Piperack. These skills work with Gemini, Claude, Cursor, and other agents.
You can install these skills using npx skills:
npx skills add pipe-rack/skillsThis command will prompt you to select which skills to install from this repository.
Helps you configure Piperack for a project by analyzing the directory structure and generating a piperack.toml file.
Features:
- Detects project type (Node.js, Rust, Docker, etc.)
- Identifies required processes
- Generates a valid
piperack.tomlconfiguration - Provides best practice suggestions
To create a new skill in this repository:
- Create a new directory for your skill.
- Add a
SKILL.mdfile with the skill definition. - Add any assets or references in
assets/andreferences/subdirectories.
See skills.sh for more details.