Thanks for your interest in contributing to Jobim.
Open an issue with:
- What you expected to happen
- What actually happened
- Steps to reproduce
- Your Claude Code version
- Fork and clone the repository
- Create your agent file in
.claude/agents/your-agent.md - Create the matching command in
.claude/commands/your-agent.md - Follow the existing contract pattern (input/output/quality gates)
- Add the agent to the pipeline in
jobim.md - Submit a PR with a description of what the agent does
- Fork the repository
- Create a feature branch (
git checkout -b feat/new-agent) - Commit with conventional commits (
feat:,fix:,docs:) - Push and open a PR
<type>: <description>
Types: feat, fix, docs, refactor, test, chore
- New specialized agents (Analytics, Copywriter, SEO, Database)
- Design library additions (more reference screenshots)
- Translations for agent prompts
- Example PRDs for common project types
- Integration tests for the pipeline