This file lists all installed skills for Kilo Code integration.
2025-01-24
.\install.ps1
# or
install.batchmod +x install.sh && ./install.sh| Skill | Description |
|---|---|
| code-quality-standards | Python code quality standards (PEP 8, type hints, patterns) |
| documentation-standards | Python documentation guidelines (PEP 257, Google style) |
| test-coverage-standards | Pytest best practices and coverage requirements |
| python-performance | Performance optimization (async/await, profiling, memory) |
| python-async | Async/await patterns (asyncio, context managers, error handling) |
| python-testing | Pytest workflows, integration tests, mocks |
| librarian | Documentation & code research (GLM-4.7 + MCP) |
| ralph-loop | Self-referential development loop (adapted for Python) |
| verification | Pre-commit checks and validation (Python) |
| openagent-workflows | 6-stage development workflow from OpenCode |
| agent-browser | Web automation and browser testing via MCP |
| fastapi | FastAPI framework patterns and templates |
| Mode | Description |
|---|---|
| oracle 🎯 | Orchestrator - delegates tasks to other agents |
| backend-developer 🔧 | Backend API, databases, microservices |
| frontend-developer 🎨 | UI/UX, React/Vue, TypeScript |
| test-engineer 🧪 | Tests, pytest, coverage |
| code-reviewer 👁️ | Code review, security |
| explore 🔍 | Fast codebase search |
- Generic skills: 12 created
- Custom modes: 6 configured
- Total: 18 components
- GLM-4.7 (zai-coding-plan) - Default model for Python development
- GPT-5.2 (optional) - For complex architecture decisions
- Claude Sonnet 4.5 (alternative) - For general tasks
- All skills are Python-focused and optimized for GLM-4.7 (default model)
- Skills follow Kilo Code Agent Skills specification (YAML frontmatter + Markdown)
- Mode-specific skills automatically load when in corresponding Kilo Code mode
- Generic skills are available in all modes
Last updated: 2026-01-24