Find the perfect skill
Creating Slash Commands
Development
Build custom slash commands in Claude Code with YAML frontmatter, permissions, and best practices to automate workflows and standardize repetitive tasks.
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.
Git Version Control
Development
Provides Git version control operations including status, diff, add, commit, log, branch management, checkout, pull, push, init, clone, and remote management. Useful for automating routine Git tasks like syncing branches, reviewing changes, and managing repositories.
Antigravity Skill Creator
Development
Generates high-quality, predictable, and efficient .agent/skills/ directories based on user requirements. Use when the user asks to create a new skill or define a new agent capability.
MinT Migration Assistant
Development
Helps migrate LLM training code from frameworks like verl, TRL, or OpenRLHF to MinT. Maps source framework concepts to MinT equivalents, provides before/after code examples, and highlights key differences such as distributed training handling and loss functions. Useful for developers adopting MinT for reinforcement learning or fine-tuning workflows.
Mermaid Diagrams
Development
Creates, validates, and troubleshoots Mermaid.js diagrams for flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, Gantt charts, and other visualizations. Uses the rp1 CLI tool for syntax validation and provides structured error feedback for automatic repair. Useful when generating diagrams in markdown or debugging diagram syntax errors.
Web Components Architecture
Development
Build web components using Custom Elements v1, Declarative Shadow DOM, and the handleEvent pattern. Enforces attribute-driven state, zero DOM selection, and no external dependencies. Ideal for creating custom elements or extending built-in HTML elements with pure web platform APIs.
Create Claude Skill
Development
Guides through creating a new Claude Skill, from concept to packaged distribution. It helps define the skill's purpose, set up the file structure, create resources, and validate the final package. Ideal when you need to build a reusable skill for Claude following best practices.
Memory Search
Development
Search across memory files for specific content. Use to find past decisions, recall when something was discussed, or locate specific knowledge. Supports scoped searches by file type and date filtering.
Implement Linear Issue
Development
This skill automates the full workflow for implementing a Linear issue. Given an issue ID or URL, it fetches the details, marks the issue as in progress, and assists with the implementation. After coding, it commits the changes, creates a pull request, links the PR to the Linear issue, and moves the issue to 'In Review'.
Frontend Design for Quickshell QML
Development
Create high-end QML widgets and interfaces for the Quickshell desktop environment, following the Obelisk design system. It combines aesthetic design thinking with rigorous use of theme tokens and existing components from qs.Config and qs.Components. This skill helps when building custom desktop widgets that need native integration, bold styling, and reactive data binding to services.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.