Agent Claude Code
Generates concise documentation for skills, focusing on usage examples and trigger phrases.
Agent Claude Code
Generates concise documentation for skills, focusing on usage examples and trigger phrases.
Agent Claude Code
Validates and packages skills into distributable .skill files.
Agent Claude Code
Reviews skill files for quality, best practices, and adherence to skill creation guidelines.
Agent Claude Code
Tests skill functionality by simulating usage scenarios and validating outputs.
Agent
Apply code-level fixes for user-approved FAIL items. Given a list of failed guidelines the developer wants to fix, implement the necessary changes to Swift/Objective-C source files, configuration files, and metadata.
Agent
Apply Apple's 150+ App Store Review Guidelines against the app profile to produce structured audit verdicts. For each guideline, determine: PASS, FAIL, WARNING, or N/A — with evidence citations and remediation guidance.
Agent
Read all project configuration files and source code to build a structured app-profile.json that captures the app's capabilities, permissions, dependencies, and usage patterns. This profile becomes the input for the Guideline Auditor.
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
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.
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.
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.