Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By aventerica89
Universal Claude Code configuration system with auto-sync across CLI and web. Includes curated commands, agents, skills, and rules for professional development workflows.
npx claudepluginhub aventerica89/claude-codex --plugin claude-codexComprehensive sync command for any JB Cloud project. Audits and updates every spec, document, UI description, changelog, landing page, and plan file so the entire system reflects the current state of the codebase.
Incrementally fix TypeScript and build errors:
Configure changelog generator settings (categories, voice, output format)
Generate user-friendly changelogs from git commit history
Create or verify a checkpoint in your workflow.
Multi-provider AI integration specialist. Invoke when setting up AI providers in a new or existing Next.js project. Handles both the settings panel (user key management) and the runtime side (provider resolution, agent loop, chat API). Use after /add-ai-providers for the runtime wiring, or standalone for full setup.
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Expert Bricks Builder and AutomaticCSS developer for generating valid Bricks JSON from screenshots
Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.
Add multi-provider AI settings panel to a JB Cloud Next.js app. Copies AIProvidersPanel component from ~/clarity, creates API routes per provider, adds integrations table to schema, and wires up the settings page. Use when an app needs user-managed AI API keys with encrypted storage and automatic fallback.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Toggle dev changelog tracking. Redirects to the three-tier /changelog standard.
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes.
Three-tier changelog standard for all JB Cloud projects. Contains verbatim templates — use this before writing any changelog entry.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
oh-my-zsh for Claude Code — 11 agents, 33 commands, 24 skills, 15 hooks + 9 examples (21 events), 9 rules, 4 MCP (minimal: playwright, context7, jina-reader, chrome-devtools@0.23.0). One-line install: curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash
Opinionated workflow guides and best practices - the preacher's proven patterns for Claude Code projects
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
Harness-native ECC plugin for engineering teams - 64 agents, 261 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Complete 1Password workflow for Claude Code projects — vault setup, secret injection, SAC, CI/CD
Deferred skill loading for Claude Code — compress skills to stubs, load full content on demand. Saves ~88% of per-turn skill token overhead.
Manage local dev OAuth credentials via 1Password. Test any auth provider on any branch without swapping env files.
Deferred skill loading for Claude Code — compress skills to stubs, load full content on demand. Saves ~88% of per-turn skill token overhead.
Zero-copy Obsidian vault over your ~/.claude/ knowledge base via symlinks. One command to make all of Claude's memory, rules, skills, agents, contexts, and plans browsable in Obsidian — no duplication, no sync.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Share bugs, ideas, or general feedback.
Universal Claude Code configuration system with auto-sync across CLI and web.
Claude Codex is a comprehensive configuration framework for Claude Code that provides:
Option 1: As Plugin (Recommended)
# Install via Claude Code CLI
claude plugin install github:Aventerica89/claude-codex
# The plugin is now active - all commands, agents, and skills are available
Option 2: Direct Clone
# Backup existing config (if any)
mv ~/.claude ~/.claude.backup
# Clone Claude Codex
git clone https://github.com/Aventerica89/claude-codex.git ~/claude-codex
# Symlink to ~/.claude/
ln -s ~/claude-codex ~/.claude
# Install auto-sync (optional)
cd ~/claude-codex/sync
./install.sh
# Check that Claude Code recognizes the config
claude --version
# List available commands
ls ~/.claude/commands/
# Test a command (if implemented)
claude /help
Custom slash commands for common workflows:
/commit - Smart git commit with analysis/review-pr - Comprehensive PR review/deploy - Automated deployment workflows/context-save / /context-restore - Session managementSpecialized AI agents for complex tasks:
Reusable patterns and workflows:
Modular guidelines for consistent development:
Claude Codex includes an optional auto-sync system that keeps your configuration synchronized across all machines.
Your Machine 1 GitHub (Master) Your Machine 2
~/.claude/ ←→ claude-codex repo ←→ ~/.claude/
Changes auto-commit Updates every Pulls latest
and push every 5min hour automatically config hourly
cd ~/claude-codex/sync
./install.sh
# Auto-sync daemon is now running
# Changes will sync automatically
# Push your changes
cd ~/.claude
git add -A && git commit -m "update: description" && git push
# Pull latest from GitHub
git pull --rebase
Use Claude Codex in Claude.ai Projects with the browser extension.
Installation:
browser-extension/Features:
Drag this to your bookmarks bar:
javascript:(async()=>{const r=await fetch('https://raw.githubusercontent.com/Aventerica89/claude-codex/main/CLAUDE.md');navigator.clipboard.writeText(await r.text());alert('Codex copied!')})();
Then click it to copy the latest config to clipboard.