Thanks for your interest in agency-os.
- Bug fixes in Claude Code skills (
.claude/skills/,.claude-plugin/) - Improvements to Notion integration or workflow scripts
- New skill proposals (open an issue first to discuss)
- Documentation corrections
- Clone the repo
- Copy
.env.exampleto.envand fill in your Notion token and any API keys - Install Claude Code
- Open the project in Claude Code — skills load automatically
- Fork the repo and create a branch from
main - Make your change — keep it focused (one fix or feature per PR)
- Test the affected skill manually before opening the PR
- Open the PR with a clear description of what changed and why
Open a GitHub issue with:
- Which skill or component is affected
- Steps to reproduce
- Expected vs actual behavior
- Relevant log output or error messages
See CODE_OF_CONDUCT.md.