analyze
01Skill Claude CodeCodex
A codebase analysis workflow for existing projects. It explores the code, adds outside research, and produces a Markdown report about architecture, technical debt, security, performance, and possible improvements.
Curated marketplace of production-grade Claude Code skills & plugins — planning, parallel dev, debugging, design linting, adversarial review
Skill Claude CodeCodex
A codebase analysis workflow for existing projects. It explores the code, adds outside research, and produces a Markdown report about architecture, technical debt, security, performance, and possible improvements.
Skill Claude CodeCodex
An in-session review panel that has several independent agents examine a design, plan, policy, or decision from different critical viewpoints. It reviews the material already discussed in the current conversation and combines the findings.
Skill Claude CodeCodex
A debugging workflow that uses system logs to identify a bug's cause, then applies, verifies, and cleans up the fix. It supports JavaScript, TypeScript, Python, Java, and Kotlin, with optional Playwright browser testing and recordings.
Skill Claude CodeCodex
A repeatable checker for design problems in rendered HTML and CSS, standalone prototype pages, or live URLs. It compares them with a DESIGN-TOKENS.md file, a document defining approved colors, fonts, spacing, and other visual rules, and reports pass or fail results.
Skill Claude CodeCodex
A Korean-language procedure for extracting an existing project’s design system into DESIGN-TOKENS.md and UX-BRIEF.md files under docs/design. A design system is the documented set of visual and interface rules used across a product.
Skill Claude CodeCodex
A planning tool that defines a project's feature scope, priorities, estimated effort, and technology choices before coding begins. MoSCoW is a method for sorting features into must-have, should-have, could-have, and not-now groups.
Skill Claude CodeCodex
An automated release workflow that commits current changes, pushes them, opens and merges a pull request, and cleans up the branch. A pull request is a proposed code change for review; the workflow adapts to repositories using either a develop branch or direct feature-to-main merging.
Skill Claude CodeCodex
A workflow for splitting a software task into smaller jobs and assigning independent jobs to coding agents working in separate Git worktrees. A worktree is an isolated working folder connected to the same Git repository.
Skill Claude CodeCodex
A team-based research coordinator that sends several specialist agents to investigate a project before work begins. It combines technical, architecture, market, and optionally user-experience research into one report.
Skill Claude CodeCodex
A workflow for checking user-facing scenarios with Playwright, a browser automation tool, and reporting whether each scenario passes, fails, or needs attention.