Find the perfect skill
Invoke the Discussion Skill
Productivity
Saves a session bookmark and hands off the discussion context to the technical-discussion skill. It constructs a handoff message tailored to how the discussion was initiated (research, continue, fresh, etc.). Helps maintain continuity when switching between research and structured discussion workflows.
LeIndex-Code: Token-Efficient Code Analysis
Development
LeIndex-Code provides token-efficient code analysis via a 5-layer stack (AST, Call Graph, CFG, DFG, PDG), achieving 82% token savings in balanced mode with full semantic completeness for LLMs. It helps when you need to generate, refactor, or understand code while minimizing token usage in AI-assisted workflows.
GitHub CLI - Repository Management
Development
Interacts with GitHub repositories, pull requests, and issues using the `gh` command-line tool. Helpful for listing PRs, viewing issues, checking out PRs locally, or creating releases.
Build Verifier
Development
Run the TypeScript build and automated consistency checks across types, config, state, and webhook response ordering. Presents results as a pass/fail checklist. Helps verify that configuration defaults, documentation, state backfill, and webhook ordering are all consistent and correct.
Release Workflow
Development
Automate version bump, commit, tag, and GitHub release creation.
Azure Validate
DevOps
Pre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure (Bicep or Terraform), RBAC role assignments, managed identity permissions, and prerequisites before deploying.
AI Knowledge Vault Manager
Productivity
Manage an Obsidian-based AI knowledge vault using /kb commands for adding, finding, processing, compiling, and maintaining knowledge entries.
API Contract Testing
Testing
Implement contract testing between microservices using Pact or similar tools to prevent breaking API changes.
iOS Marketing Capture
Development
Automate marketing screenshot capture for SwiftUI iOS apps across multiple locales, devices, and appearances.
Create Git Pull Requests
Development
Creates pull requests with structured descriptions, issue references, and labels. Handles draft mode, reviewer assignment, and base branch selection. Best used when submitting code for review after pushing commits.
Create Git Worktree
Development
Creates git worktrees in a standardized `.worktrees/` directory, copying .env files and configuring DVC cache to share the main repo's cache. Use when the user needs to work on multiple branches simultaneously or wants to set up a new worktree.
Series Analyzer
Content
Deep analysis of aired series: information retrieval, scene-by-scene analysis, five elements analysis, and web search. Suitable for analyzing series creation techniques and learning plot design.