Technical Primers Catalog
Technical documentation for Claude Code, Cursor, and AI development tools
AI-Optimized Documentation
Technical primers designed for AI agent consumption with:
- Structured format for parsing by Claude Code, Cursor IDE, and Gemini CLI
- Copy-paste ready examples that compile and run
- Complete coverage from basics to production patterns
- Regular updates to stay current with best practices
AI Agent Integration
These primers work with:
- Claude Code - Integration for development tasks
- Cursor IDE - Code completion and generation
- Gemini CLI - Command-line development assistance
- OpenAI Codex - Code understanding and generation
Primer Categories
[CONFIG] Programming Languages
Core language primers with patterns and practices
| Primer | Status | Version | Examples | Tokens | Last Updated |
|---|---|---|---|---|---|
| Rust 2025 | [ACTIVE] Active | 2025.1 | 42 | 15k+ | Jan 28, 2025 |
| Python 2025 | [ACTIVE] Active | 2025.1 | 38 | 12k+ | Jan 28, 2025 |
[DEPLOY] Infrastructure & DevOps
Container orchestration, deployment, and infrastructure patterns
| Primer | Status | Version | Examples | Tokens | Last Updated |
|---|---|---|---|---|---|
| Docker | [ACTIVE] Active | 2024.3 | 55 | 18k+ | Dec 15, 2024 |
| Kubernetes | [ACTIVE] Active | 2025.1 | 67 | 22k+ | Sep 24, 2025 |
[DB] Databases & Storage
Database systems, vector search, and data persistence patterns
| Primer | Status | Version | Examples | Tokens | Last Updated |
|---|---|---|---|---|---|
| Qdrant Vector Database Primer | [ACTIVE] Active | 2024.2 | 31 | 14k+ | Nov 20, 2024 |
[TOOLS] Development Tools
AI development tools, CLI frameworks, and automation patterns
| Primer | Status | Version | Examples | Tokens | Last Updated |
|---|---|---|---|---|---|
| Claude Code CLI Agent Primer | [ACTIVE] Active | 2025.1 | 47 | 16.5k+ | Sep 15, 2025 |
Quick Start Guide
For AI Agents
# Direct primer access
curl https://bakinbytes.xyz/primers/claude-code.md
curl https://bakinbytes.xyz/primers/rust.md
curl https://bakinbytes.xyz/primers/python.md
curl https://bakinbytes.xyz/primers/docker.md
curl https://bakinbytes.xyz/primers/kubernetes.md
curl https://bakinbytes.xyz/primers/qdrant.md
For Developers
- Browse primers by category above
- Copy examples directly into your projects
- Reference troubleshooting sections when issues arise
- Follow patterns for production deployments
Primer Features
[FEATURE] What Each Primer Includes
- Complete examples that work
- Performance benchmarks and optimization
- Security patterns and common pitfalls
- Integration patterns for popular tools and frameworks
- Troubleshooting guides with common error patterns
- Production deployment strategies and considerations
[TARGET] AI-Optimized Format
- Structured frontmatter for metadata parsing
- Clear section markers for easy navigation
- Code-first approach with minimal prose
- Standardized examples with consistent patterns
- Machine-readable tags for categorization
Primers are updated to reflect current patterns in development.