Comprehensive developer toolkit providing reusable skills for Java/Spring Boot, TypeScript/NestJS/React/Next.js, Python, PHP, AWS CloudFormation, AI/RAG, DevOps, and more.
82
82%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
Quick reference for the codex skill delegation workflow.
# Interactive mode
codex
# Non-interactive code generation (recommended for delegation)
codex exec "<english-prompt>"
# Non-interactive code review
codex review "<english-prompt>"
# Non-interactive with alias
codex e "<english-prompt>"# Non-interactive single prompt
codex exec "Refactor this class to use dependency injection"
# Resume latest session
codex resume --last
# Resume specific session
codex resume <session-id>
# Fork latest session
codex fork --last# Explicit model selection
codex exec -m gpt-5.3-codex "Design a microservices architecture"
# Use O4-mini for faster iterations
codex exec -m o4-mini "Generate unit tests for this module"
# Use O3 for complex reasoning
codex exec -m o3 "Analyze this system for distributed transaction patterns"# Untrusted commands only (safe baseline)
codex exec -a untrusted "Analyze codebase for security issues"
# Model decides when to ask (recommended for development)
codex exec -a on-request "Refactor this module with proper error handling"
# Never ask for approval (use with caution)
codex exec -a never "Generate boilerplate code for CRUD operations"Approval Policy Values:
untrusted: Only run trusted commands (ls, cat, sed) without approvalon-request: Model decides when to ask for user approvalnever: Never ask for approval (⚠️ execution failures returned immediately)# Read-only (safest for analysis)
codex exec -s read-only "Review this code for performance issues"
# Workspace write (default for development)
codex exec -s workspace-write "Implement new API endpoint with tests"
# Danger full access (⚠️ extremely dangerous)
codex exec -s danger-full-access "Refactor entire codebase structure"Sandbox Mode Values:
read-only: No writes, no network accessworkspace-write: Allow writes in workspace, no networkdanger-full-access: Disable all sandboxing (⚠️ NEVER use without external sandboxing)# Set working directory
codex exec -C /path/to/project "Analyze this module's dependencies"
# Add additional writable directories
codex exec --add-dir /path/to/resources "Generate resource files"# Single image attachment
codex exec -i screenshot.png "What accessibility issues exist in this UI?"
# Multiple images
codex exec -i mockup.png -i current.png "Compare these designs and list differences"
# Image with complex task
codex exec -i architecture-diagram.jpg "Implement the system shown in this diagram using Spring Boot"# Enable live web search for latest information
codex exec --search "Implement OAuth2 using the latest security best practices"
# Web search for up-to-date libraries
codex exec --search "Create a REST API using the current version of Express.js with modern async patterns"# Full-auto mode (workspace-write + on-request approval)
codex exec --full-auto "Generate comprehensive unit tests with 80% coverage"
# Enable/disable feature flags
codex exec --enable unified_exec "Use unified execution mode"
codex exec --disable web_search_request "Disable web search for this session"
# Use specific configuration profile
codex exec -p work "Start task with work profile settings"
# Override specific config values
codex exec -c model=o4-mini -c permissions.approval_policy=never "Generate boilerplate code"codex exec "Perform comprehensive security audit focusing on OWASP Top 10. For each vulnerability, provide: severity, CWE, exploit scenario, and remediation code." -a on-request -s read-onlycodex exec "Implement a RESTful API for user management with: CRUD operations, input validation, error handling, authentication middleware, pagination, and OpenAPI spec." -a on-request -s workspace-writecodex exec "Refactor this service to follow SOLID principles. Provide: 1) Analysis of current violations, 2) Proposed new structure, 3) Step-by-step migration plan, 4) Refactored code maintaining backward compatibility." -a on-request -s workspace-writecodex review "Review this pull request for: correctness, performance, security, code quality, test coverage, and documentation. Provide specific line references and actionable feedback." -a on-request -s read-onlycodex exec "Analyze this database module for performance bottlenecks. Identify: N+1 queries, missing indexes, inefficient joins. Provide: metrics, optimization recommendations, and refactored code." -a on-request -s read-onlycodex exec --search "Design a event-driven architecture using the latest messaging patterns and tools. Include: async communication, event schema, error handling, and idempotency patterns."# Verify CLI availability
codex --version
# Check available commands
codex help
# Check specific command help
codex exec --help
codex review --help
# Verify login status
codex login --status# Override model
codex exec -c model="o3" "Perform complex architectural analysis"
# Override multiple settings
codex exec -c model=gpt-5.3-codex -c permissions.approval_policy=never -c permissions.sandbox_mode=workspace-write "Generate API implementation"
# Override with TOML values
codex exec -c 'sandbox_permissions=["disk-full-read-access"]' "Analyze entire filesystem"codex exec for deterministic, scriptable delegationcodex review for review-specific optimizationsdanger-full-access unless externally sandboxedon-request for development, never for automation with caution⚠️ DANGER: danger-full-access sandbox mode removes ALL security restrictions:
⚠️ CAUTION: never approval policy:
danger-full-access = EXTREMELY dangerouson-request for interactive developmentplugins
developer-kit-ai
skills
chunking-strategy
prompt-engineering
developer-kit-aws
skills
aws
aws-cli-beast
aws-cost-optimization
aws-drawio-architecture-diagrams
aws-sam-bootstrap
aws-cloudformation
aws-cloudformation-auto-scaling
references
aws-cloudformation-bedrock
references
aws-cloudformation-cloudfront
references
aws-cloudformation-cloudwatch
references
aws-cloudformation-dynamodb
references
aws-cloudformation-ec2
aws-cloudformation-ecs
references
aws-cloudformation-elasticache
aws-cloudformation-iam
references
aws-cloudformation-lambda
references
aws-cloudformation-rds
aws-cloudformation-s3
references
aws-cloudformation-security
references
aws-cloudformation-task-ecs-deploy-gh
aws-cloudformation-vpc
developer-kit-core
skills
developer-kit-java
skills
aws-lambda-java-integration
aws-rds-spring-boot-integration
aws-sdk-java-v2-bedrock
aws-sdk-java-v2-core
aws-sdk-java-v2-dynamodb
aws-sdk-java-v2-kms
aws-sdk-java-v2-lambda
aws-sdk-java-v2-messaging
aws-sdk-java-v2-rds
aws-sdk-java-v2-s3
aws-sdk-java-v2-secrets-manager
graalvm-native-image
langchain4j
langchain4j-mcp-server-patterns
langchain4j-ai-services-patterns
references
langchain4j-mcp-server-patterns
references
langchain4j-rag-implementation-patterns
references
langchain4j-spring-boot-integration
langchain4j-testing-strategies
langchain4j-tool-function-calling-patterns
langchain4j-vector-stores-configuration
references
qdrant
references
spring-ai-mcp-server-patterns
references
spring-boot-actuator
spring-boot-cache
spring-boot-crud-patterns
spring-boot-dependency-injection
spring-boot-event-driven-patterns
spring-boot-openapi-documentation
spring-boot-project-creator
spring-boot-resilience4j
spring-boot-rest-api-standards
spring-boot-saga-pattern
spring-boot-security-jwt
assets
references
scripts
spring-boot-test-patterns
spring-data-jpa
references
spring-data-neo4j
references
unit-test-application-events
unit-test-bean-validation
unit-test-boundary-conditions
unit-test-caching
unit-test-config-properties
unit-test-controller-layer
unit-test-exception-handler
unit-test-json-serialization
unit-test-mapper-converter
unit-test-parameterized
unit-test-scheduled-async
unit-test-service-layer
unit-test-utility-methods
unit-test-wiremock-rest-api
developer-kit-php
skills
aws-lambda-php-integration
developer-kit-python
skills
aws-lambda-python-integration
developer-kit-tools
developer-kit-typescript
skills
aws-lambda-typescript-integration
better-auth
drizzle-orm-patterns
dynamodb-toolbox-patterns
references
nestjs
nestjs-best-practices
nestjs-code-review
nestjs-drizzle-crud-generator
scripts
nextjs-app-router
nextjs-authentication
nextjs-code-review
nextjs-data-fetching
references
nextjs-deployment
nextjs-performance
nx-monorepo
react-code-review
react-patterns
references
shadcn-ui
tailwind-css-patterns
references
tailwind-design-system
references
turborepo-monorepo
typescript-docs
typescript-security-review
zod-validation-utilities