Thanks for your interest in contributing!
The most valuable feedback comes from real usage. Pull a stack, use it with an agent, and let us know what works and what doesn't.
Have deep expertise in a domain? Package it as a stack. See the authoring guide for how to create one.
agentic-stacks create your-org/your-stackThird-party stacks don't need to be in the agentic-stacks org. Create your stack in your own repo, then open a PR to the registry adding your formula to stacks/<your-org>/<name>.yaml.
The agentic-stacks repo contains the CLI, registry, and website. To contribute:
- Fork the repo
- Create a feature branch
- Install dev dependencies:
pip install -e ".[dev,local,mcp]" - Run tests:
pytest -v --tb=short - Open a PR
Open an issue on the relevant repo:
- CLI / Platform: agentic-stacks/agentic-stacks
- Specific stack: the stack's own repo
- Keep PRs focused — one feature or fix per PR
- Include tests for new functionality
- Follow existing code patterns and naming conventions
- Stack content should be verified against official documentation
By contributing, you agree that your contributions will be licensed under the MIT License.