Agentic Skills by secondsky
microservices-patterns
by secondskyDesign microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems...
feature-dev
by secondskyAutomate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architectura...
access-control-rbac
by secondskyRole-based access control (RBAC) with permissions and policies. Use for admin dashboards, enterprise access, multi-tenant apps, fine-grained authoriza...
aceternity-ui
by secondsky100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shad...
ai-elements-chatbot
by secondskyshadcn/ui AI chat components for conversational interfaces. Use for streaming chat, tool/function displays, reasoning visualization, or encountering N...
ai-sdk-core
by secondskyVercel AI SDK v5 for backend AI (text generation, structured output, tools, agents). Multi-provider. Use for server-side AI or encountering AI_APICall...
ai-sdk-ui
by secondskyVercel AI SDK v5 React hooks (useChat, useCompletion, useObject) for AI chat interfaces. Use for React/Next.js AI apps or encountering parse stream er...
api-authentication
by secondskySecure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, o...
api-changelog-versioning
by secondskyCreates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API consumers. Use when managing API ver...
api-contract-testing
by secondskyVerifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microservices commun...
api-design-principles
by secondskyMaster REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs...
api-error-handling
by secondskyImplements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implemen...
api-filtering-sorting
by secondskyBuilds flexible API filtering and sorting systems with query parameter parsing, validation, and security. Use when implementing search endpoints, buil...
api-gateway-configuration
by secondskyConfigures API gateways for routing, authentication, rate limiting, and request transformation in microservice architectures. Use when setting up Kong...
api-pagination
by secondskyImplements efficient API pagination using offset, cursor, and keyset strategies for large datasets. Use when building paginated endpoints, implementin...
api-rate-limiting
by secondskyImplements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing public APIs, i...
api-reference-documentation
by secondskyCreates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting RES...
api-response-optimization
by secondskyOptimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing b...
api-security-hardening
by secondskyREST API security hardening with authentication, rate limiting, input validation, security headers. Use for production APIs, security audits, defense-...
api-testing
by secondskyHTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and erro...
api-versioning-strategy
by secondskyImplements API versioning using URL paths, headers, or query parameters with backward compatibility and deprecation strategies. Use when managing mult...
app-store-deployment
by secondskyPublishes mobile applications to iOS App Store and Google Play with code signing, versioning, and CI/CD automation. Use when preparing app releases, c...
architecture-patterns
by secondskyImplement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting c...
auto-animate
by secondskyAutoAnimate (@formkit/auto-animate) zero-config animations for React. Use for list transitions, accordions, toasts, or encountering SSR errors, animat...
base-ui-react
by secondskyMUI Base UI unstyled React components with Floating UI. Use for accessible components, Radix UI migration, render props API, or encountering positioni...
better-auth
by secondskybetter-auth authentication for TypeScript with Cloudflare D1 via Drizzle ORM/Kysely. Use for self-hosted auth, social providers, 2FA, passkeys, RBAC, ...
better-chatbot
by secondskybetter-chatbot project conventions and standards. Use for contributing code, following three-tier tool system (MCP/Workflow/Default), or encountering ...
better-chatbot-patterns
by secondskyReusable better-chatbot patterns for custom deployments. Use for server action validators, tool abstraction, multi-AI providers, or encountering auth ...
chrome-devtools
by secondskyBrowser automation with Puppeteer CLI scripts. Use for screenshots, performance analysis, network monitoring, web scraping, form automation, or encoun...
claude-agent-sdk
by secondskyAnthropic Claude Agent SDK for autonomous agents and multi-step workflows. Use for subagents, tool orchestration, MCP servers, or encountering CLI not...
claude-api
by secondskyAnthropic Messages API (Claude API) for integrations, streaming, prompt caching, tool use, vision. Use for chatbots, assistants, or encountering rate ...
claude-code-bash-patterns
by secondskyClaude Code Bash tool patterns with hooks, automation, git workflows. Use for PreToolUse hooks, command chaining, CLI orchestration, custom commands, ...
claude-hook-writer
by secondskyExpert guidance for writing secure, reliable, and performant Claude Code hooks - validates design decisions, enforces best practices, and prevents com...
clerk-auth
by secondskyClerk authentication for React, Next.js, Cloudflare Workers. Use for auth setup, protected routes, JWT verification/templates, clerkMiddleware, shadcn...
cloudflare-agents
by secondskyBuild AI agents on Cloudflare Workers with MCP integration, tool use, and LLM providers.
cloudflare-browser-rendering
by secondskyCloudflare Browser Rendering with Puppeteer/Playwright. Use for screenshots, PDFs, web scraping, or encountering rendering errors, timeout issues, mem...
cloudflare-cron-triggers
by secondskyCloudflare Cron Triggers for scheduled Workers execution. Use for periodic tasks, scheduled jobs, or encountering handler not found, invalid cron expr...
cloudflare-d1
by secondskyCloudflare D1 serverless SQLite on edge. Use for databases, migrations, bindings, or encountering D1_ERROR, statement too long, too many requests queu...
cloudflare-durable-objects
by secondskyCloudflare Durable Objects for stateful coordination and real-time apps. Use for chat, multiplayer games, WebSocket hibernation, or encountering class...
cloudflare-email-routing
by secondskyCloudflare Email Routing for receiving/sending emails via Workers. Use for email workers, forwarding, allowlists, or encountering Email Trigger errors...
cloudflare-full-stack-integration
by secondskyReact-to-Cloudflare Workers integration patterns with Hono, Clerk, D1. Use for frontend-backend connection, auth flow, or encountering CORS, 401 error...
cloudflare-full-stack-scaffold
by secondskyProduction React + Cloudflare Workers + Hono starter with D1, KV, R2, Workers AI. Use for full-stack projects, MVPs, AI apps on Cloudflare.
cloudflare-hyperdrive
by secondskyCloudflare Hyperdrive for Workers-to-database connections with pooling and caching. Use for PostgreSQL/MySQL, Drizzle/Prisma, or encountering pool err...
cloudflare-images
by secondskyCloudflare Images for upload/storage and transformations. Use for image uploads, resizing, WebP/AVIF optimization, or encountering CORS errors, transf...
cloudflare-kv
by secondskyCloudflare Workers KV global key-value storage. Use for namespaces, caching, TTL, or encountering KV_ERROR, 429 rate limits, consistency issues.
cloudflare-manager
by secondskyComprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, man...
cloudflare-mcp-server
by secondskyBuild MCP (Model Context Protocol) servers on Cloudflare Workers with tools, resources, and prompts.
cloudflare-nextjs
by secondskyDeploy Next.js to Cloudflare Workers via OpenNext adapter. Use for SSR, ISR, App/Pages Router, or encountering worker size limits, runtime compatibili...
cloudflare-queues
by secondskyCloudflare Queues for async processing and background jobs. Use for message queues, batch processing, retries, or encountering timeout, retry, through...
cloudflare-r2
by secondskyCloudflare R2 S3-compatible object storage. Use for buckets, uploads, CORS, presigned URLs, or encountering R2_ERROR, CORS failures, multipart issues.
cloudflare-sandbox
by secondskyCloudflare Sandboxes SDK for secure code execution in Linux containers at edge. Use for untrusted code, Python/Node.js scripts, AI code interpreters, ...
cloudflare-turnstile
by secondskyCloudflare Turnstile CAPTCHA-alternative bot protection. Use for forms, login security, API protection, or encountering CSP errors, token validation f...
cloudflare-vectorize
by secondskyCloudflare Vectorize vector database for semantic search and RAG. Use for vector indexes, embeddings, similarity search, or encountering dimension mis...
cloudflare-worker-base
by secondskyCloudflare Workers with Hono, Vite, Static Assets. Use for new projects, deployment, or encountering export errors, routing conflicts, HMR crashes.
cloudflare-workers-ai
by secondskyCloudflare Workers AI for serverless GPU inference. Use for LLMs, text/image generation, embeddings, or encountering AI_ERROR, rate limits, token exce...
cloudflare-workflows
by secondskyCloudflare Workflows for durable long-running execution. Use for multi-step workflows, retries, state persistence, or encountering NonRetryableError, ...
cloudflare-zero-trust-access
by secondskyCloudflare Zero Trust Access authentication for Workers. Use for JWT validation, service tokens, CORS, or encountering preflight blocking, cache race ...
code-review
by secondskyCode review practices with technical rigor and verification gates. Use for receiving feedback, requesting code-reviewer subagent reviews, or preventin...
content-collections
by secondskyContent Collections TypeScript-first build tool for Markdown/MDX content. Use for blogs, docs, content sites with Vite + React, MDX components, type-s...
csrf-protection
by secondskyImplements CSRF protection using synchronizer tokens, double-submit cookies, and SameSite attributes. Use when securing web forms, protecting state-ch...
database-schema-design
by secondskyDatabase schema design for PostgreSQL/MySQL with normalization, relationships, constraints. Use for new databases, schema reviews, migrations, or enco...
database-sharding
by secondskyDatabase sharding for PostgreSQL/MySQL with hash/range/directory strategies. Use for horizontal scaling, multi-tenant isolation, billions of records, ...
defense-in-depth-validation
by secondskyValidate at every layer data passes through to make bugs impossible. Use when invalid data causes failures deep in execution, requiring validation at ...
dependency-upgrade
by secondskyManage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions...
design-review
by secondsky7-phase frontend design review with accessibility (WCAG 2.1 AA), responsive testing, visual polish. Use for PR reviews, UI audits, or encountering con...
design-system-creation
by secondskyCreates comprehensive design systems with typography, colors, components, and documentation for consistent UI development. Use when establishing desig...
drizzle-orm-d1
by secondskyType-safe ORM for Cloudflare D1 databases using Drizzle. Use when: building D1 database schemas, writing type-safe SQL queries, managing migrations wi...
elevenlabs-agents
by secondskyElevenLabs Agents Platform for AI voice agents (React/JS/Native/Swift). Use for voice AI, RAG, tools, or encountering package deprecation, audio cutof...
fastmcp
by secondskyFastMCP Python framework for MCP servers with tools, resources, storage backends (memory/disk/Redis/DynamoDB). Use for Claude tool exposure, OAuth Pro...
firecrawl-scraper
by secondskyFirecrawl v2.5 API for web scraping/crawling to LLM-ready markdown. Use for site extraction, dynamic content, or encountering JavaScript rendering, bo...
frontend-design
by secondskyCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, o...
gemini-cli
by secondskyGoogle Gemini CLI for second opinions, architectural advice, code reviews, security audits. Leverage 1M+ context for comprehensive codebase analysis v...
github-project-automation
by secondskyGitHub repository automation (CI/CD, issue templates, Dependabot, CodeQL). Use for project setup, Actions workflows, security scanning, or encounterin...
google-gemini-api
by secondskyGoogle Gemini API with @google/genai SDK. Use for multimodal AI, thinking mode, function calling, or encountering SDK deprecation warnings, context er...
google-gemini-embeddings
by secondskyGoogle Gemini embeddings API (gemini-embedding-001) for RAG and semantic search. Use for vector search, Vectorize integration, or encountering dimensi...
google-gemini-file-search
by secondskyGoogle Gemini File Search for managed RAG with 100+ file formats. Use for document Q&A, knowledge bases, or encountering immutability errors, quota is...
graphql-implementation
by secondskyBuilds GraphQL APIs with schema design, resolvers, error handling, and performance optimization using Apollo or Graphene. Use when creating flexible q...
health-check-endpoints
by secondskyHealth check endpoints for liveness, readiness, dependency monitoring. Use for Kubernetes, load balancers, auto-scaling, or encountering probe failure...
hono-routing
by secondskyType-safe Hono APIs with routing, middleware, RPC. Use for request validation, Zod/Valibot validators, or encountering middleware type inference, vali...
hugo
by secondskyHugo static site generator with Tailwind v4, headless CMS (Sveltia/Tina), Cloudflare deployment. Use for blogs, docs sites, or encountering theme inst...
idempotency-handling
by secondskyIdempotent API operations with idempotency keys, Redis caching, DB constraints. Use for payment systems, webhook retries, safe retries, or encounterin...
image-optimization
by secondskyOptimizes images for web performance using modern formats, responsive techniques, and lazy loading strategies. Use when improving page load times, imp...
inspira-ui
by secondsky120+ Vue/Nuxt animated components with TailwindCSS v4, motion-v, GSAP, Three.js. Use for hero sections, 3D effects, interactive backgrounds, or encoun...
interaction-design
by secondskyCreates intuitive user experiences through feedback patterns, microinteractions, and accessible interaction design. Use when designing loading states,...
internationalization-i18n
by secondskyImplements multi-language support using i18next, gettext, or Intl API with translation workflows and RTL support. Use when building multilingual appli...
jest-generator
by secondskyGenerate Jest unit tests for JavaScript/TypeScript with mocking, coverage. Use for JS/TS modules, React components, test generation, or encountering m...
kpi-dashboard-design
by secondskyDesigns effective KPI dashboards with proper metric selection, visual hierarchy, and data visualization best practices. Use when building executive da...
logging-best-practices
by secondskyStructured logging with proper levels, context, PII handling, centralized aggregation. Use for application logging, log management integration, distri...
mcp-dynamic-orchestrator
by secondskyDynamic MCP server discovery and code-mode execution via central registry. Use for multiple MCP integrations, tool discovery, progressive disclosure, ...
mcp-management
by secondskyManage MCP servers - discover, analyze, execute tools/prompts/resources. Use for MCP integrations, capability discovery, tool filtering, programmatic ...
ml-model-training
by secondskyTrain ML models with scikit-learn, PyTorch, TensorFlow. Use for classification/regression, neural networks, hyperparameter tuning, or encountering ove...
ml-pipeline-automation
by secondskyAutomate ML workflows with Airflow, Kubeflow, MLflow. Use for reproducible pipelines, retraining schedules, MLOps, or encountering task failures, depe...
mobile-app-debugging
by secondskyMobile app debugging for iOS, Android, cross-platform frameworks. Use for crashes, memory leaks, performance issues, network problems, or encountering...
mobile-app-testing
by secondskyMobile app testing with unit tests, UI automation, performance testing. Use for test infrastructure, E2E tests, testing standards, or encountering tes...
mobile-first-design
by secondskyDesigns responsive interfaces starting from mobile screens with progressive enhancement for larger devices. Use when building responsive websites, opt...
mobile-offline-support
by secondskyOffline-first mobile apps with local storage, sync queues, conflict resolution. Use for offline functionality, data sync, connectivity handling, or en...
model-deployment
by secondskyDeploy ML models with FastAPI, Docker, Kubernetes. Use for serving predictions, containerization, monitoring, drift detection, or encountering latency...
motion
by secondskyMotion (Framer Motion) React animation library. Use for drag-and-drop, scroll animations, gestures, SVG morphing, or encountering bundle size, complex...
multi-ai-consultant
by secondskyConsult external AIs (Gemini 2.5 Pro, OpenAI Codex, Claude) for second opinions. Use for debugging failures, architectural decisions, security validat...
mutation-testing
by secondskyValidate test effectiveness with mutation testing using Stryker (TypeScript/JavaScript) and mutmut (Python). Find weak tests that pass despite code mu...
nano-banana-prompts
by secondskyGenerate optimized prompts for Gemini 2.5 Flash Image (Nano Banana). Use for image generation, crafting photo prompts, art styles, or multi-turn editi...
neon-vercel-postgres
by secondskyNeon + Vercel serverless Postgres for edge and serverless environments. Use for Cloudflare Workers, Vercel Edge, Next.js apps with HTTP/WebSocket conn...
nextjs
by secondskyNext.js 16 with App Router, Server Components, Server Actions, Cache Components. Use for React 19.2 apps, SSR, or encountering async params, proxy.ts ...
nuxt-content
by secondskyNuxt Content v3 Git-based CMS for Markdown/MDC content sites. Use for blogs, docs, content-driven apps with type-safe queries, schema validation (Zod/...
nuxt-seo
by secondskyComprehensive guide for all 8 Nuxt SEO modules: @nuxtjs/seo, nuxt-robots, nuxt-sitemap, nuxt-og-image, nuxt-schema-org, nuxt-link-checker, nuxt-seo-ut...
nuxt-studio
by secondskyThis skill should be used when the user asks to "set up Nuxt Studio", "configure Studio OAuth", "deploy Studio to Cloudflare", "add visual editor to N...
nuxt-ui-v4
by secondskyNuxt UI v4 component library with 100+ accessible components, Tailwind v4, Reka UI. Use for design systems, forms, overlays, AI chat integration, or e...
nuxt-v4
by secondskyProduction-ready Nuxt 4 framework development with SSR, composables,data fetching, server routes, and Cloudflare deployment.Use when: building Nuxt 4 ...
oauth-implementation
by secondskyOAuth 2.0 and OpenID Connect authentication with secure flows. Use for third-party integrations, SSO systems, token-based API access, or encountering ...
open-source-contributions
by secondskyOpen source contribution best practices with PR validation scripts. Use for pull requests, community contributions, or encountering personal artifacts...
openai-agents
by secondskyOpenAI Agents SDK for JavaScript/TypeScript (text + voice agents). Use for multi-agent workflows, tools, guardrails, or encountering Zod errors, MCP f...
openai-api
by secondskyComplete guide for OpenAI APIs: Chat Completions (GPT-5.2, GPT-4o), Embeddings, Images (GPT-Image-1.5), Audio (Whisper + TTS + Transcribe), Moderation...
openai-assistants
by secondskyOpenAI Assistants API v2 for stateful chatbots with Code Interpreter, File Search, RAG. Use for threads, vector stores, or encountering active run err...
openai-responses
by secondskyOpenAI Responses API for stateful agentic applications with reasoning preservation. Use for MCP integration, built-in tools, background processing, or...
payment-gateway-integration
by secondskyIntegrates payment processing with Stripe, PayPal, or Square including subscriptions, webhooks, and PCI compliance. Use when implementing checkout flo...
pinia-colada
by secondskyPinia Colada data fetching for Vue/Nuxt with useQuery, useMutation. Use for async state, query cache, SSR, or encountering invalidation, hydration, Ta...
pinia-v3
by secondskyPinia v3 Vue state management with defineStore, getters, actions. Use for Vue 3 stores, Nuxt SSR, Vuex migration, or encountering store composition, h...
playwright-testing
by secondskyEnd-to-end testing with Playwright. Cross-browser testing, visual regression, API testing, and component testing. Use for E2E tests in TypeScript/Java...
progressive-web-app
by secondskyProgressive Web Apps with service workers, web manifest, offline support, installation prompts. Use for installable web apps, offline functionality, p...
project-planning
by secondskyGenerate planning docs (IMPLEMENTATION_PHASES.md, DATABASE_SCHEMA.md, API_ENDPOINTS.md, ARCHITECTURE.md) for web projects. Use for new projects, major...
project-session-management
by secondskySession state and context handoff management with SESSION.md tracking. Use for multi-session projects, resuming after context clear, phase tracking, o...
project-workflow
by secondskyProject lifecycle automation with 7 slash commands. Use for idea exploration, project planning, session management, safe releases, or encountering /ex...
push-notification-setup
by secondskyImplements push notifications across iOS, Android, and web using Firebase Cloud Messaging and native services. Use when adding notification capabiliti...
react-hook-form-zod
by secondskyType-safe React forms with React Hook Form and Zod validation. Use for form schemas, field arrays, multi-step forms, or encountering validation errors...
react-native-app
by secondskyReact Native cross-platform mobile apps with navigation, state management, native features. Use for iOS/Android development, mobile prototyping, code ...
recommendation-engine
by secondskyBuild recommendation systems with collaborative filtering, matrix factorization, hybrid approaches. Use for product recommendations, personalization, ...
recommendation-system
by secondskyDeploy production recommendation systems with feature stores, caching, A/B testing. Use for personalization APIs, low latency serving, or encountering...
responsive-web-design
by secondskyBuilds adaptive web interfaces using Flexbox, CSS Grid, and media queries with a mobile-first approach. Use when creating multi-device layouts, implem...
rest-api-design
by secondskyDesigns RESTful APIs with proper resource naming, HTTP methods, status codes, and response formats. Use when building new APIs, establishing API conve...
root-cause-tracing
by secondskySystematically trace bugs backward through call stack to find original trigger. Use when errors occur deep in execution and you need to trace back to ...
security-headers-configuration
by secondskyConfigures HTTP security headers to protect against XSS, clickjacking, and MIME sniffing attacks. Use when hardening web applications, passing securit...
seo-keyword-cluster-builder
by secondskySEO keyword clustering with topic organization, content hub architecture, internal linking strategies. Use for content strategy, keyword research, pil...
seo-optimizer
by secondskySEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content au...
sequential-thinking
by secondskySystematic step-by-step reasoning with revision and branching. Use for complex problems, multi-stage analysis, design planning, problem decomposition,...
session-management
by secondskyImplements secure session management with JWT tokens, Redis storage, refresh flows, and proper cookie configuration. Use when building authentication ...
shadcn-vue
by secondskyshadcn-vue for Vue/Nuxt with Reka UI components and Tailwind. Use for accessible UI, Auto Form, data tables, charts, or encountering component imports...
skill-review
by secondskyComprehensive 15-phase skill audit for claude-skills repository. Use for skill updates, marketplace verification, package currency checks, or encounte...
sql-query-optimization
by secondskySQL query optimization for PostgreSQL/MySQL with indexing, EXPLAIN analysis. Use for slow queries, N+1 problems, missing indexes, or encountering sequ...
sveltia-cms
by secondskySveltia CMS Git-backed content management (Decap/Netlify CMS successor). 5x smaller bundle (300 KB), GraphQL performance, solves 260+ issues. Use for ...
swift-best-practices
by secondskyThis skill should be used when writing or reviewing Swift code for iOS or macOS projects. Apply modern Swift 6+ best practices, concurrency patterns, ...
swift-settingskit
by secondskySettingsKit for SwiftUI settings interfaces (iOS, macOS, watchOS, tvOS, visionOS). Use for settings/preferences screens, searchable settings, nested n...
systematic-debugging
by secondskyFour-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions. Use when encountering any bug, ...
tailwind-v4-shadcn
by secondskyProduction-tested setup for Tailwind CSS v4 with shadcn/ui, Vite, and React.Use when: initializing React projects with Tailwind v4, setting up shadcn/...
tanstack-ai
by secondskyTanStack AI (alpha) provider-agnostic type-safe chat with streaming for OpenAI, Anthropic, Gemini, Ollama. Use for chat APIs, React/Solid frontends wi...
tanstack-query
by secondskyTanStack Query v5 (React Query) server state management. Use for data fetching, caching, mutations, or encountering v4 migration, stale data, invalida...
tanstack-router
by secondskyTanStack Router type-safe file-based routing for React. Use for SPAs, TanStack Query integration, Cloudflare Workers, or encountering devtools, type s...
tanstack-start
by secondskyTanStack Start (RC) full-stack React with server functions, SSR, Cloudflare Workers. Use for Next.js migration, edge rendering, or encountering hydrat...
tanstack-table
by secondskyTanStack Table v8 headless data tables with server-side features for Cloudflare Workers + D1. Use for pagination, filtering, sorting, virtualization, ...
technical-specification
by secondskyCreates detailed technical specifications for software projects covering requirements, architecture, APIs, and testing strategies. Use when planning f...
test-quality-analysis
by secondskyDetect test smells, overmocking, flaky tests, and coverage issues. Analyze test effectiveness, maintainability, and reliability. Use when reviewing te...
thesys-generative-ui
by secondskyAI-powered generative UI with Thesys - create React components from natural language.
turborepo
by secondskyTurborepo high-performance monorepo build system. Use for monorepo setup, build optimization, task pipelines, caching strategies, or multi-package orc...
typescript-mcp
by secondskyMCP servers with TypeScript on Cloudflare Workers using @modelcontextprotocol/sdk. Use for API integrations, stateless tools, edge deployments, or enc...
ultracite
by secondskyUltracite Rust-based linting/formatting (Biome). Use for project setup, Git hooks, migrations from ESLint/Prettier, or encountering configuration, mon...
vercel-blob
by secondskyVercel Blob object storage with CDN for Next.js. Use for file uploads (images, PDFs, videos), presigned URLs, user-generated content, file management,...
vercel-kv
by secondskyVercel KV (Redis-compatible key-value storage via Upstash). Use for Next.js caching, sessions, rate limiting, TTL data storage, or encountering KV_RES...
verification-before-completion
by secondskyRun verification commands and confirm output before claiming success. Use when about to claim work is complete, fixed, or passing, before committing o...
vitest-testing
by secondskyModern TypeScript/JavaScript testing with Vitest. Fast unit and integration tests, native ESM support, Vite-powered HMR, and comprehensive mocking. Us...
vulnerability-scanning
by secondskyAutomated security scanning for dependencies, code, containers with Trivy, Snyk, npm audit. Use for CI/CD security gates, pre-deployment audits, compl...
web-performance-audit
by secondskyWeb performance audits with Core Web Vitals, bottleneck identification, optimization recommendations. Use for page load times, performance reviews, UX...
web-performance-optimization
by secondskyOptimizes web application performance through code splitting, lazy loading, caching strategies, and Core Web Vitals monitoring. Use when improving pag...
websocket-implementation
by secondskyImplements real-time WebSocket communication with connection management, room-based messaging, and horizontal scaling. Use when building chat systems,...
woocommerce-backend-dev
by secondskyAdd or modify WooCommerce backend PHP code following project conventions. Use when creating new classes, methods, hooks, or modifying existing backend...
woocommerce-code-review
by secondskyReview WooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code qu...
woocommerce-copy-guidelines
by secondskyGuidelines for UI text and copy in WooCommerce. Use when writing user-facing text, labels, buttons, messages, or documentation in WooCommerce projects...
woocommerce-dev-cycle
by secondskyRun tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow i...
wordpress-plugin-core
by secondskyWordPress plugin development with hooks, security, REST API, custom post types. Use for plugin creation, $wpdb queries, Settings API, or encountering ...
xss-prevention
by secondskyXSS attack prevention with input sanitization, output encoding, Content Security Policy. Use for user-generated content, rich text editors, web applic...
zod
by secondskyTypeScript-first schema validation and type inference. Use for validating API requests/responses, form data, env vars, configs, defining type-safe sch...
zustand-state-management
by secondskyZustand state management for React with TypeScript. Use for global state, Redux/Context API migration, localStorage persistence, slices pattern, devto...
btp-cloud-transport-management
by secondskyComprehensive skill for SAP Cloud Transport Management service on SAP BTP. Use when setting up transport landscapes, configuring transport nodes and r...
sap-abap
by secondskyComprehensive ABAP development skill for SAP systems. Use when writing ABAP code,working with internal tables, structures, ABAP SQL, object-oriented p...
sap-abap-cds
by secondskyComprehensive SAP ABAP CDS (Core Data Services) reference for data modeling, view development, and semantic enrichment. Use when creating CDS views or...
sap-ai-core
by secondskyGuides development with SAP AI Core and SAP AI Launchpad for enterprise AI/ML workloads on SAP BTP. Use when: deploying generative AI models (GPT, Cla...
sap-api-style
by secondskyThis skill provides comprehensive guidance for documenting SAP APIs following official SAP API Style Guide standards.It should be used when creating o...
sap-btp-best-practices
by secondskyProduction-ready SAP BTP best practices for enterprise architecture, account management, security, and operations. Use when planning BTP implementatio...
sap-btp-build-work-zone-advanced
by secondskyDevelops and administers SAP Build Work Zone, advanced edition digital workplace solutions. Use when creating workspaces, workpages, and collaborative...
sap-btp-business-application-studio
by secondskyThis skill provides comprehensive guidance for SAP Business Application Studio (BAS), the cloud-based IDE on SAP BTP built on Code-OSS. Use when setti...
sap-btp-cias
by secondskySAP BTP Cloud Integration Automation Service (CIAS) skill for guided integration workflows.Use when: setting up CIAS subscriptions, configuring destin...
sap-btp-cloud-logging
by secondskyThis skill provides comprehensive guidance for SAP Cloud Logging service on SAP BTP.Use when setting up Cloud Logging instances, configuring log inges...
sap-btp-cloud-platform
by secondskyComprehensive SAP Business Technology Platform (BTP) reference for cloud development, deployment, and operations. Use when setting up BTP accounts (gl...
btp-cloud-transport-management
by secondskyComprehensive skill for SAP Cloud Transport Management service on SAP BTP. Use when setting up transport landscapes, configuring transport nodes and r...
sap-btp-connectivity
by secondskyThis skill provides comprehensive knowledge for SAP BTP Connectivity, including the Destination Service, Connectivity Service, Cloud Connector, Connec...
sap-btp-developer-guide
by secondskyDevelops business applications on SAP Business Technology Platform (BTP) using CAP (Node.js/Java) or ABAP Cloud. Use when: building cloud applications...
sap-btp-integration-suite
by secondskyDevelops and operates enterprise integration solutions using SAP Integration Suite on Business Technology Platform.Covers Cloud Integration (iFlows), ...
sap-btp-intelligent-situation-automation
by secondskyThis skill provides comprehensive guidance for SAP BTP Intelligent Situation Automation setup, configuration, and operations.It should be used when im...
sap-btp-job-scheduling
by secondskyThis skill provides comprehensive guidance for SAP BTP Job Scheduling Service development, configuration, and operations.It should be used when creati...
sap-btp-master-data-integration
by secondskyConfigures and integrates SAP Master Data Integration (MDI) service on SAP Business Technology Platform. Use when setting up MDI tenants, connecting a...
sap-btp-service-manager
by secondskyThis skill provides comprehensive knowledge for SAP Service Manager on SAP Business Technology Platform (BTP). It should be used when managing service...
sap-cap-capire
by secondskySAP Cloud Application Programming Model (CAP) development skill using Capire documentation.Use when: building CAP applications, defining CDS models, i...
sap-cloud-sdk-ai
by secondskyIntegrates SAP Cloud SDK for AI into JavaScript/TypeScript and Java applications. Use when building applications with SAP AI Core, Generative AI Hub, ...
sap-datasphere
by secondskyComprehensive guide for SAP Datasphere development including data acquisition, preparation, modeling, administration, connectivity, and integration. U...
sap-fiori-tools
by secondskyDevelops SAP Fiori applications using SAP Fiori tools extensions for VS Code and SAP Business Application Studio.Use when: generating Fiori Elements o...
sap-hana-cli
by secondskyAssists with SAP HANA Developer CLI (hana-cli) for database development and administration.Use when: installing hana-cli, connecting to SAP HANA datab...
sap-hana-cloud-data-intelligence
by secondskyDevelops data processing pipelines, integrations, and machine learning scenarios in SAP Data Intelligence Cloud. Use when building graphs/pipelines wi...
sap-hana-ml
by secondskySAP HANA Machine Learning Python Client (hana-ml) development skill.Use when: Building ML solutions with SAP HANA's in-database machine learningusing ...
sap-sac-custom-widget
by secondskySAP Analytics Cloud (SAC) Custom Widget development skill. Use when building custom visualizations, interactive components, extending SAC with Web Com...
sap-sac-planning
by secondskyThis skill should be used when developing SAP Analytics Cloud (SAC) planning applications, including building planning-enabled stories, analytics desi...
sap-sac-scripting
by secondskyComprehensive SAC scripting skill for Analytics Designer and Optimized Story Experience. Use when building analytic applications, planning models, or ...
sap-sqlscript
by secondskyComprehensive SQLScript development skill for SAP HANA database programming. This skill provides syntax patterns, built-in functions, exception handli...
sapui5
by secondskyThis skill should be used when developing SAP UI5 applications, including creating freestyle apps, Fiori Elements apps, custom controls, testing, data...
sapui5-cli
by secondskyManages SAPUI5/OpenUI5 projects using the UI5 Tooling CLI (@ui5/cli). Use when initializing UI5 projects, configuring ui5.yaml or ui5-workspace.yaml f...
skill-review
by secondskyComprehensive deep-dive documentation review process for sap-skills repository. Use this skill when investigating suspected issues in a skill, major p...
Discover More Agentic Skills
Browse our complete catalog of AI agent skills from developers worldwide.