Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 2.33 KB

File metadata and controls

71 lines (55 loc) · 2.33 KB

SKILLS Index

This file lists all installed skills for Kilo Code integration.

Installation Date

2025-01-24

Quick Install

Windows

.\install.ps1
# or
install.bat

macOS / Linux

chmod +x install.sh && ./install.sh

Skills Overview

Generic Skills (All Modes) - 12 skills

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

Custom Modes (imported via custom_modes.yaml) - 6 modes

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

Skills Status

  • Generic skills: 12 created
  • Custom modes: 6 configured
  • Total: 18 components

Dependencies

  • 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

Notes

  • 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