context-compression
Safe 78Compress conversation context
by muratcankoylan
Long agent sessions generate millions of tokens that exceed context limits. This skill provides structured compression strategies that reduce token usage while preserving file paths, error messages, and decisions so agents can continue working without re-fetching information.
opentui
Safe 73Build Terminal UIs Faster with OpenTUI
by msmps
Building terminal user interfaces from scratch requires deep knowledge of TUI rendering, keyboard handling, and layout. This skill provides comprehensive OpenTUI reference documentation covering the core API, React reconciler, and Solid reconciler so you can develop TUIs efficiently.
flutter-dev
Safe 72Build cross-platform Flutter applications
by MiniMax-AI
Building high-quality cross-platform apps requires mastering many Flutter patterns and state management approaches. This skill provides structured guidance on widget patterns, Riverpod and Bloc state management, GoRouter navigation, performance optimization, and platform-specific implementations.
microsoft-foundry
Safe 69Build AI Agents with Microsoft Foundry
by microsoft
This skill helps developers build, deploy, and manage AI agents and models in Microsoft Azure AI Foundry. It provides comprehensive workflows for agent creation, model deployment, capacity planning, RBAC management, and troubleshooting.
typescript-write
Safe 70Write TypeScript with Metabase Standards
by metabase
Developers need consistent TypeScript and JavaScript code that follows project conventions. This skill provides coding guidelines, linting commands, and testing workflows for writing maintainable code in Metabase projects.
typescript-review
Safe 69Review TypeScript and JavaScript code
by metabase
Manual code reviews are time-consuming and inconsistent. This skill automates code review by checking TypeScript and JavaScript changes against project standards, identifying style violations, type errors, and quality issues automatically.
clojure-write
Safe 70Write Clojure with REPL-driven best practices
by metabase
Clojure development can feel unfamiliar without REPL-driven workflows and proper conventions. This skill provides step-by-step guidance for bottom-up development, functional programming patterns, and critical editing rules to write correct Clojure code.
clojure-review
Safe 70Review Clojure code for style violations
by metabase
This skill helps developers review Clojure and ClojureScript code changes against Metabase coding standards. It checks for style violations, code quality issues, and compliance with established conventions.
add-malli-schemas
Safe 69Add Malli Schemas to API Endpoints
by metabase
Metabase API endpoints need validation schemas for type safety and error handling. This skill provides step-by-step guidance for adding Malli schemas to route parameters, query parameters, request bodies, and response structures with proper patterns and conventions.
chatgpt-app-builder
Safe 71Build ChatGPT Apps with Widgets
by mcp-use
This skill provides comprehensive documentation for building ChatGPT apps with interactive widgets using mcp-use and OpenAI Apps SDK. It guides developers through architecture, setup, implementation, and advanced patterns for creating rich, interactive ChatGPT experiences.
mcp-integration
Safe 72Add MCP servers to Claude Code plugins
by anthropics
External services and APIs cannot be directly accessed by Claude Code plugins. Model Context Protocol enables structured integration with databases, cloud services, and custom tools. Connect MCP servers to expose external capabilities as Claude Code tools.
mcp-builder
Safe 72Build MCP Servers for Claude Integration
by anthropics
Creating MCP servers requires understanding protocol design, tool patterns, and testing strategies. This guide provides step-by-step instructions for building production-ready MCP servers in Python or TypeScript that integrate seamlessly with Claude and other LLM platforms.
tdd
Safe 71Write tests using test-driven development
by mattpocock
Writing tests after code creates fragile systems that break on refactors. This skill guides you through test-driven development where tests define behavior before implementation, resulting in cleaner code and reliable refactoring.
review
Low Risk 70Review branch diffs against both repo standards and the original spec
by mattpocock
Reviewing a branch by eye misses half the picture โ code can pass the style guide and still implement the wrong thing. This skill runs Standards and Spec reviews in parallel sub-agents and reports them side by side so neither axis can mask the other.
prototype
Safe 71Build throwaway prototypes to validate design decisions
by mattpocock
Design decisions made on paper often fail when implemented. This skill helps you build quick throwaway prototypes that answer specific questions about logic or UI before committing to code.
migrate-to-shoehorn
Low Risk 72Migrate TypeScript Tests to Shoehorn
by mattpocock
TypeScript tests often use unsafe `as` assertions to fake large objects. This skill migrates them to type-safe shoehorn helpers, keeping autocomplete and type checking working.
improve-codebase-architecture
Safe 65Improve Codebase Architecture
by mattpocock
Codebases accumulate shallow modules that are hard to test and navigate. This skill finds deepening opportunities by analyzing module depth and seams, then guides you through refactoring decisions to make your architecture more maintainable.
mastra
Safe 71Build AI Apps with Mastra Framework
by mastra-ai
Mastra is a TypeScript framework for building AI agents and workflows. This skill provides comprehensive documentation lookup strategies and code patterns to ensure you use current APIs and avoid common errors.
safe-debug
Safe 79Debug Deep Learning Errors Safely
by lllllllama
Deep learning debugging often leads to speculative patches that break research reproducibility. This skill provides conservative diagnosis with explicit approval gates before any code modification, keeping debug fixes separate from research contributions.
explore-code
Safe 80Plan Safe ML Code Changes with Rollback Awareness
by lllllllama
Deep learning researchers need to explore code modifications without breaking trusted baselines. This skill creates conservative, auditable change plans with explicit rollback paths for isolated worktrees.