By emiperez95
OpenAI Codex CLI integration - GPT-5-Codex with local and cloud execution support
Claude Code plugins for workflow automation with Jira, GitHub, Notion, and Google Drive.
Install all plugins from the marketplace:
/plugin marketplace add emiperez95/cc-toolkit
Or install individual plugins:
/plugin marketplace add emiperez95/cc-toolkit:atlas-jira-analyst
/plugin marketplace add emiperez95/cc-toolkit:athena-pr-reviewer
| Name | Description |
|---|---|
| atlas-jira-analyst | Fetches Jira issue information including tickets, epics, acceptance criteria, and comments |
| apollo-jira-scribe | Creates and updates Jira tickets including status transitions and sprint assignments |
| clio-docs-oracle | Reads Google Drive files (Docs, Sheets, PDFs) and converts them to readable formats |
| heimdall-pr-guardian | Monitors PR status including comments, CI/CD checks, approvals, and merge blockers |
| hermes-pr-courier | Collects PR content including metadata, file changes, and commit history |
| minerva-notion-oracle | Searches and retrieves content from Notion workspaces |
| Name | Description |
|---|---|
| gemini | Leverage Gemini's massive context window for large codebase analysis |
| codex | OpenAI Codex CLI with local and cloud execution modes |
| memory-compact | Compact and reorganize Claude Code auto-memory files |
| Name | Description |
|---|---|
| athena-pr-reviewer | Multi-LLM PR reviewer with up to 8 parallel reviewers (auto-detects available LLM providers) |
| harvest-timesheet | Automate Harvest timesheet filling from Google Calendar meetings |
Harvest Timesheet Features:
~/.claude/harvest-timesheet.local.mdAthena Features:
Athena Auto-Approved Permissions:
This plugin includes a PermissionRequest hook that auto-approves specific operations to reduce permission prompts. You will still be asked to confirm:
The following are auto-approved with strict pattern matching:
| Operation | Pattern | Security |
|---|---|---|
| Bash scripts | Exact paths: ~/.claude/skills/athena-pr-reviewer/scripts/*.sh | Only skill's own scripts |
| Review outputs | Regex: /tmp/athena-review-[0-9]+/reviews/[a-z][a-z0-9-]*.md | Only PR work directory |
| Work files | Exact: context.md, diff.patch, verified-findings.md, rejected.md | Limited file set |
To disable auto-approval, remove the hooks/ directory from the plugin.
gh): Required for PR-related agentsacli): Required for Jira agentsMIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Get all my open PRs with CI state, reviews, comments, and freshness
PR content collector - gathers metadata, file changes, commit history, and linked issues
Gemini CLI integration - leverages Gemini's large context window for codebase analysis
Jira ticket creator and updater - creates tickets, transitions states, and assigns to sprints
Multi-LLM PR reviewer - orchestrates 8 parallel reviewers with confidence scoring and consensus boosting
npx claudepluginhub emiperez95/cc-toolkit --plugin codexAutomated code review for pull requests using multiple specialized agents with confidence-based scoring
GitHub and Git workflow tools: commit-creator, pr-creator, pr-reviewer, and pr-comment-resolver agents, slash commands for commits, PRs, and review comment resolution, plus skills for PR/commit workflows.
Expert guidance for OpenAI Codex CLI non-interactive mode operations - running prompts programmatically, parsing output formats, building automation scripts, and CI/CD integration
Leverage OpenAI Codex (GPT-5/GPT-5.1) for non-interactive automation mode and hands-off task execution
Cross-agent review workflow: Claude implements, Codex reviews
PROJECT.md-first autonomous development with hybrid auto-fix documentation. 8-agent pipeline, auto-orchestration, docs auto-update on commit (true vibe coding). Knowledge base system with 90% faster repeat research. Strict mode enforces SDLC best practices automatically. Works for ANY Python/JavaScript/TypeScript/Go project.