Skill Claude CodeCodex
Presents 2+ candidate flows from flow-detector and asks the user to pick one. Issues exactly one AskUserQuestion. Never activates when flow-detector returns a single candidate, and never asks cluster-by-cluster questions.
Skill Claude CodeCodex
Presents 2+ candidate flows from flow-detector and asks the user to pick one. Issues exactly one AskUserQuestion. Never activates when flow-detector returns a single candidate, and never asks cluster-by-cluster questions.
Command
Cancel active dev loop.
Command
Start dev loop for iterative development.
Command
Generate a structured TDD plan for dev-loop execution.
Hook
Runs when the agent finishes a response, executing stop-hook.sh. From smicolon/ai-kit.
Skill Claude CodeCodex
This skill should be used when the user asks to "plan a feature", "prepare for dev loop", "structure TDD approach", "break down this task", "create development plan", or when generating structured prompts for iterative development. Creates dev-loop-ready plans with TDD phases, file tables, code snippets, and…
Agent
Senior Django architect specializing in cookiecutter-django projects. Use for system design, data modeling, API endpoint planning, and architectural decisions for Django backends.
Agent
Expert Django developer for implementing production-ready features with absolute imports and company conventions.
Agent
Architect for large-scale Django projects using feature-based architecture with strong module isolation.
Agent
Security-focused code reviewer for Django applications checking vulnerabilities and convention compliance.
Agent
Testing expert for writing comprehensive Django tests with 90%+ coverage using pytest and factoryboy.
Command
Create a new Django REST API endpoint with serializer, view, and tests.
Command
Create a new Django model following Smicolon conventions.
Command
Generate comprehensive tests for Django code (90%+ coverage target).
Skill Claude CodeCodex
Automatically validate and fix Django import patterns to use absolute modular imports with aliases. Use when writing imports, creating new Python files, modifying existing files, or seeing import statements in code.
Skill Claude CodeCodex
This skill should be used when the user asks to "create a migration", "run makemigrations", "modify a model field", "rename a column", or mentions "schema change", "alter table", "database migration". Validates migrations are production-safe.
Skill Claude CodeCodex
This skill should be used when the user asks to "create a model", "add a Django model", "create database table", "add entity", "define schema", or when writing class definitions inheriting from models.Model. Validates BaseModel inheritance pattern.
Skill Claude CodeCodex
This skill should be used when the user asks to "optimize queries", "fix slow queries", "improve performance", "detect N+1", "add indexes", or when writing Django ORM queries that access related objects. Detects and fixes performance issues.
Skill Claude CodeCodex
This skill should be used when the user asks to "write tests first", "run TDD", "verify red phase", "check failing tests", or when practicing test-driven development. Ensures tests fail before implementation.
Skill Claude CodeCodex
This skill should be used when the user asks to "create an API endpoint", "add a view", "write a viewset", "create a serializer", or when writing Django REST Framework code. Enforces security requirements (permissions, authentication, rate limiting).
Skill Claude CodeCodex
This skill should be used when the user asks to "write tests", "generate tests", "check coverage", "add test cases", or when completing features and saying "done", "finished", "ready for review". Suggests tests for 90%+ coverage.
Skill Claude CodeCodex
This skill should be used when the user asks to "check tests", "validate tests", "review test quality", "verify test coverage", or when writing test files or running pytest. Ensures tests are meaningful.
Command
Add a failure or mistake to the project's failure log for future reference.
Command
View all logged failures and mistakes for this project.