Global Rank · of 601 Skills
react-haiku-skills AI Agent Skill
View Source: xdannyrobertsx/react-haiku-skills
MediumInstallation
npx skills add xdannyrobertsx/react-haiku-skills --skill react-haiku-skills 6
Installs
React Haiku Skill
Haiku is a simple & lightweight React library with the goal of saving you time by offering a large collection of hooks & utilities that will help you get the job done faster & more efficiently. This skill helps you reach for those hooks/utilities quickly when optimizing repetitive React code.
- 46 Hooks, 9 Utilities
- <7kb bundle (library)
- Requires React >=16.8.0
Install
npm install react-haikupnpm install react-haikuyarn add react-haikubun add react-haikuQuick taste
import { useDebounce, If } from "react-haiku";
const Search = ({ value }: { value: string }) => {
const debounced = useDebounce(value, 300);
return (
<If isTrue={debounced.length > 0}>
<span>Searching for: {debounced}</span>
</If>
);
};What is included
- Hooks: debouncing, clipboard, network, scroll, media query, WebSocket, and more
- Utilities: conditional render helpers, error boundaries, class helpers, and list rendering
Browse the full catalog in the docs.
Links
Installs
Security Audit
How to use this skill
Install react-haiku-skills by running npx skills add xdannyrobertsx/react-haiku-skills --skill react-haiku-skills in your project directory. Run the install command above in your project directory. The skill file will be downloaded from GitHub and placed in your project.
No configuration needed. Your AI agent (Claude Code, Cursor, Windsurf, etc.) automatically detects installed skills and uses them as context when generating code.
The skill enhances your agent's understanding of react-haiku-skills, helping it follow established patterns, avoid common mistakes, and produce production-ready output.
What you get
Skills are plain-text instruction files — not executable code. They encode expert knowledge about frameworks, languages, or tools that your AI agent reads to improve its output. This means zero runtime overhead, no dependency conflicts, and full transparency: you can read and review every instruction before installing.
Compatibility
This skill works with any AI coding agent that supports the skills.sh format, including Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider, and other tools that read project-level context files. Skills are framework-agnostic at the transport level — the content inside determines which language or framework it applies to.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.