Using agents
Install the Kivora skill and share its instructions with your agent.
The idea is still yours.
A skill for building with Kivora
kivora-ui teaches an agent to integrate @kivora/nextjs into React web and Next.js, compose components, and customize themes. It includes installation, API, and styling references and links to maintained documentation. For React Native it points to the native guide instead of applying web APIs.
npx skills runs the skills installer. skills add copies instructions into the agent environment; it does not install the Kivora library or configure your application. To install the library, follow the installation guide or use @kivora/init in a compatible project.
Install the skill in your project
You need Node.js with npm/npx and access to the repository. Run the command from your project root. The installer lets you choose target agents; project installation is the default.
The remote command becomes available when skills/kivora-ui is published on the default branch of kivora-ui/docs. If the repository is private, you need credentials with access.
1npx skills add kivora-ui/docs --skill kivora-uiChoose agents and scope
Each line is an alternative: list without installing, install for a specific agent, or install globally across your projects. Use --skill with multiple names if the repository adds more skills; currently we distribute kivora-ui.
1npx skills add kivora-ui/docs --list
2npx skills add kivora-ui/docs --skill kivora-ui -a codex
3npx skills add kivora-ui/docs --skill kivora-ui -a claude-code
4npx skills add kivora-ui/docs --skill kivora-ui -gAsk for a concrete task
After installation, start an agent session that can discover the skill. Ask: “Use the kivora-ui skill to create a project form with validation and Kivora components.” Automatic selection depends on the agent and task; you can also invoke it explicitly using your tool’s mechanism.
The skill guides decisions and consults the installed version’s types. It does not guarantee that the agent uses it for every request. Review changes and check your application flows.
Update and try it from the repository
skills update updates installed skills. The two local-path commands run from a kivora-ui/docs checkout and let you discover or install this skill before publication. Publishing changes on GitHub does not automatically update installed copies.
1npx skills list
2npx skills update
3npx skills add ./skills/kivora-ui --list
4npx skills add ./skills/kivora-uiResources for users and agents
Continue with Button or explore the web component catalog.