Howell5/willhong-skills
Skill Claude CodeCodex
A checking workflow for reviewing changes to a project’s CLAUDE.md file, a file that stores instructions for Claude-based coding tools. The available description only identifies an initial phase that collects the current changes.
Howell5/willhong-skills
Skill Claude CodeCodex
End-to-end i18n orchestration for frontend repositories. Use when a user wants to internationalize React/Vue/Next/Nuxt/Vite projects with minimal questions: auto-detect stack and current i18n state, ask only unresolved business decisions, migrate hardcoded strings to locale keys, localize formatting and routing/SEO…
Howell5/willhong-skills
Skill Claude CodeCodex
Use when exploring unfamiliar codebases, before searching for code, or after editing files. Builds a structural AST index (classes, functions, imports, call graph) from 12 languages via tree-sitter. Trigger: /graphify.
Howell5/willhong-skills
Skill Claude CodeCodex
A writing workflow for turning a central idea into a long social-media article, using a structured analysis and several quality reviews.
Howell5/willhong-skills
Skill Claude CodeCodex
A code-reduction audit method for finding unused code, duplicate implementations, unused dependencies, and unnecessary generalisation. It also creates automated checks to prevent a codebase from growing without need.
Howell5/willhong-skills
Skill Claude CodeCodex
Generate VitePress documentation sites for source code learning and analysis. Use when creating tutorials that explain how a codebase is implemented internally.