reactuse
Build, test, document, and publish React hooks with AI
All Skills in This Repository (27)
Pure Emerald Level Indicatorspublish-hashnode
Cross-posts blog content from reactuse.com to Hashnode with canonical URLs via browser automation.
medium-push
Push Markdown files into Medium's editor via a local Bridge server and Chrome extension.
ping-indexnow
Notify Bing, Copilot, Yandex, and Naver of URL updates via IndexNow.
animate
Analyze features and create accessible animation plans for web UI components.
quieter
Reduce visual intensity in UI components while preserving hierarchy and accessibility.
optimize
Identify and fix frontend performance issues across Core Web Vitals and bundle size.
adapt
Guide designers in creating context-aware interface adaptations across devices.
clarify
Identify and rewrite unclear interface text for clarity.
distill
Distill complex designs into essential elements for UI simplification.
delight
Identify opportunities to add joy and polish to interface states.
teach-impeccable
Generate a Design Context document and write it to CLAUDE.md.
onboard
Design onboarding flows guiding new users to core outcomes.
Frequently Asked Questions
FAQPage SchemaHow to install ReactUse skills?▼
Run `npx skills add childrentime/reactuse --all -g -y` in your terminal to install all skills in this suite globally.
How to create a new React hook with AI?▼
The new-hook skill scaffolds the hook folder, types, and exports following the repo's real conventions, then pairs with hook-test and hook-docs to finish the job.
Can AI write tests for React hooks?▼
Yes. The hook-test skill generates Jest tests with renderHook, fake timers, and SSR hydration checks that match the project's existing patterns.
How to auto-publish blog posts to Medium and Hashnode?▼
The publish-medium, publish-hashnode, publish-juejin, and ping-indexnow skills automate cross-posting and search engine indexing through browser automation.
Do these skills work with Claude Code?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code and other compatible AI coding agents.
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