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