Find the perfect skill
Technical Debt Detector
Development
Detects and reports technical debt including TODO comments, duplicate code, unused imports, long functions, deep nesting, magic numbers, and outdated dependencies. Generates a prioritized report to help developers improve code quality and maintainability.
Operating System File Manipulation
Development
This skill enables file system operations such as listing directory contents, creating multiple directories in bulk, moving multiple files to a destination, and moving files that match a regex pattern. It helps when you need to organize, restructure, or clean up file structures efficiently.
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.
Test Failure Verifier
Testing
Analyzes test failures during Feature Swarm verification, diagnosing the root cause and determining if automatic recovery is possible. Provides actionable fix suggestions (e.g., missing imports, logic errors) and guides human intervention for non-recoverable issues.
Shopping Expert - Product Finder
Business & Administration
Find and compare products online via Google Shopping. Get the best prices, read reviews, and make informed purchasing decisions with AI assistance.
Implement Feature from Plan
Development
Implements a feature from an existing implementation plan file (PROD-XXX-IMPLEMENTATION-PLAN.md). Fetches the linked Linear issue for context, asks clarifying questions, then implements one phase at a time, waiting for user approval between each phase.
NextAuth.js v5 Authentication
Security
Configure NextAuth.js v5 (Auth.js) authentication with OAuth providers (Google, Discord, GitHub) and Prisma adapter. Use to set up login/logout, protect routes, access user sessions in components, and manage session persistence with database strategy. Helps when adding OAuth providers or troubleshooting authentication issues.
Create New Package
Development
Scaffolds a new package in the Topographic Studio monorepo. Creates the full file structure (package.json, tsconfig, tsup.config, README, src/index.ts) and installs dependencies. Helpful for quickly adding a library, UI component, or utility to the monorepo.
Claude Skill Creator
Development
Create or update Claude skills optimized for Skillmark benchmarks. Guides the full creation workflow from planning to validation, including benchmark optimization for accuracy and security scores. Use when building new skills or improving existing ones for Skillmark evaluation.
GitLab CI Basics
DevOps
Automated assistance for GitLab CI foundational tasks. Covers configuration, best practices, and basic pipeline setup.
Inertia - Modern Frontend Development
Development
Build single-page applications using Inertia.js with React without writing a separate API. Navigate using `router.visit()` or the `<Link>` component, and handle forms with the built-in `<Form>` component that provides error handling, processing states, and success feedback.
Production Readiness Check
Development
Performs a production readiness check by updating BROWNFIELD.md with implemented features, assessing alignment with GREENFIELD vision, and identifying documentation impacts. Used before deployment to verify implementation status and strategy alignment.