Battle-tested Claude Code, OpenAI Codex, Cursor configs, plugins, hooks and agents with Kimi, MiniMax and GLM API support.
FAQ
claude-codex-settings is a Claude Code plugin with 60 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes adhd-output-style, agent-browser, electron. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add fcakyon/claude-codex-settings
Repo: fcakyon/claude-codex-settings
Battle-tested Claude Code, Claude Desktop, OpenAI Codex, and Cursor setup with skills, commands, hooks, subagents, and MCP servers, plus Kimi, MiniMax, and GLM API support.
"They make wrong assumptions on your behalf and just run along with them without checking. They don't manage their confusion, they don't seek clarifications, they don't surface inconsistencies, they don't present tradeoffs. They really like to overcomplicate code and APIs, they bloat abstractions, they don't clean up dead code after themselves." -- Andrej Karpathy
This repo's guidelines are structured to fix exactly these pitfalls.
Installation • Plugins • Configuration • References
Plugins add skills, commands, and automations to your AI coding tool. Install only what you need from the plugin list below.
Prerequisites: See INSTALL.md for setup requirements.
# Add marketplace (one time)
claude plugin marketplace add fcakyon/claude-codex-settings
# Install any plugin by name
claude plugin install fable-advisor@claude-settings
# Add marketplace (one time)
codex plugin marketplace add fcakyon/claude-codex-settings
# Install any plugin by name
codex plugin add simplify@claude-settings
# Install any plugin by name
gemini extensions install --path ./plugins/simplify
# Install any plugin by name
cursor plugin install simplify@claude-settings
Want the shared agent guidance too? .claude/CLAUDE.md is the file written for your projects. Run /claude-tools:sync-claude-md to pull it into ~/.claude/CLAUDE.md, or paste it into a project as CLAUDE.md, then point the other tools at the same file:
ln -sfn CLAUDE.md AGENTS.md # Codex CLI, Cursor, Copilot
ln -sfn CLAUDE.md GEMINI.md # Gemini CLI
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install simplify@claude-settings | codex plugin add simplify@claude-settings | gemini extensions install --path ./plugins/simplify |
Run /simplify to review your staged or committed diff across four angles (reuse, simplification, efficiency, altitude) with parallel agents, then apply the cleanups. It reviews changed-code quality, not correctness bugs. It brings Claude Code's built-in /simplify to Codex, Cursor, and Gemini, which don't ship it natively, so all three get the same review and apply flow.
Skills:
simplify - review the changed diff across four angles and apply the fixesHooks:
guard.py - Require a completed /simplify run before each Claude Code or Codex commit, unless you explicitly ask to skip it for one commit| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install humanize@claude-settings | codex plugin add humanize@claude-settings | gemini extensions install --path ./plugins/humanize |
Before a Write or Edit saves, humanize scans the new text and blocks whatever reads like a machine wrote it, each hit paired with a plain-word swap. It reads markdown files whole and, in code, only the comments and docstrings, never the code:
leverage, seamlessly, vibrant, game-changing, each mapped to a plain swapin conclusion, a testament to, aims to bridgecrucial or significant, flagged at 3+ uses in one writeRuns on Claude Code and Gemini. Unlike a markdown rule the model can ignore, the hook checks every Write or Edit and blocks each match until it is replaced. The word list draws on Wikipedia's "Signs of AI writing".
Hooks:
humanize.py - blocks matched marks, buzzwords, and cliches before a Write or Edit lands| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install fable-advisor@claude-settings | codex plugin add fable-advisor@claude-settings | gemini extensions install --path ./plugins/fable-advisor |
Ask a Fable 5 reviewer to challenge a plan or conclusion before you commit, a drop-in for the built-in advisor when the Opus-main plus Fable-advisor pairing fails with a bare "unavailable" (#73365). Claude Code uses a native Fable agent with the recent conversation attached. Codex, Cursor, and Gemini call the same model through an authenticated Claude Code CLI with claude -p --model fable.
Agents:
fable-advisor - Native Claude Code reviewer with recent conversation contextSkills:
fable-advisor - Routes Claude Code to its native agent and other tools to claude -p| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install codex-advisor@claude-settings | codex plugin add codex-advisor@claude-settings | gemini extensions install --path ./plugins/codex-advisor |
Ask GPT to challenge a plan before you build it, the cross-model check the built-in advisor cannot give you. Claude Code attaches the recent conversation, so "ask the codex advisor" is enough. Codex, Cursor, and Gemini reach the same reviewer. Needs the Codex CLI signed in.
Agents:
codex-advisor - Sends the recent conversation to GPT and returns the verdict verbatimSkills:
codex-advisor - Routes Claude Code to its native agent and other tools to codex exec| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install adhd-output-style@claude-settings | codex plugin add adhd-output-style@claude-settings | gemini extensions install --path ./plugins/adhd-output-style |
Cuts filler and keeps output token use down with the answer or next step first, one-action-per-step lists, concrete time estimates, a single under-two-minute next action, and short teaching notes while coding. Claude Code applies the output style automatically. Codex, Cursor, and Gemini CLI expose the same instructions as an adhd-output-style skill because they do not support plugin output styles.
Output styles:
ADHD Explanatory - Low-token ADHD formatting plus educational Insight blocks while codingSkills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
adhd-output-style | Apply the same reply format in Codex, Cursor, and Gemini CLI |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install intelligent-compact@claude-settings | codex plugin add intelligent-compact@claude-settings | gemini extensions install --path ./plugins/intelligent-compact |
When Claude Code auto-summarizes a long session, the default summary routinely drops the highest-signal facts. This plugin tells the summarizer to keep them:
Runs on every /compact (manual) and every auto compaction. Claude Code only; Codex, Cursor, and Gemini CLI don't yet expose a comparable summary hook.
Hooks:
precompact_priorities.sh - Priority-preservation instructions for the compaction summarizer| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install claude-telemetry-hooks@claude-settings | n/a | gemini extensions install --path ./plugins/claude-telemetry-hooks |
Adds the two missing pieces Claude Code's telemetry needs to power a usage dashboard:
Per-device data is already in Claude Code's built-in OpenTelemetry stream. Pairs naturally with openobserve-skills for the dashboard side.
Hooks:
session_start_chat_id.py - SessionStart hook that emits a sticky per-project chat_iduser_prompt_reject_feedback.py - UserPromptSubmit hook that categorizes tool-rejection reasons| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install anthropic-office-skills@claude-settings | codex plugin add anthropic-office-skills@claude-settings | gemini extensions install --path ./plugins/anthropic-office-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/anthropic-office-skills --skill '*'
Official office document skills from anthropics/skills.
| Skill | Description | Install |
|---|---|---|
pdf | PDF processing (read, merge, split, create, OCR, forms) | |
pptx | PowerPoint presentation building and editing | |
xlsx | Excel spreadsheet processing with formulas | |
docx | Word document creation and editing |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install openai-office-skills@claude-settings | codex plugin add openai-office-skills@claude-settings | gemini extensions install --path ./plugins/openai-office-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/openai-office-skills --skill '*'
Office document skills for creating and editing PDFs, Word documents, slide decks, and spreadsheets.
| Skill | Description | Install |
|---|---|---|
pdf | PDF generation and extraction with visual review | |
slides | Slide deck creation with PptxGenJS | |
spreadsheet | Spreadsheet processing with formulas and formatting | |
doc | Word document creation and editing |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install python-skills@claude-settings | codex plugin add python-skills@claude-settings | gemini extensions install --path ./plugins/python-skills |
Python coding guidelines grounded in authoritative sources: PEP 8, PEP 20 (Zen of Python), Google Python Style Guide, and Brett Slatkin's "Effective Python" (3rd ed.). Covers code integration, idiomatic patterns, YAGNI anti-abstraction rules, Google-style docstrings, and 18 before/after code examples.
Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
python-guidelines | Core rules, self-tests, and reference index |
Reference files:
zen-of-python.md - Full PEP 20 with annotationsgoogle-style-guide.md - Curated sections with source URLsidiomatic-patterns.md - 18 patterns with before/after codeeffective-python-tips.md - Key tips from 3rd edition| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install react-skills@claude-settings | codex plugin add react-skills@claude-settings | gemini extensions install --path ./plugins/react-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/react-skills --skill '*'
React and frontend best practices from vercel-labs/agent-skills.
Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
composition-patterns | React composition patterns: compound components, render props, context | |
react-best-practices | 64 React/Next.js performance rules from Vercel Engineering | |
react-native-skills | 35+ React Native/Expo rules for performance and animations | |
react-view-transitions | View Transition API for page/route animations | |
web-design-guidelines | UI review against 16 web interface guideline categories |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install agent-browser@claude-settings | codex plugin add agent-browser@claude-settings | gemini extensions install --path ./plugins/agent-browser |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/agent-browser --skill '*'
Browser automation via CLI instead of MCP. 93% less context usage than Playwright MCP by using snapshot + element refs instead of full DOM tree dumps. From vercel-labs/agent-browser.
Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
agent-browser | Browser automation: navigation, forms, clicking, screenshots, auth, sessions | |
electron | Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion) |
CLI Tool: agent-browser - install via npm i -g agent-browser && agent-browser install
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install frontend-design-skills@claude-settings | codex plugin add frontend-design-skills@claude-settings | gemini extensions install --path ./plugins/frontend-design-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/frontend-design-skills --skill '*'
Frontend design skills from anthropics/claude-plugins-official and openai/plugins.
| Skill | Description | Install |
|---|---|---|
openai-frontend-design | Composition-first design: restrained layout, image-led hierarchy, tasteful motion | |
anthropic-frontend-design | Bold aesthetic direction, distinctive typography, anti-generic AI aesthetics |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install mongodb-skills@claude-settings | codex plugin add mongodb-skills@claude-settings | gemini extensions install --path ./plugins/mongodb-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/mongodb-skills --skill '*'
Official MongoDB agent skills for schema design, query tuning, Atlas Search, and connections. From mongodb/agent-skills.
Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
mongodb-atlas-stream-processing | Atlas stream processing patterns | |
mongodb-connection | Connection management | |
mongodb-mcp-setup | MCP server setup | |
mongodb-natural-language-querying | Natural language to queries | |
mongodb-query-optimizer | Query performance tuning |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install supabase-skills@claude-settings | codex plugin add supabase-skills@claude-settings | gemini extensions install --path ./plugins/supabase-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/supabase-skills --skill '*'
Supabase skills covering Postgres query/schema best practices from supabase/agent-skills, JavaScript SDK usage from supabase/supabase-js, and CLI workflows from supabase/cli.
Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
supabase-postgres-best-practices | Postgres performance and schema design across 8 categories | |
supabase-js | JavaScript SDK for auth, database, storage, realtime, edge functions | |
supabase-cli | CLI for local dev, migrations, edge functions, project management |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install stripe-skills@claude-settings | codex plugin add stripe-skills@claude-settings | gemini extensions install --path ./plugins/stripe-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/stripe-skills --skill '*'
Official Stripe agent skills for payment integration: API selection, Connect platform setup, billing/subscriptions, Treasury, and SDK upgrades. From stripe/ai.
Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
stripe-best-practices | Payments, billing, Connect, Treasury integration best practices | |
stripe-projects | Stripe Projects CLI setup and stack provisioning | |
upgrade-stripe | Stripe API version and SDK upgrade guide |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install polar-skills@claude-settings | codex plugin add polar-skills@claude-settings | gemini extensions install --path ./plugins/polar-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/polar-skills --skill '*'
Official Polar agent skills for billing system, Stripe integration, subscription lifecycle, and local dev with Docker. From polarsource/polar.
Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
polar-billing | Polar billing system, Stripe integration, subscriptions, benefit provisioning | |
polar-local-environment | Polar local development environment with Docker |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install livekit-skills@claude-settings | codex plugin add livekit-skills@claude-settings | gemini extensions install --path ./plugins/livekit-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/livekit-skills --skill '*'
Voice AI agent development with the LiveKit Agents SDK. Cloud-agnostic: supports both LiveKit Cloud and self-hosted deployments. Uses lk CLI for docs access instead of MCP. Based on livekit/agent-skills, patched for CLI workflow and BYOK model providers.
Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
livekit-skills | Voice AI agents: architecture, handoffs, testing, CLI workflow |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install cloudflare-skills@claude-settings | codex plugin add cloudflare-skills@claude-settings | gemini extensions install --path ./plugins/cloudflare-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/cloudflare-skills --skill '*'
Cloudflare developer platform skill with decision trees for product selection across Workers, Durable Objects, R2, D1, KV, Workers AI, and 50+ services. From cloudflare/skills.
Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
cloudflare-deploy | Cloudflare platform: compute, storage, AI, networking, security |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install web-performance-skills@claude-settings | codex plugin add web-performance-skills@claude-settings | gemini extensions install --path ./plugins/web-performance-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/web-performance-skills --skill '*'
Audit web page performance using Chrome DevTools MCP. Measures Core Web Vitals (FCP, LCP, TBT, CLS, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. From cloudflare/skills.
Bundles the chrome-devtools MCP server (no API key needed).
Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
web-performance-optimization | Core Web Vitals, Lighthouse, render-blocking, accessibility audits |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install openobserve-skills@claude-settings | codex plugin add openobserve-skills@claude-settings | gemini extensions install --path ./plugins/openobserve-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/openobserve-skills --skill '*'
Programmatic access to OpenObserve (Cloud or self-hosted) via the documented REST API. Covers:
customQuery re-aggregation bug that doubles table rows when fields.y carries an aggregationFunctionBuilt for AI agents: uses curl only, no SDK or CLI dependency. Pairs naturally with claude-telemetry-hooks for Claude Code usage dashboards. Reference docs are mirrored from openobserve/openobserve-docs.
Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
openobserve-api | Search SQL, streams, dashboards, panel schema, ingestion endpoints, common pitfalls |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install hetzner-skills@claude-settings | codex plugin add hetzner-skills@claude-settings | gemini extensions install --path ./plugins/hetzner-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/hetzner-skills --skill '*'
Hetzner Cloud infrastructure management via the hcloud CLI. Decision trees for compute, networking, storage, DNS, and common deploy workflows. Reference docs extracted from hetznercloud/cli.
Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
hetzner-deploy | Servers, networks, firewalls, load balancers, DNS, volumes, storage |
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install dokploy-skills@claude-settings | codex plugin add dokploy-skills@claude-settings | gemini extensions install --path ./plugins/dokploy-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/dokploy-skills --skill '*'
Dokploy Cloud and self-hosted dashboard workflows from Dokploy/website, plus a compact CLI command index generated from Dokploy/cli.
Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
dokploy-deploy | Dokploy Cloud, self-hosted dashboard, Docker Compose, databases, domains, remote servers, CLI index |
Best-of bundle from anthropics/claude-plugins-official. Cherry-picks skills, agents, and commands from multiple upstream plugins.
Skills:
claude-md-improver - Audit and improve CLAUDE.md files across a codebaseskill-creator - Create, improve, and benchmark Agent Skills with eval testingAgents:
code-architect - Architecture design from codebase patternscode-explorer - Deep codebase exploration and analysiscode-reviewer - Code quality and reviewCommands:
/feature-dev - Guided feature development workflow/revise-claude-md - Capture session learnings into CLAUDE.mdHooks:
Stop (prompt) - Suggest CLAUDE.md updates after significant code changesSessionEnd (prompt) - Remind to capture learnings when session endsActively maintained plugin development toolkit from anthropics/claude-plugins-official. 7 skills, 3 agents, and guided plugin creation.
Skills: hook-development, mcp-integration, plugin-structure, plugin-settings, command-development, agent-development, skill-development
Agents: agent-creator, plugin-validator, skill-reviewer
Commands: /create-plugin - Guided plugin workflow
Academic research toolkit from fcakyon/phd-skills. Experiment design, literature review, paper writing, citation verification, and reviewer defense for PhD workflows.
Skills:
dataset-curation - Dataset preparation and annotation guidelinesexperiment-design - Experiment setup and ablation planninglatex-setup - LaTeX project configurationliterature-research - Literature search and reviewpaper-verification - Citation and claim verificationpaper-writing - Academic paper draftingresearch-publishing - Submission and publishing workflowreviewer-defense - Reviewer response preparationAgents:
experiment-analyzer - Analyze experiment results and suggest next stepspaper-auditor - Audit paper for consistency and completenessCommands:
/factcheck - Verify citations and claims/fortify - Strengthen paper against reviewer critiques/gaps - Find gaps in literature coverage/setup - Configure phd-skills/xray - Deep analysis of a paper| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install github-dev@claude-settings | codex plugin add github-dev@claude-settings | gemini extensions install --path ./plugins/github-dev |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/github-dev --skill '*'
Git and GitHub automation. Run the setup skill after install.
Agents:
commit-creator - Intelligent commit workflowpr-creator - Pull request creationpr-reviewer - Code review agentpr-comment-resolver - PR comment resolutionSkills:
commit-staged - Commit staged changes and write the messagecreate-pr - Create a pull request from the full branch diffreview-pr - Review a pull request for bugs and regressionsresolve-pr-comments - Address unresolved PR review commentsupdate-pr-summary - Update the PR title and descriptionclean-gone-branches - Clean local branches deleted from remotesetup - Configure GitHub CLIHooks:
git_commit_confirm.py - Confirmation before git commitgh_pr_create_confirm.py - Confirmation before gh pr createblock_ai_attribution.py - Block AI attribution lines in commits and PRsblock_commit_type.py - Block commit types outside the allowed set| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install ultralytics-dev@claude-settings | codex plugin add ultralytics-dev@claude-settings | gemini extensions install --path ./plugins/ultralytics-dev |
Auto-formatting hooks for Python, JavaScript, Markdown, and Bash, plus a guard that blocks force-push and rebase.
Hooks:
format_python_docstrings.py - Google-style docstring formatterpython_code_quality.py - Python code quality with ruffprettier_formatting.py - JavaScript/TypeScript/CSS/JSONmarkdown_formatting.py - Markdown formattingbash_formatting.py - Bash script formattingblock_force_push.py - Block force-push and rebaseInstall ruff and prettier first (setup).
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install azure-tools@claude-settings | codex plugin add azure-tools@claude-settings | gemini extensions install --path ./plugins/azure-tools |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/azure-tools --skill '*'
40+ Azure services with Azure CLI authentication. Run /azure-tools:setup after install.
Skills:
azure-usage - Best practices for Azuresetup - Troubleshooting guideCommands:
/azure-tools:setup - Configure Azure MCPMCP: .mcp.json | microsoft/mcp/Azure.Mcp.Server
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install claude-tools@claude-settings | codex plugin add claude-tools@claude-settings | gemini extensions install --path ./plugins/claude-tools |
Commands for syncing CLAUDE.md and permissions allowlist from repository, plus context refresh for long conversations.
Commands:
/load-claude-md - Refresh context with CLAUDE.md instructions/sync-claude-md - Sync CLAUDE.md from GitHub/sync-allowlist - Sync permissions allowlistHooks:
sync_marketplace_to_plugins.py - Syncs marketplace.json to plugin.json| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install gcloud-tools@claude-settings | codex plugin add gcloud-tools@claude-settings | gemini extensions install --path ./plugins/gcloud-tools |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/gcloud-tools --skill '*'
Logs, metrics, and traces. Run /gcloud-tools:setup after install.
Skills:
gcloud-usage - Best practices for GCloud Logs/Metrics/Tracessetup - Troubleshooting guideCommands:
/gcloud-tools:setup - Configure GCloud MCPMCP: .mcp.json | google-cloud/observability-mcp
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install paper-search-tools@claude-settings | codex plugin add paper-search-tools@claude-settings | gemini extensions install --path ./plugins/paper-search-tools |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/paper-search-tools --skill '*'
Search papers across arXiv, PubMed, IEEE, Scopus, ACM. Run /paper-search-tools:setup after install. Requires Docker.
Skills:
paper-search-usage - Best practices for paper searchsetup - Troubleshooting guideCommands:
/paper-search-tools:setup - Configure Paper Search MCPMCP: .mcp.json | mcp/paper-search
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install tavily-tools@claude-settings | codex plugin add tavily-tools@claude-settings | gemini extensions install --path ./plugins/tavily-tools |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/tavily-tools --skill '*'
Web search and content extraction. Run /tavily-tools:setup after install.
Skills:
tavily-usage - Best practices for Tavily Searchsetup - Troubleshooting guideCommands:
/tavily-tools:setup - Configure Tavily MCPHooks:
webfetch_to_tavily_extract.py - Redirect WebFetch to Tavily extractwebsearch_to_tavily_search.py - Redirect WebSearch to Tavily searchtavily_extract_to_advanced.py - Upgrade Tavily extract depthMCP: .mcp.json | tavily-ai/tavily-mcp
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install overleaf-skills@claude-settings | codex plugin add overleaf-skills@claude-settings | gemini extensions install --path ./plugins/overleaf-skills |
Skills CLI
npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/overleaf-skills --skill '*'
Pull reviewer comments from an Overleaf project, locate each in your local git-tracked *.tex files, and apply edits you review. Run setup once to paste your Overleaf session cookie; sessions slide ~5 days idle. Pairs naturally with github-dev for the commit step.
Skills:
setup - Capture and refresh the Overleaf session cookiereview-overleaf - Fetch unresolved review threads and apply edits to local .tex filesConfiguration in .claude/settings.json:
auto permission mode with a custom autoMode classifier block in .claude/settings.json - see the auto mode config reference for what each rule section does, and run claude auto-mode defaults to print the current built-in block and allow rulesfable-advisor plugin. The advisor only pairs Claude with Claude, so for a review from outside that family use codex-advisorConfiguration in .claude/settings-zai.json using Z.ai GLM models via Anthropic-compatible API:
Run Claude Code with Kimi K3 via Anthropic-compatible API - source:
kimi-k3[1m] - native vision, thinking mode, 1M contextkimi-k2.7-code (sonnet), kimi-k2.6 (haiku) - cheaper 256K tiersexport ANTHROPIC_BASE_URL=https://api.moonshot.ai/anthropic
export ANTHROPIC_AUTH_TOKEN="your-moonshot-api-key"
export ANTHROPIC_MODEL="kimi-k3[1m]"
export ANTHROPIC_DEFAULT_OPUS_MODEL="kimi-k3[1m]"
export ANTHROPIC_DEFAULT_SONNET_MODEL="kimi-k2.7-code"
export ANTHROPIC_DEFAULT_HAIKU_MODEL="kimi-k2.6"
export ANTHROPIC_DEFAULT_FABLE_MODEL="kimi-k3[1m]"
export CLAUDE_CODE_SUBAGENT_MODEL="kimi-k3[1m]"
export ENABLE_TOOL_SEARCH=false
Or use the settings file: .claude/settings-kimi.json
Run Claude Code with MiniMax M3 via Anthropic-compatible API - source:
MiniMax-M3[1m] - 1M context window (512K guaranteed minimum, [1m] unlocks the full window)MiniMax-M2.7-highspeed - high-throughput variantexport ANTHROPIC_BASE_URL=https://api.minimax.io/anthropic
export ANTHROPIC_AUTH_TOKEN="your-minimax-api-key"
export ANTHROPIC_MODEL=MiniMax-M3[1m]
export ANTHROPIC_DEFAULT_OPUS_MODEL=MiniMax-M3[1m]
export ANTHROPIC_DEFAULT_SONNET_MODEL=MiniMax-M3[1m]
export ANTHROPIC_DEFAULT_HAIKU_MODEL=MiniMax-M2.7-highspeed
export CLAUDE_CODE_AUTO_COMPACT_WINDOW=400000
export ENABLE_TOOL_SEARCH=false
Or use the settings file: .claude/settings-minimax.json
For Codex CLI, see the recipe at .codex/config-minimax.toml. Note that Codex requires a local Responses API proxy since MiniMax only exposes chat completions.
Configuration in ~/.codex/config.toml:
gpt-5.6-sol with model_reasoning_effort set to "medium"workspace-write with network access enabled/approvals, set by approvals_reviewer = "auto_review". A reviewer subagent judges each escalation against the [auto_review] policy block in .codex/config.toml instead of stopping to ask you, so it trades tokens for far fewer prompts. The policy mirrors the autoMode block in .claude/settings.jsonsimplify, github-dev, python-skills, and more)Settings in .vscode/settings.json:
claudeCode.claudeProcessWrapper at a small wrapper that forces --thinking-display summarized, so thinking tokens still show in the extension (works around 2.1.111+ dropping the flag)#!/bin/bash
# Workaround for VS Code Claude Code extension 2.1.111+ not passing
# --thinking-display to the binary on Opus 4.7 (API default changed
# to "omitted", so thinking blocks arrive empty).
exec "$@" --thinking-display summarized
Visual demos:
Zero-MCP goal:
New plugins/skills:
frontend-design-skills)openai-office-skills)Static website:
agentplugins.net as a plugin catalog site with search, category filtering, per-tool install snippets, and GitHub Pages hostingOther:
.agents/
plugins/
marketplace.json
.claude/
.claude-plugin/
marketplace.json
CLAUDE.md
output-styles/
adhd-explanatory.md
settings-kimi.json
settings-minimax.json
settings-zai.json
settings.json
statusline.sh
.codex/
config-minimax.toml
config.toml
rules/
nondestructive-allowlist.rules
.cursor-plugin/
marketplace.json
.github/
scripts/
_helpers.sh
release.sh
sync-agent-browser-skills.sh
sync-anthropic-office-skills.sh
sync-cloudflare-skills.sh
sync-dokploy-skills.sh
sync-frontend-skills.sh
sync-hetzner-skills.sh
sync-livekit-skills.sh
sync-mongodb-skills.sh
sync-openai-office-skills.sh
sync-openobserve-skills.sh
sync-polar-skills.sh
sync-react-skills.sh
sync-stripe-skills.sh
sync-supabase-cli-skills.sh
sync-supabase-js-skills.sh
sync-supabase-skills.sh
sync-versions.sh
sync-web-performance-skills.sh
test_simplify_guard.py
traffic.py
validate_plugins.py
workflows/
ruff.yml
site-refresh.yml
site.yml
traffic.yml
validate-plugins.yml
.gitignore
.vscode/
settings.json
AGENTS.md
CLAUDE.md
context7.json
GEMINI.md
INSTALL.md
LICENSE
plugins/
adhd-output-style/
.claude-plugin/
plugin.json
.codex-plugin/
plugin.json
.cursor-plugin/
plugin.json
gemini-extension.json
output-styles/
adhd-explanatory.md
skills/
adhd-output-style/
SKILL.md
agent-browser/
.claude-plugin/
plugin.json
.codex-plugin/
plugin.json
.cursor-plugin/
plugin.json
gemini-extension.json
skills/
agent-browser/
references/
authentication.md
commands.md
profiling.md
proxy-support.md
session-management.md
snapshot-refs.md
streaming.md
trust-boundaries.md
video-recording.md
webgpu.md
SKILL.md
templates/
authenticated-session.sh
capture-workflow.sh
form-automation.sh
electron/
SKILL.md
anthropic-office-skills/
.claude-plugin/
plugin.json
.codex-plugin/
plugin.json
.cursor-plugin/
plugin.json
gemini-extension.json
skills/
docx/
LICENSE.txt
scripts/
__init__.py
accept_changes.py
comment.py
merge_runs.py
office/
helpers/
__init__.py
pptx_chart.py
pptx_slide.py
pptx_theme.py
schemas/
ecma/
fouth-edition/
opc-contentTypes.xsd
opc-coreProperties.xsd
opc-digSig.xsd
opc-relationships.xsd
ISO-IEC29500-4_2016/
dml-chart.xsd
dml-chartDrawing.xsd
dml-diagram.xsd
dml-lockedCanvas.xsd
dml-main.xsd
dml-picture.xsd
dml-spreadsheetDrawing.xsd
dml-wordprocessingDrawing.xsd
pml.xsd
shared-additionalCharacteristics.xsd
shared-bibliography.xsd
shared-commonSimpleTypes.xsd
shared-customXmlDataProperties.xsd
shared-customXmlSchemaProperties.xsd
shared-documentPropertiesCustom.xsd
shared-documentPropertiesExtended.xsd
shared-documentPropertiesVariantTypes.xsd
shared-math.xsd
shared-relationshipReference.xsd
sml.xsd
vml-main.xsd
vml-officeDrawing.xsd
vml-presentationDrawing.xsd
vml-spreadsheetDrawing.xsd
vml-wordprocessingDrawing.xsd
wml.xsd
xml.xsd
mce/
mc.xsd
microsoft/
wml-2010.xsd
wml-2012.xsd
wml-2018.xsd
wml-cex-2018.xsd
wml-cid-2016.xsd
wml-sdtdatahash-2020.xsd
wml-symex-2015.xsd
soffice.py
validate.py
validators/
__init__.py
base.py
docx.py
pptx.py
redlining.py
templates/
comments.xml
commentsExtended.xml
commentsExtensible.xml
commentsIds.xml
people.xml
SKILL.md
pdf/
forms.md
LICENSE.txt
reference.md
scripts/
check_bounding_boxes.py
check_fillable_fields.py
convert_pdf_to_images.py
create_validation_image.py
extract_form_field_info.py
extract_form_structure.py
fill_fillable_fields.py
fill_pdf_form_with_annotations.py
SKILL.md
pptx/
LICENSE.txt
scripts/
__init__.py
add_slide.py
clean.py
office/
helpers/
__init__.py
pptx_chart.py
pptx_slide.py
pptx_theme.py
schemas/
ecma/
fouth-edition/
opc-contentTypes.xsd
opc-coreProperties.xsd
opc-digSig.xsd
opc-relationships.xsd
ISO-IEC29500-4_2016/
dml-chart.xsd
dml-chartDrawing.xsd
dml-diagram.xsd
dml-lockedCanvas.xsd
dml-main.xsd
dml-picture.xsd
dml-spreadsheetDrawing.xsd
dml-wordprocessingDrawing.xsd
pml.xsd
shared-additionalCharacteristics.xsd
shared-bibliography.xsd
shared-commonSimpleTypes.xsd
shared-customXmlDataProperties.xsd
shared-customXmlSchemaProperties.xsd
shared-documentPropertiesCustom.xsd
shared-documentPropertiesExtended.xsd
shared-documentPropertiesVariantTypes.xsd
shared-math.xsd
shared-relationshipReference.xsd
sml.xsd
vml-main.xsd
vml-officeDrawing.xsd
vml-presentationDrawing.xsd
vml-spreadsheetDrawing.xsd
vml-wordprocessingDrawing.xsd
wml.xsd
xml.xsd
mce/
mc.xsd
microsoft/
wml-2010.xsd
wml-2012.xsd
wml-2018.xsd
wml-cex-2018.xsd
wml-cid-2016.xsd
wml-sdtdatahash-2020.xsd
wml-symex-2015.xsd
soffice.py
validate.py
validators/
__init__.py
base.py
docx.py
pptx.py
redlining.py
thumbnail.py
SKILL.md
xlsx/
LICENSE.txt
scripts/
office/
helpers/
__init__.py
pptx_chart.py
pptx_slide.py
pptx_theme.py
schemas/
ecma/
fouth-edition/
opc-contentTypes.xsd
opc-coreProperties.xsd
opc-digSig.xsd
opc-relationships.xsd
ISO-IEC29500-4_2016/
dml-chart.xsd
dml-chartDrawing.xsd
dml-diagram.xsd
dml-lockedCanvas.xsd
dml-main.xsd
dml-picture.xsd
dml-spreadsheetDrawing.xsd
dml-wordprocessingDrawing.xsd
pml.xsd
shared-additionalCharacteristics.xsd
shared-bibliography.xsd
shared-commonSimpleTypes.xsd
shared-customXmlDataProperties.xsd
shared-customXmlSchemaProperties.xsd
shared-documentPropertiesCustom.xsd
shared-documentPropertiesExtended.xsd
shared-documentPropertiesVariantTypes.xsd
shared-math.xsd
shared-relationshipReference.xsd
sml.xsd
vml-main.xsd
vml-officeDrawing.xsd
vml-presentationDrawing.xsd
vml-spreadsheetDrawing.xsd
vml-wordprocessingDrawing.xsd
wml.xsd
xml.xsd
mce/
mc.xsd
microsoft/
wml-2010.xsd
wml-2012.xsd
wml-2018.xsd
wml-cex-2018.xsd
wml-cid-2016.xsd
wml-sdtdatahash-2020.xsd
wml-symex-2015.xsd
soffice.py
validate.py
validators/
__init__.py
base.py
docx.py
pptx.py
redlining.py
recalc.py
SKILL.md
azure-tools/
.claude-plugin/
plugin.json
.codex-plugin/
plugin.json
.cursor-plugin/
plugin.json
.mcp.json
commands/
setup.md
gemini-extension.json
skills/
azure-usage/
SKILL.md
setup/
SKILL.md
claude-telemetry-hooks/
.claude-plugin/
plugin.json
.codex-plugin/
plugin.json
.cursor-plugin/
plugin.json
gemini-extension.json
hooks/
hooks.json
scripts/
session_start_chat_id.py
user_prompt_reject_feedback.py
claude-tools/
.claude-plugin/
plugin.json
.codex-plugin/
plugin.json
.cursor-plugin/
plugin.json
commands/
load-claude-md.md
sync-allowlist.md
sync-claude-md.md
update-readme.md
gemini-extension.json
hooks/
hooks.json
scripts/
sync_marketplace_to_plugins.py
cloudflare-skills/
.claude-plugin/
plugin.json
.codex-plugin/
plugin.json
.cursor-plugin/
plugin.json
gemini-extension.json
skills/
cloudflare-deploy/
references/
agents-sdk/
api.md
configuration.md
gotchas.md
patterns.md
README.md
ai-gateway/
configuration.md
dynamic-routing.md
features.md
README.md
sdk-integration.md
troubleshooting.md
... 1242 more© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic
mongodb-schema-design | Schema design patterns |
mongodb-search-and-ai | Atlas Search and AI integration |