What's New in v2026.07.12
Claude-Codex Skills, rebuilt for current models
Earlier coding models needed a large orchestration and evaluation framework to follow complex workflows reliably. Current Claude and Codex models work better with focused procedural guidance.
The repository now contains 18 standalone skills in six small plugins. Each skill owns one bounded outcome and carries only the domain rules, tool-routing decisions, safety gates, evidence requirements, and residual-risk checks worth bringing into context.
Six focused plugins
- Review Suite — evidence-based plan and delivery review.
- Codebase Audit Suite — documentation, code, test, architecture, and persistence audits.
- Optimization Suite — measured performance, dependency, modernization, and benchmark workflows.
- Testing Suite — risk-based test planning and executable acceptance evidence.
- Product Discovery Suite — opportunity evaluation before implementation.
- Maintainer Suite — skill review, repository publication, tagged releases, and community announcements.
Maintainer workflows are back
Four repository-maintenance capabilities return in a smaller, standalone form:
- Skill Reviewer checks triggering, behavioral contracts, marketplace parity, validation evidence, and publication readiness.
- Repository Publisher validates the complete Git scope, pushes approved changes, waits for CI, and verifies installation from the public remote.
- Release Publisher prepares evidence-backed release notes and requires approval of the exact tag before publication.
- Community Announcer fact-checks commands, paths, counts, and claims before publishing to GitHub Discussions.
What was removed
The repository no longer ships:
- coordinator and worker hierarchies;
- MCP servers or MCP configuration;
- shared prompt registries and distributed skill copies;
- orchestration and evaluation runtimes;
- generated host-specific skill copies.
Skills remain instruction-only by default. References, scripts, or assets are added only when a concrete recurring failure proves that a checklist is insufficient.
Important
The marketplace identifier remains levnikolaevich-skills-marketplace, so existing marketplace registrations continue to resolve the same catalog. Previously cached legacy plugins may remain installed locally even though they are no longer part of the current catalog.
Install
Claude Code:
/plugin marketplace add levnikolaevich/claude-code-skills
/plugin install review-suite@levnikolaevich-skills-marketplace
/plugin install maintainer-suite@levnikolaevich-skills-marketplace
Codex:
codex plugin marketplace add levnikolaevich/claude-code-skills
codex plugin add review-suite@levnikolaevich-skills-marketplace
codex plugin add maintainer-suite@levnikolaevich-skills-marketplaceFull catalog and installation commands: README.md