
Kix
- 1 repo stars
- Updated May 26, 2026
- 0k-software/kix-agents
Kix skills plugin
About
kix is a Claude Code skill for ai & agent building. Kix skills plugin It helps developers move faster with AI-assisted coding.
- kix
- AI & Agent Building
- AI-coding skill
Kix by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add 0k-software/kix-agents/plugin install kix@kix-agentsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | May 26, 2026 |
| Repository | 0k-software/kix-agents ↗ |
What it does
Kix skills plugin
README.md
kix-agents
Kix skills for every coding agent.
This repo is the open-source library of agents, skills, and prompts authored for the Kix workflow. It ships the canonical defaults that Kix App later compiles and invokes, and it doubles as a direct interface to Kix from a coding agent prompt — slash commands and prompt skills that capture and move work without going through the App.
See docs/kix-agents.md for the full picture.
Install (Claude Code)
This repo declares itself as a Claude Code marketplace via
.claude-plugin/marketplace.json at the root; the plugin lives at
claude-code/. From any plain Claude Code setup:
/plugin marketplace add 0k-software/kix-agents
/plugin install kix@kix-agents
Layout
.claude-plugin/marketplace.json ← marketplace declaration
.claude/settings.json ← enables the kix@kix-agents plugin locally
.codex/config.toml ← Codex SessionStart hook pointing at .kix/hooks/
.kix/hooks/session-start.sh ← shared SessionStart bootstrap entrypoint
claude-code/ ← Claude Code plugin (manifest + skills + …)
.claude-plugin/plugin.json
skills/
templates/
docs/
kix-agents.md ← what this repo is and how it fits in Kix
scripts/bump-plugin.js ← bump plugin.json version
Makefile ← setup, autofix, check, bump
Documentation
- Kix Agents — purpose, what it ships, install, and how Kix invokes the skills
Roadmap and tasks live in beads; run
bd ready to see what's open.