Find the perfect skill
Skill Polisher
Development
Validates and standardizes Codex and Claude skills by checking structural integrity (SKILL.md existence, valid frontmatter) using existing tools like polish_skill.py or skill_audit.py. Helps maintain consistency across skill repositories during audits or standardization sweeps.
Pull Request Command
Development
Creates a GitHub PR with AI summary, categorizes changes, runs pre-flight CI, checks code health, and syncs with main.
OctoClaw Runtime
Development
TypeScript-first policy, delegation, status, and operator layer for OpenClaw.
ax — the AI-era curl: fetch, discover, extract
Development
Use the `ax` CLI tool for fetching URLs, exploring web pages, and extracting structured data, avoiding bare curl, regex over HTML, or throwaway scripts.
Install repo-scan for Code Audits
Development
Bootstrap installer for repo-scan, a tool that analyzes source code to identify owned, third-party, and redundant code across C++, Android, iOS, and Web. Install before running cross-stack audits.
Skill Review
Development
Reviews a skill folder for trigger clarity, workflow correctness, and overlap. Provides findings and suggested edits.
PHPStan Error Resolver
Development
Automatically resolves PHPStan errors by analyzing and fixing type issues. Loops until zero errors or stagnation.
Code Migration Assistant
Development
Expert for transitioning codebases between frameworks, languages, versions, and platforms. Generates migration plans, scripts, and ensures smooth transitions.
Thread Spawner for Claude Threads
Development
Spawn and manage parallel threads on a running claude-threads orchestrator from Claude Code. Enables isolated git worktrees for parallel task execution.
Async SQLAlchemy Patterns
Development
Implementation of async SQLAlchemy 2.0+ patterns for FastAPI: sessions, pooling, migrations, relationships, and optimization.
Permit2 Allowance Flow with Reset
Development
Complete ERC20 and Permit2 approval workflow with reset-to-zero pattern for tokens that require it.
Throwaway prototype to answer design questions
Development
Build a throwaway prototype to sanity-check state logic or UI variants. Two branches: logic and interface.