Agent
Transform the structured audit-results.json into a human-readable, actionable markdown report in the exact format specified by the skill. This is the final output the developer will see and act on.
Agent
Transform the structured audit-results.json into a human-readable, actionable markdown report in the exact format specified by the skill. This is the final output the developer will see and act on.
Skill Claude CodeCodex
Optimize App Store and Google Play listings via a 7-phase, plan-approval-gated ASO workflow (keyword strategy, metadata, localization). Don't use for web SEO, paid UA campaigns, or pre-submission compliance audits.
Agent
Comprehensive analysis of app, current metadata, and competitive landscape for ASO planning.
Agent
Validate all proposed metadata against store policies before user approval.
Agent
Implement approved ASO plan changes into metadata files.
Agent
Generate comprehensive ASO plan with keywords, metadata, visuals, and localization strategy.
Agent
Final quality review of ASO implementation against best practices.
Skill Claude CodeCodex
Generate a commit message, stage all changes, and push to remote after scanning for secrets, large files, and protected-branch risks. Skip for opening PRs, code review, or cutting releases/tags.
Skill Claude CodeCodex
Check product and brand names for conflicts across trademarks, domains, social handles, and package registries. Returns a risk level and Proceed/Modify/Abandon recommendation. Skip for name brainstorming, logo design, or trademark filings.
Agent
Check .com, .io, .app, .co and regional TLD domain availability.
Agent
Check npm, PyPI, Homebrew, and apt package registry availability with owner info.
Agent
Search 6 social platforms in parallel for handle availability and return status per platform.
Agent
Apply risk matrix to agent outputs and produce final recommendation with alternative suggestions.
Agent
Search WIPO, EUIPO, INPI trademark databases for name conflicts.
Skill Claude CodeCodex
Build production-quality CLIs with language detection and a five-step approval-gated workflow. Use when wrapping an existing module or app. Don't use for GUI/TUI apps, web APIs, or one-off shell scripts.
Skill Claude CodeCodex
Review or improve code — one skill, four modes: bug/security review (default), performance, clean-code audit, slop cleanup. Pass mode:review|perf|clean|cleanup or infer. Don't use for writing features or generating tests (use test-coverage).
Agent
Detect and break circular dependencies using madge or language-specific tools.
Agent
Find duplicate code and apply DRY only when it actually reduces complexity.
Agent
Remove try/catch and null-checks that hide errors without serving a real boundary.
Agent
Review a batch of 5-10 files against the complete code-review checklist, returning structured JSON findings with severity levels.
Agent
Delete deprecated, fallback, and duplicate-by-migration code paths.
Agent
Merge and deduplicate findings from all file-reviewer batches, rank by severity, and generate CODEREVIEW.md.
Agent
Remove AI slop, stubs, LARP, work-in-motion comments, and unhelpful noise.
Agent
Find duplicate type/interface/struct definitions and move truly shared ones into shared modules.