Skill Claude CodeCodex
A tool that adds static inline SVG icons from itshover.com to Markdown, HTML, and similar articles.
AI-driven development workflow with /prd, /goal, /review-it and /ship-it skills
Skill Claude CodeCodex
A tool that adds static inline SVG icons from itshover.com to Markdown, HTML, and similar articles.
Skill Claude CodeCodex
A reverse-documentation tool that reads an existing project’s code, configuration, tests, and structure and produces a specification describing how the project works.
Skill Claude CodeCodex
A skill for turning a requirement or feature description into a single, self-contained HTML technical design document. The document follows a fixed layout with diagrams, code examples, decisions, tests, and a code index.
Skill Claude CodeCodex
Graph engineering for parallel task execution: convert a task, PRD, SPEC, or issue set into a dependency graph (DAG), layer it into supersteps, then implement each independent node concurrently with subagents — each node runs /goal → /review-it → /ship-it in an isolated git worktree, with a fan-in barrier between…
Skill Claude CodeCodex
A Chinese-language rewriting tool that revises documents to sound more like natural human writing, choosing a method based on whether the text is general, academic, long, or technical.
Skill Claude CodeCodex
A code-documentation tool that examines a software project and creates UML diagrams, architecture diagrams, and flowcharts as HTML and SVG files in the docs/ folder.
Skill Claude CodeCodex
A text-to-speech tool that uses the ListenHub service to turn written text into audio, including short recordings, multi-speaker scripts, and long-form streamed speech.
Skill Claude CodeCodex
An automated workflow that repeatedly fetches open GitHub issues, orders them by dependencies, implements them, reviews the changes, and ships them.
Skill Claude CodeCodex
A Go-code modernization tool that reads the project’s declared Go version and updates source files to use language features and programming patterns available in that version.
Skill Claude CodeCodex
A documentation aid that records why an implementation was built a certain way after coding and review are complete.
Skill Claude CodeCodex
A planning aid that turns a Product Requirements Document (a description of what a product should do) into a technical specification describing how to build it.
Skill Claude CodeCodex
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. After PRD is confirmed, use /prd-to-spec (optional) for technical design, then /to-issues to create implementable tickets. Triggers on: create a prd, write prd for, plan…
Skill Claude CodeCodex
Expert code refactoring based on Martin Fowler's catalog — improve maintainability without changing behavior. Covers code smells, composing methods, moving features, organizing data, simplifying conditionals, method calls, and generalization. Triggers on: refactor, 重构, clean up, improve code, code smell, extract…
Skill Claude CodeCodex
Code review closeout for Claude Code, Codex, OpenCode, DeepSeek TUI, and Antigravity CLI: local dirty changes, branch vs main, parallel tests.
Skill Claude CodeCodex
A GitHub workflow for finishing an implemented issue: commit the relevant changes, push a branch, create a pull request, merge it, and close the issue. GitHub is a service for hosting code and reviewing changes, and a pull request is a proposed change for review.
Skill Claude CodeCodex
Detect software architecture bad smells, algorithmic complexity hotspots, and anti-patterns in a codebase. Produces a detailed markdown report identifying violations of architectural principles, design patterns, code quality, and performance complexity. Triggers on: smell, code smell, architecture smell, find…
Skill Claude CodeCodex
A design-document generator that turns a product requirements document, or PRD, into a proposal for how to build the feature. It records the background, chosen approach, reasons, trade-offs, compatibility concerns, and implementation plan.
Skill Claude CodeCodex
A planning aid that breaks a PRD or technical specification into small implementation issues, each covering a complete, demonstrable piece of work.
Skill Claude CodeCodex
Review and understand freshly AI-generated code. Scans the current repo's uncommitted/branch changes and builds a Claude-style light-themed two-column webpage — left is the project folder tree of changed files, right is the selected file's syntax-highlighted diff (additions/deletions clearly distinguished from…