kota
Lightweight Rust coding assistant with extensible skills and tools
All Skills in This Repository (6)
Pure Emerald Level Indicatorsexample
Structure a Skill unit using the SKILL.md format with frontmatter parsing and optional resources wiring.
code-review
Review code for quality, security, and performance issues.
test-writer
Generate unit tests with edge cases and mocks for common frameworks.
rust-expert
Review Rust code for safety, idiomatic patterns, and performance.
refactor
Refactor code across languages with safe, validated transformations.
debug
Diagnose code issues and provide root-cause analysis with actionable fixes.
Frequently Asked Questions
FAQPage SchemaHow to install Kota?โผ
Run `npx skills add StepfenShawn/kota --all -g -y` in your terminal to install all skills in this suite globally.
What coding tasks can Kota automate?โผ
Kota handles code review, refactoring, debugging, unit test writing, and Rust-specific guidance through its built-in skills. It also reads, edits, and searches files directly in your project.
Which AI models does Kota support?โผ
Kota works with OpenAI-compatible APIs, DeepSeek, Anthropic Claude, and local models via Ollama. You configure the provider and API key in a simple Lua config file.
Can I customize Kota with my own commands?โผ
Yes. You define custom commands, skills, and tools in a .kota directory using plain Lua files, similar to how Neovim is configured.
Does Kota work as a Rust library?โผ
Yes. You can add Kota as a crate dependency and use its agent builder, context manager, and tool registry to build your own coding workflows.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core