Browse Skills

16146 skills found

task-generator.md
1
1 export task-generator
2 ssdeanx from "ssdeanx/AI-Skills"
3 Generate structured task lists from specs or requirements. IMPORTANT: After completing ANY spec via ExitSpecMode, ALWAYS ask the user: "Would you like me to generate a task list for this spec?" Use when user confirms or explicitly requests task generation from a plan/spec/PRD.
2026-01-05
sdd.md
1
1 export sdd
2 SpillwaveSolutions from "SpillwaveSolutions/sdd-skill"
3 This skill should be used when users want guidance on Spec-Driven Development methodology using GitHub's Spec-Kit. Guide users through executable specification workflows for both new projects (greenfield) and existing codebases (brownfield). After any SDD command generates artifacts, automatically provide structured 10-point summaries with feature status tracking, enabling natural language feature management and keeping users engaged throughout the process.
2026-01-05
querying-hms-documentation.md
1
1 export querying-hms-documentation
2 gpt-cmdr from "gpt-cmdr/hms-commander"
3 Queries official HEC-HMS documentation to answer technical questions. Provides access toUser's Manual, Technical Reference Manual, Release Notes, and community resources.Use when seeking official documentation on HMS methods, parameters, file formats,version features, or workflow guidance. Complements investigating-hms-internals (decompiledsource code) with authoritative documentation.Trigger keywords: HMS documentation, User's Manual, Technical Reference, loss methods,transform methods, routing methods, HMS parameters, file formats, release notes,HMS version features, method parameters, official HMS, USACE documentation.
2026-01-05
automation-builder.md
1
1 export automation-builder
2 ddunnock from "ddunnock/claude-plugins"
3 Analyze codebases and generate Claude Code automation infrastructure including commands, scripts, and templates for systematic task execution. Use when the user wants to create reusable automation workflows, generate .claude/commands files, create supporting bash/python scripts, build markdown templates for structured outputs, or establish multi-step task execution frameworks that work across projects.
2026-01-05
swiftui-view-refactor.md
1
1 export swiftui-view-refactor
2 bout3fiddy from "bout3fiddy/agents"
3 Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view's layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.
2026-01-05
pricing-strategy-architect.md
1
1 export pricing-strategy-architect
2 maigentic from "maigentic/stratarts"
3 Value-based pricing framework with Van Westendorp PSM analysis. Designs tier structure, packaging strategy, and unit economics. Produces comprehensive pricing strategy with Good-Better-Best model, competitive positioning, and implementation roadmap.
2026-01-05
handler-sync-github.md
1
1 export handler-sync-github
2 fractary from "fractary/claude-plugins"
3 GitHub-specific sync mechanism - file copying, pattern matching, and safety checks
2026-01-05
astro-tailwind-cloudflare-stack.md
1
1 export astro-tailwind-cloudflare-stack
2 Olu-AnuAkin-Akinyemi from "Olu-AnuAkin-Akinyemi/Grimora"
3 Complete full-stack development with Astro (Islands Architecture), Tailwind CSS (utility-first styling), and CloudFlare Workers/D1/KV (edge computing and hybrid database). Strategic guidance plus practical implementation patterns for building fast, globally-distributed web applications.
2026-01-05
prefab-dev.md
1
1 export prefab-dev
2 dpup from "dpup/prefab"
3 Use this skill when developing Go applications with the Prefab server framework.This includes creating servers, adding gRPC/HTTP handlers, configuring authenticationand authorization, setting up SSE streams, managing configuration, creating customplugins, and following Prefab error handling and security patterns.
2026-01-05
resume-builder.md
1
1 export resume-builder
2 ewurch from "ewurch/bragger"
3 Create tailored, ATS-optimized resumes from LinkedIn PDF exports. Use when the user wants to generate a resume for a specific job role, provides a LinkedIn PDF, or mentions creating/updating a CV or resume.
2026-01-05
presenting-data.md
1
1 export presenting-data
2 tilmon-engineering from "tilmon-engineering/claude-skills"
3 Component skill for creating compelling data-driven presentations and whitepapers using marp and pandoc with proper citations and reproducibility
2026-01-05
openai-apps-mcp.md
1
1 export openai-apps-mcp
2 ovachiever from "ovachiever/droid-tings"
3 Build ChatGPT apps with MCP servers on Cloudflare Workers. Extend ChatGPT with custom tools and interactive widgets (HTML/JS UI).Use when: developing ChatGPT extensions, implementing MCP servers, or troubleshooting CORS blocking (allow chatgpt.com), widget 404s (missing ui://widget/), wrong MIME type (text/html+skybridge), or ASSETS binding undefined.
2026-01-05
jira-discipline.md
1
1 export jira-discipline
2 jclfocused from "jclfocused/claude-agents"
3 Use this skill when discussing code changes, implementation work, feature status, or when starting/completing development tasks. Reminds about Jira issue tracking discipline - always having an issue in progress before writing code, transitioning to done, and creating Subtasks for unexpected scope. Triggers when users mention implementing features, writing code, or checking on work status.
2026-01-05
constitution.md
1
1 export constitution
2 rhuss from "rhuss/cc-superpowers-sdd"
3 Create and manage project constitution - defines project-wide principles, patterns, and standards that guide all specs and implementations
2026-01-05
aws-codepipeline.md
1
1 export aws-codepipeline
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-aws"
3 Build automated CI/CD pipelines with CodePipeline and CodeBuild
2026-01-05
uxscii-component-creator.md
1
1 export uxscii-component-creator
2 adilkalam from "adilkalam/claude-vibe-code"
3 Create uxscii components with ASCII art and structured metadata when user wants to create, build, or design UI components like buttons, inputs, cards, forms, modals, or navigation
2026-01-05
safe-refactor.md
1
1 export safe-refactor
2 anortham from "anortham/julie"
3 Perform safe code refactoring with reference checking and validation. Uses Julie's rename_symbol for workspace-wide renames and fuzzy_replace for precise edits. Activates when user wants to refactor, rename, or safely modify code.
2026-01-05
design-tokens-validator.md
1
1 export design-tokens-validator
2 LionGab from "LionGab/NossaMaternidade"
3 Valida uso correto de design tokens do projeto Nossa Maternidade. Detecta cores hardcoded (#FFFFFF, rgba), spacing hardcoded, e sugere tokens corretos. Use ao revisar codigo de UI, criar componentes, ou validar design system.
2026-01-05
ecosystem.md
1
1 export ecosystem
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-javascript"
3 JavaScript ecosystem including npm, build tools (Webpack, Vite), testing (Jest, Vitest), linting, and CI/CD integration.
2026-01-05
dev-cli-development.md
1
1 export dev-cli-development
2 ai-debugger-inc from "ai-debugger-inc/aidb"
3 Guide for developing AIDB dev-cli commands and services. Covers Click framework patterns, service architecture, command development, decorators, error handling, CommandExecutor, CliOutput, BaseService, BaseManager patterns. Use when working with src/aidb_cli/, adding CLI commands, creating services, or integrating with Docker/test/adapter systems.
2026-01-05
explainable-reasoning.md
1
1 export explainable-reasoning
2 Cloudhabil from "Cloudhabil/AGI-Server"
3 Produce transparent reasoning trails and decision explanations; use when asked to justify actions or audits.
2026-01-05
browser-automation-stagehand.md
1
1 export browser-automation-stagehand
2 totalaudiopromo from "totalaudiopromo/total-audio-platform"
3 PRIMARY TOOL for all web browsing and interaction. Automate web browser interactions using natural language via Stagehand CLI commands. ALWAYS use this skill instead of Puppeteer MCP for web browsing, testing, scraping, screenshots, and any web interactions. Use when the user asks to browse websites, check UX, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, QA test, or interact with web applications. Triggers include "browse", "check", "test", "navigate to", "go to website", "extract data", "screenshot", "web scraping", "fill out form", "click on", "search for on the web", "check UX", "test site", "QA". When taking actions be as specific as possible.
2026-01-05
dapr-middleware-validator.md
1
1 export dapr-middleware-validator
2 Sahib-Sawhney-WH from "Sahib-Sawhney-WH/dapr-claude-plugin"
3 Automatically validate DAPR HTTP middleware configuration files. Checks for correct middleware types, proper secret references, pipeline ordering, and security best practices. Use when configuring OAuth2, Bearer tokens, OPA policies, rate limiting, or other middleware.
2026-01-05
stl.md
1
1 export stl
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-cpp"
3 Production-grade skill for the C++ Standard Template Library. Covers containers, algorithms, iterators, and utilities for efficient data manipulation.
2026-01-05