Browse Skills

1686 skills found

ticket-create.md
1
1 export ticket-create
2 tarrragon from "tarrragon/claude"
3 Interactive Atomic Ticket design and creation tool following Single Responsibility Principle. Use when: (1) Creating new tickets for development tasks, (2) Breaking down complex requirements into atomic tickets, (3) Creating tickets from test failures, (4) Batch creating multiple tickets from requirements description. Each ticket must have exactly one Action + one Target.
2026-06-05
wp-abilities-api.md
1
1 export wp-abilities-api
2 nathanonn from "nathanonn/claude-skills-wp-abilities-api"
3 Intelligent documentation system for the WordPress Abilities API. Activate automatically when working with WordPress plugins, ability registration, or when WordPress Abilities API terms are mentioned (wp_register_ability, ability categories, REST API, etc.). Provides context-aware documentation retrieval - fetches implementation guides for coding queries, API references for parameter lookups, and smart multi-page fetching for complex integrations.
2025-12-02
sc-best-practices-auto.md
1
1 export sc-best-practices-auto
2 Ketomihine from "Ketomihine/my_skills"
3 单细胞分析最佳实践集合——目录索引自动发现,完整抓取HTML/MD与代码块
2026-05-14
strands-spec.md
1
1 export strands-spec
2 ThomasRohde from "ThomasRohde/strands-cli"
3 Execute agentic workflows (YAML) with strong observability, schema validation, and safe orchestration.
2025-11-20
flamework-roblox-ts.md
1
1 export flamework-roblox-ts
2 StephenSHorton from "StephenSHorton/flamework-template"
3 A flamework template with some modifications
2026-06-01
stock-ui.md
1
1 export stock-ui
2 juliandavis7 from "juliandavis7/stock-insights"
3 Stock analysis UI frontend. React + TypeScript with Tailwind CSS, shadcn/ui, Recharts. Use for React components, API integration, routing, state management, styling, charts visualization.
2026-04-15
hook-system.md
1
1 export hook-system
2 chkim-su from "chkim-su/forge-editor"
3 Claude Code Hook system entry point. Guides you to the right skill based on your needs.
2026-01-16
executing-tasks-with-shannon-do.md
1
1 export executing-tasks-with-shannon-do
2 krzemienski from "krzemienski/shannon-cli"
3 Use when creating files, implementing features, or executing development tasks - guides shannon do command usage, dashboard integration, caching behavior, when to use vs shannon exec or shannon analyze
2025-11-17
assistant-ui-docs.md
1
1 export assistant-ui-docs
2 Lightbridge-KS from "Lightbridge-KS/chat-assistant-ollama"
3 Chat App with Ollama
2025-12-17
a11y-tester.md
1
1 export a11y-tester
2 joe-watkins from "joe-watkins/a11y-skills"
3 Run automated accessibility tests on URLs or HTML content using axe-core engine to WCAG 2.2 AA standards, then format findings as standardized issue reports. Use this skill when users want to test website accessibility, find WCAG violations, audit pages for accessibility issues, check if sites are accessible, analyze HTML for accessibility problems, or create accessibility issue tickets. Triggers on requests like "test accessibility", "check for WCAG violations", "audit this URL", "is this page accessible", "find accessibility issues", or "write accessibility issues".
2026-02-05
brainstorming.md
1
1 export brainstorming
2 mta-tech from "mta-tech/kai-code"
3 AI Agent for operate your code.
2026-03-31
surrealdartb.md
1
1 export surrealdartb
2 cotw-fabier from "cotw-fabier/surrealdartb"
3 A dart wrapper for SurrealDB’s
2026-03-02
cli-designer.md
1
1 export cli-designer
2 kaakaww from "kaakaww/hawkop"
3 CLI companion for the StackHawk AppSec Intelligence Platform
2026-03-31
fabric.md
1
1 export fabric
2 zmre from "zmre/nix-pai"
3 Native Fabric pattern execution for Claude Code. USE WHEN processing content with Fabric patterns (extract_wisdom, summarize, analyze_claims, threat modeling, etc.). Patterns run natively in Claude's context - no CLI spawning needed. Only use fabric CLI for YouTube transcripts (-y) or pattern updates (-U).
2026-05-28
short-prompt-guide.md
1
1 export short-prompt-guide
2 rfxlamia from "rfxlamia/flow"
3 Strategy for creating efficient short-form video prompts. Use when creating filler shots, atmospheric scenes, or quick video clips that don't require full Production Brief methodology. Covers when to go short vs long, format+style upfront rule, and two approaches (Descriptive vs Directive) for compact yet coherent results.
2026-03-01
frontend-web-dev-expert.md
1
1 export frontend-web-dev-expert
2 malston from "malston/claude-config"
3 Advanced frontend web development expert system that provides comprehensive modern web development services including architecture design, UI/UX implementation, performance optimization, engineering setup, and cross-platform development through expert collaboration and intelligent tool integration.
2026-05-30
research-assessor.md
1
1 export research-assessor
2 saross from "saross/llm-reproducibility"
3 Repository for exploratory work around the application of LLMs to assessment of the reproducibility / reliability / quality / transparency of inductive and abductive research
2026-06-07
hook-creator.md
1
1 export hook-creator
2 RasmusGodske from "RasmusGodske/claude-liv-conventions"
3 Guide for creating Claude Code hooks in the liv-conventions plugin. This skill should be used when users want to create a new hook to validate, block, or guide Claude's tool usage (Write, Bash, Edit, etc.). Covers the HookHandler pattern, PreToolUseInput/Response APIs, glob matching, plugin.json configuration, and testing.
2026-01-24
frontend-design.md
1
1 export frontend-design
2 aaron-howard from "aaron-howard/training-certify"
3 Application to track Certification exams per user and team
2026-05-28
zellij-config.md
1
1 export zellij-config
2 glnds from "glnds/claude-config"
3 A collection of Claude Skills
2026-06-03
frontend-design.md
1
1 export frontend-design
2 dejanvasic85 from "dejanvasic85/williamstownsc"
3 Static website for Williamstown soccer club powered by Next and Sanity
2026-06-07
flask-smorest-api.md
1
1 export flask-smorest-api
2 jmazzahacks from "jmazzahacks/byteforge-claude-skills"
3 Collection of Claude Code skills that codify best practices and reusable patterns for software development
2026-06-07
anime-mj-prompt-builder.md
1
1 export anime-mj-prompt-builder
2 jawhnycooke from "jawhnycooke/claude-code-anime-mj"
3 Generates anime/manga prompts for Midjourney Niji mode with 30+ artist styles, SREF code library
2026-04-04
code-review.md
1
1 export code-review
2 jiyeol-lee from "jiyeol-lee/dotfiles"
3 Code review guidelines for commits and file changes. Covers four categories:Quality (security, correctness, maintainability), Regression (breaking changes,API compatibility), Documentation (code docs, changelogs), and Performance(optimization, efficiency).
2026-05-17