Total 32,324 skills
Showing 12 of 32324 skills
Analyze and explore codebases using Repomix CLI. Use when: analyzing repositories, exploring code structure, finding patterns. Triggers on: 'analyze this repo', 'explore codebase', 'what's the structure'.
Code quality standards. Defines complexity management, modular design, code smell detection. Applied automatically when writing or reviewing code.
Reference for netlify.toml configuration. Use when configuring build settings, redirects, rewrites, headers, deploy contexts, environment variables, or any site-level configuration. Covers the complete netlify.toml syntax including redirects with splats/conditions, headers, deploy contexts, functions config, and edge functions config.
Strategic AI thinking frameworks and mental models from Satya Nadella's perspective on platform shifts, AI deployment, and building successful AI products. Use when evaluating AI strategy decisions, assessing platform opportunities, thinking through AI product positioning, considering enterprise AI deployment challenges, evaluating talent and team capabilities, or needing frameworks for justifying AI investments in terms of economic surplus. Triggers on questions about AI platform strategy, change management for AI adoption, building AI scaffolding layers, evaluating AI opportunities, or thinking through AI's societal implications.
Guide for using Netlify Blobs object storage. Use when storing files, images, documents, or simple key-value data without a full database. Covers getStore(), CRUD operations, metadata, listing, deploy-scoped vs site-scoped stores, and local development.
Okta integration. Manage Users. Use when the user wants to interact with Okta data.
Discover optimal autoscaling parameters for a Deco site by analyzing Prometheus metrics. Correlates CPU, concurrency, and latency to find the right scaling target and method.
Pattern reference for building Deco storefronts. Covers how a site uses the framework (@deco/deco) and apps (deco-cx/apps) together — CMS wiring via __resolveType, section patterns (loaders, LoadingFallback, JSDoc annotations for admin), client-side patterns (invoke proxy, signals, islands, analytics), and app composition (site.ts factory, AppContext, theme, images). Based on analysis of production sites like osklenbr. Use when building new sections, wiring CMS data, creating islands, setting up analytics, composing apps, or understanding how sites connect to the Deco ecosystem.
OpenSearch development best practices for indexing, querying, search optimization, vector search, and cluster management
Company Background Research Brief Generator, supports Tavily AI Search and AI-enhanced information extraction, automatically generates briefs for sales scenarios.
Keep Codex skills aligned with durable feedback by distilling comments, corrections, and repeated guidance into the narrowest existing skill. Use on every turn, and especially when feedback reveals a reusable rule, a repeated miss, or a better abstraction that should replace a task-specific example.
Creates Architecture Decision Records (ADRs) to document significant architectural choices and their rationale for future team members. Use when the user says "write an ADR", "document this decision", "record why we chose X", "add an architecture decision record", "create an ADR for", or wants to capture the reasoning behind a technical choice so the team understands it later. Do NOT use when the decision hasn't been made yet (use create-rfc instead), for implementation planning (use technical-design-doc-creator), or for general documentation.