--- title: url: https://devopstales.github.io/filedir/kilo-code-series/ --- <div class="series-overview"> <h3>Kilo Code Deep Dive Series</h3> <p>This comprehensive series covers Kilo Code (kiro.dev) - the AI-first agentic development platform:</p> <ul> <li>Part 1: <a href="../../ai/kilo-code-series-01-intro/"><strong>Introduction to Agentic Development</strong></a> - Understanding agents, skills, rules, and workflows</li> <li>Part 2: <a href="../../ai/kilo-code-series-02-install/"><strong>Installation and Setup Guide</strong></a> - Kiro IDE, CLI, and VSCode/JetBrains extensions</li> <li>Part 3: <a href="../../ai/kilo-code-series-03-qwen-integration/"><strong>Qwen Code CLI Integration</strong></a> - 1M token context with free tier</li> <li>Part 4: <a href="../../ai/kilo-code-series-04-modes/"><strong>Understanding Modes and Orchestrator</strong></a> - Specialized agent personas for different tasks</li> <li>Part 5: <a href="../../ai/kilo-code-series-05-indexing/"><strong>Codebase Indexing with Qdrant</strong></a> - Semantic search across your repository</li> <li>Part 6: <a href="../../ai/kilo-code-series-06-sdd/"><strong>Spec-Driven Development (SDD)</strong></a> - Structured approach to complex features</li> <li>Part 7: <a href="../../ai/kilo-code-series-07-steering/"><strong>Steering and Custom Agents</strong></a> - Persistent instructions and specialized agents</li> <li>Part 8: <a href="../../ai/kilo-code-series-08-mcp/"><strong>Advanced MCP Integration</strong></a> - Connect to GitHub, filesystem, and external tools</li> <li>Part 9: <a href="../../ai/kilo-code-series-09-skills/"><strong>Skills - Extending Agent Capabilities</strong></a> - Create reusable expertise packages</li> <li>Part 10: <a href="../../ai/kilo-code-series-10-agent-manager/"><strong>Parallel Agents and Agent Manager</strong></a> - Multi-task workflows with Git worktrees</li> <li>Part 11: <a href="../../ai/kilo-code-series-11-checkpoints/"><strong>Checkpoints - Your AI Safety Net</strong></a> - Automatic snapshots and rollback for AI changes</li> <li>Part 12: <a href="../../ai/kilo-code-series-12-codebase-indexing/"><strong>Mastering Codebase Indexing</strong></a> - Semantic search and AI context configuration</li> </ul> <p><em>✓ 12 parts complete!</em></p> </div> <style> .series-overview { background: #f8f9fa; border-left: 4px solid #4a90d9; padding: 15px 20px; margin: 30px 0; border-radius: 0 8px 8px 0; } .series-overview h3 { margin-top: 0; color: #2c3e50; font-size: 1.2em; } .series-overview ul { margin-bottom: 0; } .series-overview li { margin-bottom: 8px; line-height: 1.5; } .series-overview a { color: #4a90d9; text-decoration: none; } .series-overview a:hover { text-decoration: underline; } </style>