A CLI tool to generate .airc files for AI agents based on your technology stack. This tool helps create consistent instructions for AI assistants working with your codebase.
You can install the package globally:
npm install -g dotairc
Or use it directly with npx:
npx dotairc
Basic Usage:
Generate an .airc file for your project by specifying your technology stack:
npx dotairc --stack=angular,html,sass,nx
Supported Technologies:
The tool will generate an .airc file in your current directory, combining the instructions for all specified technologies. The generated file will include:
- Technology-specific best practices
- Critical requirements for each technology
- Architectural guidelines
- Code style requirements
The generated .airc file follows this structure:
# AI Agent Instructions
## [Technology 1]
[Instructions for Technology 1]
## [Technology 2]
[Instructions for Technology 2]
...
Then you can instruct your AI agents to read the .airc files and behave as explained by dotairc.
Contributions are welcome! Feel free to:
- Add new technology templates
- Improve existing templates
- Enhance the CLI functionality
- Report bugs or suggest features
MIT License
Raúl Jiménez (aka Elecash)
No one yet