Standardize AI collaboration context in any repository.
devstackai creates an .ai/ folder as the single source of truth for team context, rules, and playbooks, then generates adapters for popular coding assistants.
- Keep project instructions centralized in
.ai/ - Avoid duplicated prompt/rule files across tools
- Sync changes quickly with one command
- Cursor (
.cursorrules) - Claude (
CLAUDE.md)
Update files in
.ai/*, then regenerate adapters withdevstackai sync.
npx devstackai- Initialize your project context with
devstackai - Edit files inside
.ai/to define standards and instructions - Run
devstackai syncwhenever.ai/content changes
If this project is useful, please support it with a star ⭐ and contributions:
- Repository: https://github.com/danielsuarez-dev/devstackai
Contributions are welcome. Open an issue to discuss improvements or submit a pull request directly.