Skip to main content

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+)

Browse Agents

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 decisions
  • devops-engineer - CI/CD pipelines and infrastructure
  • security-specialist - Security audits and vulnerability assessment
  • codi-documentation-writer - Technical documentation
  • database-architect - Database design and optimization

Usage:

/agent senior-architect "Design the authentication system"

Skills (445+)

Browse Skills

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 practices
  • testing-strategies - Comprehensive testing approaches
  • security-scanning-patterns - Security vulnerability detection
  • container-orchestration - Kubernetes and Docker patterns

Usage:

/skill api-design-patterns

Commands (377+)

Browse Commands

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+)

Browse Scripts

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+)

Browse Workflows

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)

Browse Standards

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)

Browse Hooks

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 patternsAPI Design Patterns skill
Set up a new projectProject setup workflow
Understand coding standardsStandards
Search all componentsUse 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