CODITECT Reference Documentation
Welcome to the CODITECT Reference Documentation. This section contains detailed documentation for all 3,458 components that power the CODITECT AI development framework.
What is CODITECT?
CODITECT is an AI-powered development framework that extends Claude Code with specialized agents, reusable skills, automation scripts, and development workflows. It provides a comprehensive toolkit for enterprise software development.
Component Categories
AI Agents (776+)
AI specialist agents for various development tasks. Each agent has expertise in a specific domain and can be invoked to handle complex tasks autonomously.
Popular Agents:
senior-architect- System design and architecture decisionsdevops-engineer- CI/CD pipelines and infrastructuresecurity-specialist- Security audits and vulnerability assessmentcodi-documentation-writer- Technical documentationdatabase-architect- Database design and optimization
Usage:
/agent senior-architect "Design the authentication system"
Skills (445+)
Reusable skill patterns that encode best practices for common development tasks. Skills provide structured approaches to solving specific problems.
Popular Skills:
api-design-patterns- RESTful API design best practicestesting-strategies- Comprehensive testing approachessecurity-scanning-patterns- Security vulnerability detectioncontainer-orchestration- Kubernetes and Docker patterns
Usage:
/skill api-design-patterns
Commands (377+)
Slash commands for invoking CODITECT functionality directly. Commands provide quick access to common operations.
Essential Commands:
/orient- Start a new session with context/which- Find the best agent for a task/cx- Capture session context/cxq- Query stored context/classify- Classify documents
Usage:
/orient # Start your session
/which "deploy app" # Find relevant agent
Scripts (581+)
Python automation scripts for common development tasks. Scripts handle everything from project setup to deployment automation.
Categories:
- Core Scripts - Essential framework functionality
- MoE Scripts - Mixture of Experts classifier system
- Context Scripts - Context management and storage
- Deployment Scripts - CI/CD and infrastructure automation
Usage:
python scripts/component-indexer.py --search "security"
Workflows (1,153+)
Step-by-step workflows for complex development processes. Workflows combine multiple agents, skills, and scripts into coherent processes.
Popular Workflows:
- Production readiness assessment
- Security audit procedures
- Code review processes
- Deployment pipelines
Standards (52)
Development standards and best practices for CODITECT projects. Standards ensure consistency and quality across all development work.
Key Standards:
- Component naming conventions
- Documentation requirements
- Code quality standards
- Architecture decision records (ADRs)
Hooks (118)
Event triggers for automation. Hooks execute automatically in response to development events.
Common Hooks:
- Session lifecycle events
- Tool execution events
- Task tracking events
- Code commit events
Quick Navigation
| I want to... | Go to... |
|---|---|
| Find an agent for my task | /which command |
| Learn API design patterns | API Design Patterns skill |
| Set up a new project | Project setup workflow |
| Understand coding standards | Standards |
| Search all components | Use the search bar above |
Getting Help
- Search: Use the search bar to find specific components
- Browse: Navigate the sidebar to explore categories
- Ask: Use
/which <task>to find the right component for your needs