Topic: codex-skills
9,266 skills in this topic.
-
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
-
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
-
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
-
context-fundamentals
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.
aiskillstore/marketplace 232
-
grasshopper-workflow
Grasshopper 參數化建模工作流程工具。當需要通過 MCP 協議與 Grasshopper 交互、創建和管理組件、建立連接、設置參數、執行完整建模工作流程時使用。適用於:(1) 從 MMD 文件創建 Grasshopper 定義, (2) 執行 placement_info.json 工作流程, (3) 批量管理組件和連接, (4) 參數化建模的自動化流程, (5) 解析 component_info.mmd 和 part_info.mmd 文件
aiskillstore/marketplace 232
-
context-optimization
Apply optimization techniques to extend effective context capacity. Use when context limits constrain agent performance, when optimizing for cost or latency, or when implementing long-running agent systems.
aiskillstore/marketplace 232
-
creating-skills
Guides creation of effective Agent Skills with proper structure and validation.
Use when users want to create a new skill, update an existing skill, or need
guidance on skill design patterns, SKILL.md format, or verify.py implementation.
NOT when just using existing skills (use those skills directly).
aiskillstore/marketplace 232
-
deploying-cloud-k8s
Deploys applications to cloud Kubernetes (AKS/GKE/DOKS) with CI/CD pipelines.
Use when deploying to production, setting up GitHub Actions, troubleshooting deployments.
Covers build-time vs runtime vars, architecture matching, and battle-tested debugging.
aiskillstore/marketplace 232
-
deploying-kafka-k8s
Deploys Apache Kafka on Kubernetes using the Strimzi operator with KRaft mode.
Use when setting up Kafka for event-driven microservices, message queuing, or pub/sub patterns.
Covers operator installation, cluster creation, topic management, and producer/consumer testing.
NOT when using managed Kafka (Confluent Cloud, MSK) or local development without K8s.
aiskillstore/marketplace 232
-
internal-comms
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
aiskillstore/marketplace 232
-
operating-k8s-local
Operates local Kubernetes clusters with Minikube for development and testing.
Use when setting up local K8s, deploying applications locally, or debugging K8s issues.
Covers Minikube, kubectl essentials, local image loading, and networking.
aiskillstore/marketplace 232
-
jira-safe
Implement SAFe methodology in Jira. Use when creating Epics, Features, Stories with proper hierarchy, acceptance criteria, and parent-child linking.
aiskillstore/marketplace 232
-
nx-monorepo
Nx monorepo management skill for AI-native development. This skill should be used when working with Nx workspaces, project graphs, affected detection, code generation, and caching. Use when: analyzing dependencies, running affected commands, generating code, configuring Nx Cloud, or optimizing build performance. Invoke nx-mcp tools for documentation queries.
aiskillstore/marketplace 232
-
nextjs-devtools
Next.js development tooling via MCP. Inspect routes, components, build info, and debug Next.js apps.
Use when working on Next.js applications, debugging routing, or inspecting app structure.
NOT for general React or non-Next.js projects.
aiskillstore/marketplace 232
-
neon-postgres
Neon PostgreSQL serverless database - connection pooling, branching, serverless driver, and optimization. Use when deploying to Neon or building serverless applications.
aiskillstore/marketplace 232
-
multi-agent-patterns
Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.
aiskillstore/marketplace 232
-
memory-systems
Design and implement memory architectures for agent systems. Use when building agents that need to persist state across sessions, maintain entity consistency, or reason over structured knowledge.
aiskillstore/marketplace 232
-
frontend-component
Next.js 16+ uses App Router with Server Components by default. Client Components are only used when interactivity is needed (hooks, event handlers, browser APIs).
aiskillstore/marketplace 232
-
evaluation
Build evaluation frameworks for agent systems. Use when testing agent performance, validating context engineering choices, or measuring improvements over time.
aiskillstore/marketplace 232
-
fetching-library-docs
Token-efficient library API documentation fetcher using Context7 MCP with 77% token savings.
Fetches code examples, API references, and usage patterns for published libraries (React,
Next.js, Prisma, etc). Use when users ask "how do I use X library", need code examples,
want API syntax, or are learning a framework's official API. Triggers: "Show me React hooks",
"Prisma query syntax", "Next.js routing API". NOT for exploring repo internals/source code
(use researching-with-deepwiki) or local files.
aiskillstore/marketplace 232
-
framer-motion
Comprehensive Framer Motion animation library for React. Covers motion components, variants, gestures, page transitions, and scroll animations. Use when adding animations to React/Next.js applications.
aiskillstore/marketplace 232
-
deploying-postgres-k8s
Deploys PostgreSQL on Kubernetes using the CloudNativePG operator with automated failover.
Use when setting up PostgreSQL for production workloads, high availability, or local K8s development.
Covers operator installation, cluster creation, connection secrets, and backup configuration.
NOT when using managed Postgres (Neon, RDS, Cloud SQL) or simple Docker containers.
aiskillstore/marketplace 232
-
frontend-types
All TypeScript types are defined in `frontend/types/index.ts`. Types match backend API response structure and provide type safety across the frontend application.
aiskillstore/marketplace 232
-
installing-skill-tracker
Installs Claude Code hooks for automatic skill usage measurement.
Use when setting up skill tracking infrastructure in a new project.
NOT when hooks are already installed (run verify.py to check).
aiskillstore/marketplace 232