Find the perfect skill
Using webctl for Browser Automation
Development
Browser automation via webctl CLI in Claude.ai containers with authenticated proxy support.
Apollo Caching Strategies
Development
Master Apollo Client's caching: fetch policies, normalization, optimistic UI, and cache updates for high-performance applications.
Complete Permit2 Approval Flow
Development
Complete ERC20 and Permit2 approval workflow with reset-to-zero pattern for tokens that require it.
Building Logseq Plugins
Development
Expert guidance for creating Logseq plugins compatible with the DB architecture. Covers plugin structure, Logseq API, and database-specific considerations.
Monorepo Build with Turborepo
Development
Builds all packages in the Topographic Studio monorepo using Turborepo. Reports build errors with specific package names and error messages (TypeScript, import, missing files). Provides a summary of successfully built packages and build time.
Run Services
Development
Start all local services (backend, frontend, docs) with dependency checking, error diagnosis, and automatic recovery. Handles missing npm/python packages, port conflicts, and stale processes.
Dependency Source Code Fetching
Development
Fetch dependency source code for deeper implementation context. Use when you need to read source of a library, understand internals, or explore how packages are built.
Project Maintenance & Health Audit
Development
Performs a comprehensive 7-point audit of a codebase: structure, code hygiene, complexity, technical debt, documentation consistency, terminology drift, and test quality. Helps identify dead code, structural deviations, and documentation gaps, ensuring the project remains maintainable and aligned with architectural standards.
Nightly Code Complexity Reduction
Development
Automatically reduces code complexity by applying new lint thresholds, refactoring violating functions, updating thresholds, running tests, committing, and creating a PR.
Skill Development for Claude Code
Development
Provides step-by-step guidance for creating, editing, and organizing modular skills that extend Claude's capabilities. Covers skill anatomy (SKILL.md, references, examples, scripts), progressive disclosure for efficient context use, and validation best practices. Use when developing or improving skills for Claude Code plugins or personal workflows.
REST and GraphQL API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs.
Expo UI Jetpack Compose
Development
Use Jetpack Compose views in Expo apps with @expo/ui to build native Android UI components.