Skill Claude CodeCodex
Apply frontend code quality rules for React and TypeScript components. Auto-activates when editing component files.
Skill Claude CodeCodex
Apply frontend code quality rules for React and TypeScript components. Auto-activates when editing component files.
Skill Claude CodeCodex
Perform a deep architectural analysis or security review requiring extended reasoning. Use for complex architecture decisions, security audits, or when standard analysis is not finding the root cause.
Skill Claude CodeCodex
Apply code formatting rules after file edits in the source directory. Use when asked to format code or after making changes to source files.
Skill Claude CodeCodex
Deploy to a target environment after running pre-flight checks. Only invoke manually.
Agent Claude Code
Format code quality findings into a GitHub PR comment and post it. Use when code quality checks have completed and the results need to be posted to a PR.
Skill Claude CodeCodex
Run all code quality checks (security, complexity, test coverage) on the current PR and post a combined report as a GitHub PR comment. Use before merging a PR, during code review, or when asked to check code quality.
Skill Claude CodeCodex
Find overly complex code: files over 300 lines, functions over 50 lines, deeply nested conditions (4+ levels), and magic numbers. Use for code quality reviews, pre-release checks, or when asked to assess code maintainability.
Skill Claude CodeCodex
Scan the codebase for common security issues: hardcoded secrets, SQL injection vectors, XSS, unvalidated inputs, and insecure defaults. Use before deploying, as part of code quality review, or when asked to check for security issues.
Skill Claude CodeCodex
Check whether changed source files have corresponding test files. Use for code quality review before merging a PR, or when asked whether new code has tests.
Skill Claude CodeCodex
Extract text and tables from PDFs, fill PDF form fields programmatically, and merge multiple PDF files into one. Use when working with PDF documents, form filling, document extraction, splitting, or any PDF manipulation task.
Skill Claude CodeCodex
Generate an interactive HTML tree visualization of the current project's file structure, with file sizes, color-coded file types, and a sidebar summary. Use when exploring a new repository, understanding project layout, identifying large files, or getting an overview of a codebase.
Skill Claude CodeCodex
Research a technical topic thoroughly by exploring the codebase and summarizing findings. Use when asked to investigate how something works, research an area of the codebase, trace a data flow, or understand a component in depth.
Skill Claude CodeCodex
Investigate two separate areas of the codebase simultaneously and combine findings into a comparison report. Use when you need research on two independent topics at once, want to compare two subsystems, or need to understand how two components relate to each other.
Agent Claude Code
Implement REST API endpoints following team conventions. Use proactively when adding or modifying API routes, request handlers, response formatting, or HTTP clients.
Skill Claude CodeCodex
REST API design conventions for this codebase. Use when writing or reviewing API endpoints, route definitions, response formatting, or client code that calls the API.
Skill Claude CodeCodex
Error handling patterns for API endpoints. Use when implementing error handling, writing middleware, or reviewing how errors are caught and formatted in API code.
Skill Claude CodeCodex
Push the current branch and all tags to origin, then create a GitHub release using the latest tag and its CHANGELOG.md entry. Use after tag-version to complete a release.
Skill Claude CodeCodex
Run the complete release workflow: changelog entry, version bump, git tag, and GitHub release. Invokes changelog-entry, tag-version, and publish in sequence. Use when releasing a new version of the project.
Skill Claude CodeCodex
Bump the package version and create an annotated git tag. Accepts a semantic version number (1.2.0) or a bump type (patch, minor, major). Does not push — use the publish skill to push. Use as part of a release workflow.
Skill Claude CodeCodex
Run a comprehensive code quality audit covering security, performance, and maintainability. Use for quarterly audits, pre-release reviews, or when onboarding to a large codebase.
Skill Claude CodeCodex
Automatically format code files after every edit using Prettier and ESLint. Active in the background whenever Claude edits a file. Formatting is silent — no prompts, no output unless a formatter fails. Use when you want consistent formatting enforced automatically during a coding session.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: