Browse Skills

18175 skills found

podcast-splitter.md
1
1 export podcast-splitter
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Split audio files by detecting silence gaps. Auto-segment podcasts into chapters, remove long silences, and export individual clips.
2026-01-05
prompt-generation-guideline.md
1
1 export prompt-generation-guideline
2 huGgW from "huGgW/dotfiles"
3 Guideline for generating AI prompt or coding agent rules
2026-01-05
bun-cli.md
1
1 export bun-cli
2 nathanvale from "nathanvale/side-quest-marketplace"
3 Build production-grade CLI tools with Bun. Reference implementation covering argument parsing patterns (--flag value, --flag=value, --flag), dual markdown/JSON output, error handling, subcommands, and testing. Use when building CLIs, designing argument parsing, implementing command structures, reviewing CLI quality, or learning Bun CLI best practices.
2026-01-05
workflows.md
1
1 export workflows
2 glideapps from "glideapps/glide-code"
3 Build Glide workflows with automation, loops, conditions, queries, and background processes.Use when creating automations, processing data in bulk, building scheduled tasks, or integrating with external services.
2026-01-05
creating-plugins.md
1
1 export creating-plugins
2 jls42 from "jls42/leapmultix"
3 Guides creation of Claude Code plugins with marketplace manifests for packaging and distributing commands, agents, skills and hooks. Use when user wants to create, package or share plugins
2026-01-05
go-cli-tools.md
1
1 export go-cli-tools
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-go"
3 Build production CLI tools with Cobra, Viper, and terminal UI
2026-01-05
nova-resource-builder.md
1
1 export nova-resource-builder
2 hackur from "hackur/web-standards-playground-showcase"
3 Create and modify Laravel Nova 5.x resources with PCR Card patterns (tab panels, Badge fields with closures, Select fields with constants). Triggers include "nova resource", "nova badge", "nova tabs", "nova field".
2026-01-05
frontend-accessibility-verification.md
1
1 export frontend-accessibility-verification
2 samjhecht from "samjhecht/wrangler"
3 Use when implementing any UI - verifies accessibility compliance through automated testing (axe-core), keyboard navigation, screen reader verification, and Lighthouse audits; legally required and ensures inclusive user experience
2026-01-05
needs-articulation.md
1
1 export needs-articulation
2 solvaholic from "solvaholic/design-team"
3 Distinguish user wants from underlying needs to guide solution design. Use when stakeholders make feature requests or during Define phase.
2026-01-05
seo-content-planner.md
1
1 export seo-content-planner
2 maigentic from "maigentic/stratarts"
3 Comprehensive SEO content strategy including keyword research, content cluster architecture, technical SEO audit, on-page optimization guidelines, 90-day content calendar, link building strategy, and success metrics for sustainable organic growth
2026-01-05
long-straddle.md
1
1 export long-straddle
2 keith-mvs from "keith-mvs/ordinis"
3 Analyzes long straddle volatility plays with ATM call and put at same strike. Requires numpy>=1.24.0, pandas>=2.0.0, matplotlib>=3.7.0, scipy>=1.10.0. Use when expecting large price movement in either direction, analyzing earnings plays, evaluating volatility opportunities, or assessing binary event outcomes on high IV stocks.
2026-01-05
streaming-output.md
1
1 export streaming-output
2 ddunnock from "ddunnock/claude-plugins"
3 Stream long-form content to markdown files with resume capability. Writes content incrementally with section markers, enabling recovery if context limits are hit. Use when generating long documents (over 1000 lines), B-SPEC or specification writing, multi-section reports, any task where context compaction may occur mid-generation, or when user explicitly requests streaming output. Commands: init, write, status, resume, finalize, repair.
2026-01-05
foundations-business-model.md
1
1 export foundations-business-model
2 BellaBe from "BellaBe/ideas-os"
3 Business model design and financial planning. Use when designing revenue models, pricing, or calculating unit economics.
2026-01-05
writing-implementation-pseudocode.md
1
1 export writing-implementation-pseudocode
2 WesleyMFrederick from "WesleyMFrederick/cc-workflows"
3 Use when adding pseudocode examples to implementation guides or technical documentation - creates readable TypeScript-style pseudocode with strategic comments (Boundary, Integration, Pattern, Decision) that guide developers during implementation
2026-01-05
ecommerce-theming.md
1
1 export ecommerce-theming
2 Nikojuu from "Nikojuu/testi-kauppa"
3 Complete theming guide for the e-commerce storefront. Documents all styled components and provides instructions for applying new themes. Use when customizing store appearance, changing color schemes, or restyling the entire application.
2026-01-05
log-validator.md
1
1 export log-validator
2 fractary from "fractary/claude-plugins"
3 Validates logs against type-specific schemas checking frontmatter, structure, and required fields
2026-01-05
trpc.md
1
1 export trpc
2 oriolrius from "oriolrius/pki-manager-web"
3 Expert guidance for tRPC (TypeScript Remote Procedure Call) including router setup, procedures, middleware, context, client configuration, and Next.js integration. Use this when building type-safe APIs, integrating tRPC with Next.js, or implementing client-server communication with full TypeScript inference.
2026-01-05
ert.md
1
1 export ert
2 hugoduncan from "hugoduncan/library-skills"
3 A guide to using ERT (Emacs Lisp Regression Testing) for testing Emacs Lisp code.
2026-01-05
pwa-offline-first.md
1
1 export pwa-offline-first
2 pluginagentmarketplace from "pluginagentmarketplace/claude-plugin-ecosystem-hub"
3 Build Progressive Web Apps with offline support, service workers, push notifications, and installation.
2026-01-05
security-engineering.md
1
1 export security-engineering
2 89jobrien from "89jobrien/steve"
3 Security architecture and implementation patterns. Use when designing security controls, implementing authentication/authorization, conducting threat modeling, or ensuring compliance with security frameworks.
2026-01-05
game-servers.md
1
1 export game-servers
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-game-developer"
3 Game server architecture, scalability, matchmaking, and backend systemsfor online games. Build robust, scalable multiplayer infrastructure.
2026-01-05
frontend-design.md
1
1 export frontend-design
2 dejanvasic85 from "dejanvasic85/jlc-carpentry"
3 Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
graphql.md
1
1 export graphql
2 specvital from "specvital/collector"
3 Provides GraphQL API schema design and implementation expertise. Ensures proper type definitions, query/mutation patterns, pagination strategies, and error handling standards. Specializes in schema-first design, resolver implementation, DataLoader for N+1 prevention, subscription patterns, and federation architecture. Implements Relay cursor connections and Apollo best practices.Use when: designing GraphQL schemas, defining types and interfaces, implementing queries and mutations, creating resolvers, designing pagination with connections and edges, solving N+1 query problems with DataLoader, implementing subscriptions for real-time updates, handling errors and nullability, setting up GraphQL federation, or integrating with Apollo Server/Client or other GraphQL libraries.
2026-01-05
expression-intent-archaeology.md
1
1 export expression-intent-archaeology
2 synapseradio from "synapseradio/thinkies"
3 Create separate documentation that preserves discovered intent from historical investigation so future readers benefit from your research. Use when: (1) completing code archaeology investigation and needing to ensure discoveries benefit future developers facing the same confusion, (2) recurring questions from team members signal that institutional knowledge needs capture in ADRs or documentation files, (3) team member departure would take critical undocumented context about design decisions with them, (4) creating onboarding documentation where critical context exists only in git history or senior engineers' memories
2026-01-05