codery
v6.4.1
Published
Codery is a comprehensive development methodology and workflow system designed to enable AI agents (like Claude) to work effectively with human developers on software projects. It provides structured playbooks, role definitions, and lifecycle management t
Maintainers
Readme
Codery CLI
Codery is a comprehensive development methodology and workflow system designed to enable AI agents (like Claude) to work effectively with human developers on software projects.
Installation
npm install -g coderyDocumentation
Quick Start
After installation, navigate to your project directory and run:
codery initThis creates a configuration file at .codery/config.json. Then build your documentation:
codery buildThis generates CLAUDE.md - a comprehensive guide for AI assistants
Commands
codery init
Initialize Codery configuration in your project.
Options:
--force- Overwrite existing configuration
Example:
codery init --forcecodery build
Build CLAUDE.md from documentation templates.
Options:
--output <path>- Custom output path--dry-run- Preview without creating files--skip-config- Build without template substitution
Example:
codery build --output ./docs/AI-GUIDE.mdSee the Command Reference for detailed documentation
What is Codery?
Codery provides:
- Structured Development Workflows - Well-defined processes for AI-human collaboration
- Specialized Subagents - Pre-configured AI specialists for different development tasks
- JIRA Integration - Deep integration with project management
- Git Strategy - Structured branching and merge procedures
- Quality Assurance - Built-in checks and documentation requirements
Project Structure
After initialization and build:
your-project/
├── .codery/
│ └── config.json # Your project configuration
├── CLAUDE.md # Generated AI assistant guide
└── docs/ # User documentation (if using this package)
├── README.md
├── getting-started.md
├── commands.md
├── configuration.md
└── templates.mdWorking with AI Assistants
Once Codery is set up in your project:
- AI assistants can read CLAUDE.md to understand your workflows
- They'll follow structured development processes with specialized subagents
- All work is tracked through JIRA integration
- Git workflows are customized to your branch names
Configuration
Edit .codery/config.json to customize:
- Atlassian Cloud ID
- JIRA project key
- Branch names
- More options coming soon
See the Configuration Guide for details
Requirements
- Node.js >= 18.0.0
- npm or yarn
Contributing
Codery is an open-source project. Contributions are welcome!
- Repository: https://github.com/turalnovruzov/codery
- Issues: https://github.com/turalnovruzov/codery/issues
License
ISC License
Support
For questions and support:
Codery - Bringing structure and best practices to AI-assisted development.
