super-skills
React effect fixes, parallel ticket orchestration, simple explanations
All Skills in This Repository (3)
Pure Emerald Level Indicatorscommit-work
Inspect working tree changes, stage them selectively, and generate Conventional Commits messages.
crafting-effective-readmes
Generate audience-tailored README outlines and templates for OSS, Personal, Internal, and Config projects.
react-effects
Identify and fix useEffect anti-patterns in React components.
Frequently Asked Questions
FAQPage SchemaHow to install super-skills?โผ
Run `npx skills add whinc/super-skills --all -g -y` in your terminal to install all skill groups globally. You can also install a single skill with `npx skills add whinc/super-skills --skill react-effects`.
How to fix React useEffect anti-patterns?โผ
The react-effects skill detects 12 common misuse patterns like derived state, effect chains, and event logic in effects, then rewrites them with simpler alternatives such as render-time computation, useMemo, or key-based resets.
How to run multiple implementation tickets in parallel?โผ
The implement-team skill reads your PRD, spec, and ticket files, then dispatches them concurrently to a coordinated agent team following a dependency graph, with independent verification of each result.
Does super-skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and can be installed via the Skills CLI or added as Claude Code plugin marketplace groups.
Can beginners use these skills without deep expertise?โผ
Yes. Skills like eli12 explain any topic in plain visual language, and the orchestration skills handle coordination automatically after your confirmation.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core