Topic: ai-skills
5,410 skills in this topic.
-
context-degradation
Recognize, diagnose, and mitigate patterns of context degradation in agent systems. Use when context grows large, agent performance degrades unexpectedly, or debugging agent failures.
aiskillstore/marketplace 232
-
containerizing-applications
Containerizes applications with Docker, docker-compose, and Helm charts.
Use when creating Dockerfiles, docker-compose configurations, or Helm charts for Kubernetes.
Includes Docker Hardened Images (95% fewer CVEs), multi-stage builds, and 15+ battle-tested gotchas.
aiskillstore/marketplace 232
-
configuring-dapr-pubsub
Configures Dapr pub/sub components for event-driven microservices with Kafka or Redis.
Use when wiring agent-to-agent communication, setting up event subscriptions, or integrating Dapr sidecars.
Covers component configuration, subscription patterns, publishing events, and Kubernetes deployment.
NOT when using direct Kafka clients or non-Dapr messaging patterns.
aiskillstore/marketplace 232
-
configuring-better-auth
Implement OAuth 2.1 / OIDC authentication using Better Auth with MCP assistance. Use when setting
up a centralized auth server (SSO provider), implementing SSO clients in Next.js apps, configuring
PKCE flows, or managing tokens with JWKS verification. Uses Better Auth MCP for guided setup.
NOT when using simple session-only auth without OAuth/OIDC requirements.
aiskillstore/marketplace 232
-
building-rag-systems
Build production RAG systems with semantic chunking, incremental indexing, and filtered retrieval.
Use when implementing document ingestion pipelines, vector search with Qdrant, or context-aware
retrieval. Covers chunking strategies, change detection, payload indexing, and context expansion.
NOT when doing simple similarity search without production requirements.
aiskillstore/marketplace 232
-
building-nextjs-apps
Build Next.js 16 applications with correct patterns and distinctive design. Use when creating
pages, layouts, dynamic routes, upgrading from Next.js 15, or implementing proxy.ts. Covers
breaking changes (async params/searchParams, Turbopack, cacheComponents) and frontend aesthetics.
NOT when building non-React or backend-only applications.
aiskillstore/marketplace 232
-
building-mcp-servers
Guides creation of high-quality MCP (Model Context Protocol) servers that enable LLMs
to interact with external services through well-designed tools. Use when building MCP
servers to integrate external APIs or services, whether in Python (FastMCP) or
Node/TypeScript (MCP SDK). Covers tool design, authentication, Docker deployment,
and evaluation creation. NOT when consuming existing MCP servers (use the server directly).
aiskillstore/marketplace 232
-
building-chatgpt-apps
Guides creation of ChatGPT Apps with interactive widgets using OpenAI Apps SDK and MCP servers.
Use when building ChatGPT custom apps with visual UI components, embedded widgets, or rich
interactive experiences. Covers widget architecture, MCP server setup with FastMCP, response
metadata, and Developer Mode configuration. NOT when building standard MCP servers without
widgets (use building-mcp-servers skill instead).
aiskillstore/marketplace 232
-
building-chat-widgets
Build interactive AI chat widgets with buttons, forms, and bidirectional actions.
Use when creating agentic UIs with clickable widgets, entity tagging (@mentions),
composer tools, or server-handled widget actions. Covers full widget lifecycle.
NOT when building simple text-only chat without interactive elements.
aiskillstore/marketplace 232
-
building-chat-interfaces
Build AI chat interfaces with custom backends, authentication, and context injection.
Use when integrating chat UI with AI agents, adding auth to chat, injecting user/page context,
or implementing httpOnly cookie proxies. Covers ChatKitServer, useChatKit, and MCP auth patterns.
NOT when building simple chatbots without persistence or custom agent integration.
aiskillstore/marketplace 232
-
mcp-builder
Guide for creating MCP (Model Context Protocol) servers. Use this when building integrations with external services, creating new MCP servers, or connecting Claude to APIs.
aiskillstore/marketplace 232
-
agent-tools
Run 150+ AI apps via inference.sh CLI - image generation, video creation, LLMs, search, 3D, Twitter automation. Models: FLUX, Veo, Gemini, Grok, Claude, Seedance, OmniHuman, Tavily, Exa, OpenRouter, and many more. Use when running AI apps, generating images/videos, calling LLMs, web search, or automating Twitter. Triggers: inference.sh, infsh, ai model, run ai, serverless ai, ai api, flux, veo, claude api, image generation, video generation, openrouter, tavily, exa search, twitter api, grok
aiskillstore/marketplace 232
-
baseline-ui
Enforces an opinionated UI baseline to prevent AI-generated interface slop.
aiskillstore/marketplace 232
-
youtube-transcript
Download and process YouTube video transcripts using yt-dlp. Use this when extracting subtitles, creating summaries from videos, or processing video content.
aiskillstore/marketplace 232
-
virtual-environment
Check and create virtual environments for projects that need them. Use when starting Python/Node projects, or when dependency isolation is needed. Activates for Python, Node.js, and similar ecosystems.
aiskillstore/marketplace 232
-
fixing-accessibility
Fix accessibility issues.
aiskillstore/marketplace 232
-
using-git-worktrees
Create isolated git worktrees with smart directory selection and safety verification. Use this when starting feature work that needs isolation, parallel development, or safe experimentation.
aiskillstore/marketplace 232
-
no-hardcoding
Forbid hardcoded values in code. Use this when reviewing code, writing new features, or when magic numbers/strings are detected. Enforces constants, env variables, and config files.
aiskillstore/marketplace 232
-
ml-antipattern-validator
Prevents 30+ critical AI/ML mistakes including data leakage, evaluation errors, training pitfalls, and deployment issues. Use when working with ML training, testing, model evaluation, or deployment.
aiskillstore/marketplace 232
-
error-handling
Enforce proper error handling patterns. Use when writing async code, API calls, or user-facing features. Covers try-catch, error boundaries, graceful degradation, and user feedback.
aiskillstore/marketplace 232
-
triforce-sync-check
Verify 3-Mirror skill sync consistency across .public/skills, .codex/skills, and .claude/skills. Use after skill changes, before commits, or for CI validation.
aiskillstore/marketplace 232
-
typescript-strict
Enforce TypeScript strict mode and type safety. Use when setting up projects, reviewing code, or when type errors are ignored. Covers strict flags, no-any rules, and type inference best practices.
aiskillstore/marketplace 232
-
dispatching-parallel-agents
Use when facing 3+ independent failures that can be investigated without shared state or dependencies. Dispatches multiple Claude agents to investigate and fix independent problems concurrently.
aiskillstore/marketplace 232
-
git-workflow
Complete Git workflow from conventional commits to pre-completion verification. Use for all Git operations including commits, branches, and releases.
aiskillstore/marketplace 232