{"id":33760347,"url":"https://github.com/jeffrigby/somepulp-agents","last_synced_at":"2025-12-05T10:02:23.653Z","repository":{"id":326969176,"uuid":"1106730653","full_name":"jeffrigby/somepulp-agents","owner":"jeffrigby","description":"Claude Code plugin providing AI-powered agents for code auditing, research, and multi-model consultation (OpenAI Codex, Google Gemini)","archived":false,"fork":false,"pushed_at":"2025-12-01T05:16:22.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-03T09:26:38.963Z","etag":null,"topics":["ai-agents","ai-assistant","anthropic","automation","claude-code","claude-code-plugin","cli","code-audit","code-review","codex","developer-tools","gemini","google-gemini","llm","multi-model","openai","research-assistant","static-analysis"],"latest_commit_sha":null,"homepage":"https://github.com/jeffrigby/somepulp-agents#readme","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeffrigby.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-29T20:35:05.000Z","updated_at":"2025-12-01T05:16:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jeffrigby/somepulp-agents","commit_stats":null,"previous_names":["jeffrigby/somepulp-agents"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jeffrigby/somepulp-agents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffrigby%2Fsomepulp-agents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffrigby%2Fsomepulp-agents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffrigby%2Fsomepulp-agents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffrigby%2Fsomepulp-agents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffrigby","download_url":"https://codeload.github.com/jeffrigby/somepulp-agents/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffrigby%2Fsomepulp-agents/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27517114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-05T02:00:07.920Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","ai-assistant","anthropic","automation","claude-code","claude-code-plugin","cli","code-audit","code-review","codex","developer-tools","gemini","google-gemini","llm","multi-model","openai","research-assistant","static-analysis"],"created_at":"2025-12-05T10:01:04.580Z","updated_at":"2025-12-05T10:02:23.648Z","avatar_url":"https://github.com/jeffrigby.png","language":"Shell","readme":"# somepulp-agents\n\nAI-powered developer assistants for code auditing, research, and multi-model consultation. A Claude Code plugin marketplace providing specialized agents that can be installed individually.\n\n## Available Plugins\n\n| Plugin | Description | Commands |\n|--------|-------------|----------|\n| **code-auditor** | Comprehensive code quality audits with dead code detection, security analysis, and library recommendations | `/audit` |\n| **code-quality-auditor** | Fast post-implementation quality checks for recently modified files | - |\n| **codex-consultant** | Get second opinions from OpenAI Codex CLI on code reviews and architecture | `/codex-opinion` |\n| **gemini-consultant** | Get second opinions from Google Gemini CLI on code reviews and architecture | `/gemini-opinion` |\n| **research-assistant** | Research libraries, frameworks, and APIs using official documentation | `/research` |\n\n## Installation\n\n### From GitHub\n\n1. Add the marketplace to Claude Code:\n   ```\n   /plugin marketplace add jeffrigby/somepulp-agents\n   ```\n\n2. Install the plugins you want:\n   ```\n   /plugin install code-auditor@somepulp-agents\n   /plugin install code-quality-auditor@somepulp-agents\n   /plugin install codex-consultant@somepulp-agents\n   /plugin install gemini-consultant@somepulp-agents\n   /plugin install research-assistant@somepulp-agents\n   ```\n\nOr use the interactive `/plugin` command to browse and install.\n\n### Manual Installation (for development)\n\n```bash\n# Clone the repository\ngit clone https://github.com/jeffrigby/somepulp-agents.git\n\n# In Claude Code, add as local marketplace\n/plugin marketplace add /path/to/somepulp-agents\n\n# Then install the plugins you want\n/plugin install code-auditor@somepulp-agents\n```\n\n## Requirements\n\n### For Codex Consultant\n\nThe codex-consultant plugin requires [OpenAI Codex CLI](https://github.com/openai/codex).\n\n### For Gemini Consultant\n\nThe gemini-consultant plugin requires [Google Gemini CLI](https://github.com/google-gemini/gemini-cli).\n\n## Plugin Details\n\n### code-auditor\n\n**Trigger:** User explicitly requests a code audit\n\nPerforms a 6-phase comprehensive analysis:\n1. Pre-Analysis Setup - Identify tech stack and run baseline linting\n2. Discovery - Find all code files and group by module\n3. File-by-File Analysis - Check each file for issues\n4. Best Practices Verification - Cross-reference with official documentation\n5. Library Recommendations - Find mature replacements for custom code\n6. Report Generation - Create prioritized action plan\n\n### code-quality-auditor\n\n**Trigger:** After completing feature implementations or before PRs\n\nFast quality checks for:\n- Dead code identification\n- DRY violations\n- Security concerns\n- Linting errors\n\n### research-assistant\n\n**Trigger:** User asks to research libraries or APIs\n\nUses:\n- Context7 for official documentation\n- GitHub CLI for code examples\n- Web search for additional context\n\n### codex-consultant / gemini-consultant\n\n**Trigger:** User requests a \"second opinion\" or asks \"what would codex/gemini think\"\n\nConsultation types:\n- Code review\n- Security audit\n- Architecture review\n- Debugging analysis\n- Performance review\n\nAlways operates in read-only/sandbox mode for safety.\n\n## Project Structure\n\n```\nsomepulp-agents/\n├── .claude-plugin/\n│   └── marketplace.json        # Marketplace manifest\n├── plugins/\n│   ├── code-auditor/\n│   │   ├── .claude-plugin/\n│   │   │   └── plugin.json\n│   │   ├── agents/\n│   │   ├── commands/\n│   │   └── skills/\n│   ├── code-quality-auditor/\n│   │   ├── .claude-plugin/\n│   │   │   └── plugin.json\n│   │   └── agents/\n│   ├── codex-consultant/\n│   │   ├── .claude-plugin/\n│   │   │   └── plugin.json\n│   │   ├── agents/\n│   │   ├── commands/\n│   │   ├── scripts/\n│   │   └── skills/\n│   ├── gemini-consultant/\n│   │   ├── .claude-plugin/\n│   │   │   └── plugin.json\n│   │   ├── agents/\n│   │   ├── commands/\n│   │   ├── scripts/\n│   │   └── skills/\n│   └── research-assistant/\n│       ├── .claude-plugin/\n│       │   └── plugin.json\n│       ├── agents/\n│       └── commands/\n├── README.md\n├── LICENSE\n└── CHANGELOG.md\n```\n\n## Contributing\n\nContributions are welcome! Please:\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Submit a pull request\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n\n## Author\n\nSome Pulp LLC\n\n## Links\n\n- [Claude Code Documentation](https://docs.anthropic.com/claude-code)\n- [OpenAI Codex CLI](https://github.com/openai/codex)\n- [Google Gemini CLI](https://github.com/google-gemini/gemini-cli)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffrigby%2Fsomepulp-agents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffrigby%2Fsomepulp-agents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffrigby%2Fsomepulp-agents/lists"}