Skip to content

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.

sh
npx skills add toss/react-simplikit --skill react-simplikit
sh
claude plugin marketplace add https://github.com/toss/react-simplikit --sparse .claude-plugin packages/plugin
claude plugin install react-simplikit@react-simplikit
sh
codex plugin marketplace add https://github.com/toss/react-simplikit
# then install "react-simplikit" from the plugin UI

The 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:

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.

Released under the MIT License.