Find the perfect skill
TypeScript Advanced Types
Development
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for type-safe applications.
Reflection-first Convex Development
Development
Reflection-first methodology for full-stack Convex development, covering root cause analysis, best practices, and minimal change scope.
gstack skill router
Development
Routes any gstack request to the right skill (planning, review, QA, shipping, debugging, docs, security, design).
Confidence-based Model Tier Escalation
Development
Defines when to escalate agent tasks from Haiku to Sonnet to Opus based on confidence signals like test failures, clippy warnings, or repeated rejections. Enforces a never-skip-tiers rule and includes a diagnostic step to distinguish model capability issues from other problems. Use this skill when an agent fails or underperforms to systematically determine the correct tier.
CUDA Index Width in PyTorch
Development
Fix large-tensor indexing overflows in PyTorch CUDA kernels. Choose between 32-bit and 64-bit index math using canonical utilities like canUse32BitIndexMath and AT_DISPATCH_INDEX_TYPES.
AXEL Skill Definition Structure
Development
Reference for AXEL Skill definition files, covering frontmatter, XML structure, templates, and enforcement rules for AI skill specialization.
Create Form Definition
Development
Creates a new form definition (typeRef=50) in NovaDB, specifying the form name and optional field list. Use this skill when you need to define a new editing form that groups attribute fields for an object type. After creation, use `link-form-to-type` to attach the form to the relevant object type.
Scaffold New Cobra CLI Command
Development
Scaffold a new Cobra CLI command following the project's patterns, including file locations, error handling, context, and output formatting.
Frontend Design Implementation Handoff
Development
Translate design-engine output into implementation work using real components, Flutter widgets, and existing repo tokens.
Claude Code - Agentic Coding Tool
Development
This skill provides guidance on installing, configuring, and using Claude Code's advanced features like slash commands, agent skills, MCP servers, and enterprise setup. It helps when you need to set up or troubleshoot the Claude Code agentic coding tool.
Phase Execute Skill
Development
Executes tasks from TASK-*.json files sequentially and runs per-deliverable plus end-of-phase verification steps from the manifest.
Cursor Local Dev Loop
Development
Optimize your local development workflow with Cursor IDE, covering chat, composer, tab completion, and inline editing for faster AI-assisted coding.