By zeybek
Portable senior-level workflows for designing, implementing, reviewing, and investigating software changes.
Use this skill when designing or evaluating a non-trivial software change before implementation. Apply it to architecture decisions, technical designs, API or schema evolution, data migrations, service boundaries, build-versus-buy choices, and reliability planning that require explicit requirements, alternatives, risks, contracts, and operational tradeoffs. Do not use it when the user only wants implementation of an already-decided change.
Use this skill when implementing software changes end to end with language- and framework-independent senior engineering judgment. Apply it to features, bug fixes, refactors, debugging, integrations, migrations, configuration, dependencies, and production-facing code work that requires inspecting the existing system, controlling risk, preserving contracts, and verifying results. Do not use it for review-only or design-only requests.
Use this skill when investigating a failure whose cause is not yet known — a production incident or outage, a regression, an intermittent or flaky failure, a performance degradation, corrupted or surprising data, or a bug report you must diagnose before fixing. Apply it to triage severity and mitigation, gather and preserve evidence, form and test hypotheses, bisect and localize the cause across components and time, read logs, metrics, and traces, confirm a root cause by mechanism, and record findings in a blameless writeup. Do not use it when the change is already understood and only needs implementation (use apex-implement) or when reviewing a proposed change (use apex-review).
Use this skill when asked to review code, a diff, pull request, patch, migration, design implementation, or repository change. Perform a language- and framework-independent, risk-first review for correctness, security, data integrity, concurrency, compatibility, reliability, maintainability, performance, and missing verification. Report actionable findings by severity and location; do not use it to implement fixes unless explicitly requested.
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.
Apex gives your coding agent senior-engineering judgment for designing, implementing, reviewing, and investigating software changes. It ships as open Agent Skills that are language- and framework-agnostic and run in any skills-compatible agent — with ready-to-install plugins for Claude Code and Codex.
Four focused skills activate only when the task calls for them, alongside an optional always-on engineering constitution. Repository: github.com/zeybek/apex.
Install the published package for your client:
# Claude Code
claude plugin marketplace add zeybek/apex
claude plugin install apex@apex
# Codex
codex plugin marketplace add zeybek/apex
codex plugin add apex@apex
For local development, point the marketplace at a path instead of zeybek/apex, then install with the same apex@apex commands:
claude plugin marketplace add <repository-path>
codex plugin marketplace add <repository-path>
Using another skills-compatible agent (Cursor, OpenCode, Gemini CLI, and others)? See adapters/README.md for discovery paths and copy/symlink installation.
| Skill | Use it to |
|---|---|
apex-design | Make architecture, API, schema, migration, and build-versus-buy decisions |
apex-implement | Implement features, fixes, refactors, migrations, and production changes end to end |
apex-review | Run risk-first reviews with actionable findings by severity |
apex-investigate | Diagnose incidents, regressions, flaky failures, and unknown-cause bugs before fixing |
Each skill is a SKILL.md workflow under plugins/apex/skills/; deeper guidance lives in references/ and loads only when relevant. Keeping the workflows separate keeps each one focused and lets only the relevant skill enter context.
examples/ contains one client-neutral walkthrough for each skill. The implement and investigate walkthroughs include small standard-library workspaces plus deterministic verifier scripts, so you can exercise the workflow without changing the canonical example files.
AGENTS.md is a compact engineering constitution that sits outside the skill specification. Merge it into your client's always-on instruction file (AGENTS.md, CLAUDE.md, or equivalent) when its rules should apply to every task, independently of whether the skills are active. See adapters/README.md for per-client setup.
The same plugins/apex/skills/ directory backs every client; the client-specific manifests carry distribution metadata only and never duplicate skill instructions.
plugins/apex/ — the portable plugin package (SKILL.md, references/, and evals/ per skill);plugins/apex/.claude-plugin/plugin.json and .claude-plugin/marketplace.json — Claude Code packaging and marketplace;plugins/apex/.codex-plugin/plugin.json and .agents/plugins/marketplace.json — Codex packaging and marketplace.Codex install-surface UI metadata (display name, descriptions, default prompts) lives in the .codex-plugin/plugin.json interface block, not in the skill folders.
Every skill ships its own evals:
evals/trigger-evals.json — realistic positive and near-miss negative prompts for activation accuracy;evals/evals.json — output-quality scenarios with expected outcomes and observable assertions.npx claudepluginhub zeybek/apex --plugin apexHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
AI-powered development tools for code review, research, design, and workflow automation.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.