Odel
Hex Graph

Hex Graph

Local
@levnikolaevich558PowerShellMITUpdated 2 days ago

Deterministic layered code graph MCP server with framework overlays and SCIP interop.

Claude-Codex Skills

A compact marketplace of standalone engineering skills for Claude Code and Codex.

Supports the portable Agent Plugins v1 standard while retaining native Claude Code and Codex distribution compatibility.

Why this repository is intentionally small: Each skill provides domain knowledge, decision gates, tool guidance, and evidence checks for one bounded outcome. Instructions that duplicate an existing obligation or do not support that outcome are removed; useful checks remain individually accountable.

Browse the skills catalog or install only the plugins you need below.

The repository intentionally contains only the skills, minimal plugin manifests, two host-specific marketplace catalogs, documentation, and a static catalog site. It has no MCP servers, orchestration hierarchy, distributed shared resources, generated skill copies, or evaluation harness.

The repository skill template defines the shared authoring format. Skills track every domain checklist item with evidence or an explicit applicability reason. A final self-check reconciles evidence, scope, omissions, and verdict. Reports use the same order—result, scope, evidence, verification, completion—with skill-specific decisions and evidence. Supporting references stay inside the skill and are loaded only for the relevant workflow branch; the delivery review panel is one such branch. Skills have a 200-line ceiling and no minimum.

Plugins

Review Suite

IndexSkillPurpose
11Plan ReviewerValidate an implementation plan against repository evidence before execution.
12Delivery ReviewerReview scoped delivery acceptance, regressions, and release risks; use independent perspectives only when needed and permitted.

Codebase Audit Suite

IndexSkillPurpose
21Documentation AuditorAudit documentation trust, coverage, structure, and factual accuracy.
22Codebase AuditorAudit cross-cutting code health, security, delivery, and maintainability.
23Test Suite AuditorAudit test value, coverage, isolation, and oracle strength.
24Architecture AuditorAudit system boundaries, ownership, contracts, and dependency topology.
25Persistence AuditorAudit queries, transactions, consistency, and resource lifecycle.

Optimization Suite

IndexSkillPurpose
31Performance OptimizerProfile, experiment, and keep only measured improvements.
32Dependency UpgraderUpgrade dependencies in reversible, verified batches.
33Code ModernizerReplace or simplify bounded capabilities when net value is proven.
34Benchmark ComparatorCompare alternatives with a frozen, reproducible experiment contract.
35Surgical Change ImplementerImplement a bounded change through the smallest complete root-cause solution.

Testing Suite

IndexSkillPurpose
41Test Strategy PlannerDesign a risk-based, decision-complete test strategy without changing code.
42Acceptance Test BuilderBuild, update, consolidate, or retire acceptance evidence without repairing product code.

Product Discovery Suite

IndexSkillPurpose
51Opportunity EvaluatorCompare product opportunities using current evidence and a low-cost validation path.

Maintainer Suite

Optional maintainer toolkit: skill 61 reviews skill repositories, skill 62 publishes any Git repository with equivalent remote evidence, and skills 63–64 publish GitHub releases and Discussions. Users who only consume the engineering skills do not need to install it.

IndexSkillPurpose
61Skill ReviewerReview skill content, goal alignment, triggers, and distribution contracts; distinguish static review from authorized behavioral validation.
62Repository PublisherValidate, commit, push, and remotely verify approved repository changes.
63Release PublisherPrepare and publish an approved tagged GitHub release.
64Community AnnouncerDraft and publish fact-checked GitHub Discussions project announcements.

Architecture Suite

Creates durable architecture artifacts without coupling the skills to one another. Each workflow operates independently and communicates only through optional repository documents.

IndexSkillPurpose
71System Design Baseline BuilderEstablish measurable architecture drivers and constraints in one project baseline.
72Current Architecture DocumenterDocument implemented architecture from repository evidence.
73System Design Proposal BuilderTurn requirements and constraints into a decision-complete target design.
74Architecture Decision RecorderRecord one significant decision with alternatives and consequences.
75Architecture Diagram BuilderCreate evidence-backed current or target architecture views.
76Architecture Migration PlannerPlan a safe current-to-target transition with compatibility, reversibility limits, and recovery actions.

Install in Claude Code

Add the marketplace and install only the suites you need:

/plugin marketplace add levnikolaevich/claude-code-skills
/plugin install review-suite@levnikolaevich-skills-marketplace
/plugin install codebase-audit-suite@levnikolaevich-skills-marketplace
/plugin install optimization-suite@levnikolaevich-skills-marketplace
/plugin install testing-suite@levnikolaevich-skills-marketplace
/plugin install product-discovery-suite@levnikolaevich-skills-marketplace
/plugin install maintainer-suite@levnikolaevich-skills-marketplace
/plugin install architecture-suite@levnikolaevich-skills-marketplace
/reload-plugins

Invoke a skill by its namespaced name, for example /review-suite:ln-12-delivery-reviewer.

For local development, load one plugin directly:

claude --plugin-dir ./plugins/review-suite

Install in Codex

codex plugin marketplace add levnikolaevich/claude-code-skills
codex plugin add review-suite@levnikolaevich-skills-marketplace
codex plugin add codebase-audit-suite@levnikolaevich-skills-marketplace
codex plugin add optimization-suite@levnikolaevich-skills-marketplace
codex plugin add testing-suite@levnikolaevich-skills-marketplace
codex plugin add product-discovery-suite@levnikolaevich-skills-marketplace
codex plugin add maintainer-suite@levnikolaevich-skills-marketplace
codex plugin add architecture-suite@levnikolaevich-skills-marketplace

Repository layout

.
├── .agents/plugins/marketplace.json       # Codex catalog
├── .claude-plugin/marketplace.json        # Claude Code catalog
├── AGENTS.md                            # Repository and publication rules
├── SKILL_TEMPLATE.md                    # Canonical authoring format
├── scripts/                             # Repository validation
├── site/                                # Public catalog
└── plugins/
    ├── review-suite/
    ├── codebase-audit-suite/
    ├── optimization-suite/
    ├── testing-suite/
    ├── product-discovery-suite/
    ├── maintainer-suite/
    └── architecture-suite/

Each plugin contains a portable Agent Plugins v1 plugin.json, the current .codex-plugin/plugin.json OpenAI host adapter, and one shared skills/<skill>/SKILL.md tree.

This is the smallest practical shared layout for distributed plugins:

  • Both hosts use skills/<name>/SKILL.md, so each skill has one canonical copy.
  • Agent Plugins clients discover the portable package through root plugin.json; its minimal manifest owns only the schema target and stable name.
  • Current ChatGPT and Codex packaging still requires .codex-plugin/plugin.json, which remains the single owner of mutable version, description, publisher, and interface metadata.
  • Claude Code scans each marketplace source's standard skills/ directory, so a duplicate Claude-specific plugin manifest is unnecessary.
  • Skill-local references hold substantial conditional procedures, with an explicit loading trigger in SKILL.md. Scripts or assets are added only for a concrete execution or output need; no shared runtime or MCP dependency is required.

The structure follows the Agent Plugins v1 specification, current OpenAI plugin guide, Agent Skills specification, Claude Code skill guide, and Claude Code plugin reference.

Indexing

The first digit identifies the plugin and the second identifies the skill within it: 1x review, 2x audit, 3x optimization, 4x testing, 5x product discovery, 6x repository maintenance, and 7x architecture artifact creation. See the canonical allocation and overflow rules in AGENTS.md.

Maintaining skills

Use SKILL_TEMPLATE.md for authoring and AGENTS.md for repository rules and required validation. Review each instruction against the skill's goal: remove unnecessary work, fill missing evidence or safety obligations, and clarify conditions, ordering, and failure handling. Preserve domain checks rather than replacing an entire phase with one checkbox.

Run pwsh -File scripts/validate-repository.ps1 for repository structure, common skill contracts, catalogs, and documentation coverage, together with the additional validators required by AGENTS.md. Static validation establishes format and consistency; it does not certify task performance. Ordinary edits do not change plugin versions or create a release.

License

MIT