primal-skills
v0.2.0
Published
Personal skills library for Claude Code
Maintainers
Readme
primal-skills
Personal skills library for Claude Code.
Install
npx primal-skillsOptions:
--global/-g- Install to~/.claude/(default, available in all projects)--local/-l- Install to./.claude/(current project only)
Usage
After installing, use skills in Claude Code:
/primal:commit # Auto-commit with Conventional Commits
/primal:quick-feature # Deep interview → implementation-ready spec
/primal:design-audit # Comprehensive UI/UX audit
/primal:sigma-prompt # Strategic thinking frameworkAvailable Skills
| Skill | Description |
|-------|-------------|
| commit | Analyze unstaged changes and create Conventional Commits with proper grouping, types, scopes, and breaking change detection |
| quick-feature | Interview users deeply and produce implementation-ready feature specs with complete context, edge cases, and technical requirements |
| design-audit | Conduct comprehensive UI/UX audits and create prioritized redesign plans for desktop and mobile |
| sigma-prompt | Think like a council of elite creators, founders, and executives - strategic power-move analysis |
Adding Skills
- Create a new
.mdfile incommands/primal/ - Use the template in
templates/skill-template.md - Reinstall:
npx primal-skills
Importing Skills from Others
Drop their .md file into commands/primal/ and reinstall.
Development
# Clone
git clone https://github.com/YOUR_USERNAME/primal-skills.git
cd primal-skills
# Test locally
node bin/install.js --local
# Publish
npm publishLicense
MIT
