Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1 KB

File metadata and controls

36 lines (25 loc) · 1 KB

Contributing

Thanks for your interest in agency-os.

What we accept

  • 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

Development setup

  1. Clone the repo
  2. Copy .env.example to .env and fill in your Notion token and any API keys
  3. Install Claude Code
  4. Open the project in Claude Code — skills load automatically

Submitting a PR

  1. Fork the repo and create a branch from main
  2. Make your change — keep it focused (one fix or feature per PR)
  3. Test the affected skill manually before opening the PR
  4. Open the PR with a clear description of what changed and why

Reporting bugs

Open a GitHub issue with:

  • Which skill or component is affected
  • Steps to reproduce
  • Expected vs actual behavior
  • Relevant log output or error messages

Code of conduct

See CODE_OF_CONDUCT.md.