childrentimechildrentimeCommunity·27 Agent Skills Included

reactuse

Build, test, document, and publish React hooks with AI

Scaffolds new React hooks with SSR-safe code, writes Jest tests, and generates multilingual documentation automatically. Eliminates manual boilerplate, broken doc links, and inconsistent commit messages across a 100+ hook library. Also automates blog cross-posting to Medium, Hashnode, dev.to, and Juejin, plus IndexNow search engine pings.
npx skills add childrentime/reactuse --all -g -y
Available:

Tells the AI agent how to follow this repo's hook development workflow, reuse existing utilities, keep code SSR-safe, and route tasks to the right sub-skills for scaffolding, testing, docs, and publishing.

All Skills in This Repository (27)

Pure Emerald Level Indicators
📦 In Repo
childrentimechildrentime

publish-hashnode

Cross-posts blog content from reactuse.com to Hashnode with canonical URLs via browser automation.

Community
Advanced
📦 In Repo
childrentimechildrentime

medium-push

Push Markdown files into Medium's editor via a local Bridge server and Chrome extension.

Community
Advanced
📦 In Repo
childrentimechildrentime

ping-indexnow

Notify Bing, Copilot, Yandex, and Naver of URL updates via IndexNow.

Community
Intermediate
📦 In Repo
childrentimechildrentime

animate

Analyze features and create accessible animation plans for web UI components.

Community
Advanced
📦 In Repo
childrentimechildrentime

quieter

Reduce visual intensity in UI components while preserving hierarchy and accessibility.

Community
Advanced
📦 In Repo
childrentimechildrentime

optimize

Identify and fix frontend performance issues across Core Web Vitals and bundle size.

Community
Advanced
📦 In Repo
childrentimechildrentime

adapt

Guide designers in creating context-aware interface adaptations across devices.

Community
Advanced
📦 In Repo
childrentimechildrentime

clarify

Identify and rewrite unclear interface text for clarity.

Community
Intermediate
📦 In Repo
childrentimechildrentime

distill

Distill complex designs into essential elements for UI simplification.

Community
Advanced
📦 In Repo
childrentimechildrentime

delight

Identify opportunities to add joy and polish to interface states.

Community
Advanced
📦 In Repo
childrentimechildrentime

teach-impeccable

Generate a Design Context document and write it to CLAUDE.md.

Community
Advanced
📦 In Repo
childrentimechildrentime

onboard

Design onboarding flows guiding new users to core outcomes.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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