npx claudepluginhub dacrystal/skillverse --plugin skillverseUse when finishing a development branch that has docs/superpowers/ changes and you need to squash commits while keeping docs/superpowers in its own branch/worktree.
Use when creating or auditing a README to comply with the standard-readme specification - sections in required order, required content in each section, no broken links, and correct formatting.
Personal Claude Code skills collection.
Register this repo as a personal marketplace, then install the plugin:
plugin marketplace add skillverse https://github.com/dacrystal/skillverse
plugin install skillverse@skillverse
After installation, skills are available in Claude Code. Invoke them via slash commands:
/skillverse:standard-readme
/skillverse:git-squash-separate-superpowers-docs
docs/superpowers/ changes to a dedicated branch. Use when finishing a branch that includes docs/superpowers changes.Add a directory under skills/ with a SKILL.md file:
skills/
└── your-skill-name/
└── SKILL.md
MIT © Nasser Alansari
See LICENSE.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.