A collection of personal agent skills — guided, structured workflows that turn vague ideas into executable written plans.
powerups is a collection of personal, custom-made agent skills. Each skill is a SKILL.md guide that tells an AI agent how to guide you through high-quality work in a specific scenario.
Core principle: a plan that isn't written down is no plan at all. Every conclusion from the discussion must land in the document, not stay in the conversation.
Enforces the Angular / Conventional Commits format on every git commit: <type>(<scope>): <subject> with a defined type set, lowercase imperative English subjects (≤ 50 chars), and structured bodies (≤ 72 chars, BREAKING CHANGE: markers).
Once installed, the agent automatically loads and uses a skill when a task matches its trigger conditions. Each agent looks for skills in its own directory (see below).
This repo is a pi package, so you can install it directly with pi's package manager — no manual cloning or copying:
pi install git:github.com/Richeir/powerupsSkills are loaded on demand when a task matches their trigger conditions. commit-conventions loads as a project-level convention whenever work produces a git commit; nestjs-conventions loads when working in a NestJS project; pre-commit-checklist loads before committing or marking work complete.
Security: skills can instruct the model to perform any action. Review the content before use.
This is a personal skill collection, but Issues and PRs sharing improvements are welcome. Please follow the SKILL.md authoring conventions used in this repo.
MIT © 2025 Richeir