AI Integration
react-simplikit ships a few things that let an AI coding agent (Claude Code, Codex, Cursor and others) find the right hook instead of hand-writing it.
Agent skill
The react-simplikit skill is a short catalog of every hook, component and util with a one-line description, plus rules about imports and SSR. Once installed, the agent consults it before writing debounce, throttle, click-outside, keyboard-avoidance and similar logic, and reads the bundled reference page before using an entry.
npx skills add toss/react-simplikit --skill react-simplikitclaude plugin marketplace add https://github.com/toss/react-simplikit --sparse .claude-plugin packages/plugin
claude plugin install react-simplikit@react-simplikitcodex plugin marketplace add https://github.com/toss/react-simplikit
# then install "react-simplikit" from the plugin UIThe skill is generated from these documentation pages, so it stays in sync with the library. Its source lives in packages/plugin.
llms.txt
The documentation is also published in the formats agents read directly:
/llms.txt— an index of every page with a one-line summary/llms-full.txt— the whole documentation in one file- Any page with a
.mdsuffix returns raw Markdown, for example/core/hooks/useDebounce.md
Context7
react-simplikit is indexed on Context7 as /toss/react-simplikit. Agents with the Context7 MCP server can query the documentation from there without any setup on your side.