Showing 30 of 146048 results
Creates implementation plan files for new features, refactoring, or package upgrades.
Merges multiple diagnostic save files into a single time-indexed markdown report that can be shared or archived, consolidating findings from business diagnosis sessions conducted over time.
Restores a previously saved diagnostic state so you can continue a business diagnosis across multiple Claude Code sessions without losing context from prior analyses.
A skill for building apps with the Gemini Interactions API, covering text generation, multi-turn chat, streaming, function calling, structured output, and image generation best practices.
Clerk authentication skill for iOS that provides patterns for integrating ClerkKit with SwiftUI, including Apple Sign-In flows and native mobile authentication setup.
OKX DEX market data skill from onchainos, a collection of AI coding assistant skills for token search, market data, wallet balance queries, and swap execution across 20+ blockchains.
Chrome Extension authentication patterns for Clerk — popup/sidepanel setup, `syncHost` for OAuth/SAML via the companion web app, `createClerkClient` for service workers and headless extensions, and stable CRX IDs. Triggers on requests to add Clerk auth to a Plasmo-based or manual Chrome extension.
Plans multi-file refactoring operations with proper sequencing, dependency tracking, and rollback steps.
A Clerk authentication skill for Android development, providing AI coding agents with patterns for integrating Clerk auth into Kotlin and Jetpack Compose apps, part of the Clerk Skills collection that covers 15+ frameworks and features.
A production-ready plugin system with 112 AI agents, 146 skills, 16 workflow orchestrators, and 79 development tools organized into 73 focused plugins for Claude Code.
Reviews PostgreSQL code for best practices, anti-patterns, and quality standards with detailed improvement recommendations.
A production-ready plugin system with 112 AI agents, 146 skills, 16 workflow orchestrators, and 79 development tools organized into 73 focused plugins for Claude Code.
from supercent-io/skills-template
Astro-specific authentication patterns for Clerk — middleware setup, SSR pages, island components, API routes, and the static vs SSR rendering trade-off. Triggers when adding Clerk auth to an Astro site or building Astro route protection.
Generates standalone dark-themed `.svg` diagrams for architecture, flowcharts, sequence, structural/ER, mind maps, timelines, state machines, and data flow with embedded `JetBrains Mono` styling on a `#0f172a` slate background. Enforces a semantic color palette, opaque masking-rect z-ordering, and strict spacing rules (40px vertical / 30px horizontal gaps) to prevent overlap.
A design system patterns skill from the wshobson/agents ecosystem, providing Claude Code with specialized knowledge of component libraries, design tokens, theming, and scalable UI architecture.
A production-ready plugin system with 112 AI agents, 146 skills, 16 workflow orchestrators, and 79 development tools organized into 73 focused plugins for Claude Code.
Design high-converting SaaS/product landing pages using an above-the-fold formula, hero section layout, CTA psychology, social proof placement, mobile rules, and F-pattern reading.
Creates interactive charts and visualizations from data to communicate insights clearly and professionally
A production-ready plugin system with 112 AI agents, 146 skills, 16 workflow orchestrators, and 79 development tools organized into 73 focused plugins for Claude Code.
A shared agent skill from Warp's common-skills repository that provides guidance for responding to pull request comments from blocked users. Part of a reusable skill collection covering spec workflows, PR reviews, CI failure diagnosis, and merge conflict resolution.
Official Clerk skill covering Vue-specific authentication patterns—composables and Pinia integration for adding Clerk auth to Vue applications. Part of the clerk/skills collection that ships a router skill plus framework-specific guides for Next.js, Nuxt, Astro, Expo, and more.
Provides Jest best practices for JavaScript/TypeScript testing, covering test structure, mocking strategies with jest.mock and spyOn, async testing, and snapshot testing patterns.