Universal Claude Code configuration system with auto-sync across CLI and web
npx claudepluginhub aventerica89/claude-codexUniversal Claude Code configuration system with auto-sync across CLI and web. Includes curated commands, agents, skills, and rules for professional development workflows.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
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.