Browse Skills
22656 skills found
video-subtitle.md
16
1
export
video-subtitle
2
from
"team-attention/ai-builders-meetup"
from
"team-attention/ai-builders-meetup"
3
동영상에서 자막을 자동 생성하고 발표자료 기반으로 교정하는 스킬.
"자막 생성", "영상 자막", "STT", "subtitle" 요청에 사용.
mlx-whisper로 추출 → 중복 정리 → 발표자료 기반 교정까지 자동화.
2026-01-05
create-meta-prompts.md
16
1
export
create-meta-prompts
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Create optimized prompts for Claude-to-Claude pipelines with research, planning, and execution stages. Use when building prompts that produce outputs for other prompts to consume, or when running multi-stage workflows (research -> plan -> implement).
2026-01-05
tester.md
16
1
export
tester
2
from
"larsbaunwall/DomainLang"
from
"larsbaunwall/DomainLang"
3
Use for testing tasks including test strategy design, writing Vitest unit/integration tests, ensuring coverage, and exploring edge cases. Activate when creating tests, reviewing test coverage, or designing test strategies.
2026-01-05
bats.md
16
1
export
bats
2
from
"OleksandrKucherenko/e-bash"
from
"OleksandrKucherenko/e-bash"
3
Bash Automated Testing System (BATS) for TDD-style testing of shell scripts. Use when: (1) Writing unit or integration tests for Bash scripts, (2) Testing CLI tools or shell functions, (3) Setting up test infrastructure with setup/teardown hooks, (4) Mocking external commands (curl, git, docker), (5) Generating JUnit reports for CI/CD, (6) Debugging test failures or flaky tests, (7) Implementing test-driven development for shell scripts.
2026-01-05
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
from
"MatiasComercio/agentic-config"
3
Expert assistant for creating Claude Code custom slash commands. Guides command file structure, YAML frontmatter configuration, variable syntax, and best practices. Triggers on keywords: writing commands, creating commands, slash command, custom command, new command, command template, make command, /command, create command, update command
2026-01-05
fetch-library-docs.md
15
1
export
fetch-library-docs
2
from
"panaversity/claude-code-skills-lab"
from
"panaversity/claude-code-skills-lab"
3
Fetches official documentation for external libraries and frameworks (React, Next.js, Prisma, FastAPI, Express, Tailwind, MongoDB, etc.) with 60-90% token savings via content-type filtering. Use this skill when implementing features using library APIs, debugging library-specific errors, troubleshooting configuration issues, installing or setting up frameworks, integrating third-party packages, upgrading between library versions, or looking up correct API patterns and best practices. Triggers automatically during coding work - fetch docs before writing library code to get correct patterns, not after guessing wrong.
2026-01-05
brainstorming.md
15
1
export
brainstorming
2
from
"galangryandana/superpowers-for-my-own-workflow"
from
"galangryandana/superpowers-for-my-own-workflow"
3
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
2026-01-05
code-flow-tracer.md
15
1
export
code-flow-tracer
2
from
"lis186/SourceAtlas"
from
"lis186/SourceAtlas"
3
Trace code execution paths and data flow. Use when user asks "how does X work", "what happens when X", "trace the flow of X", "where does data come from", or needs to understand feature implementation.
2026-01-18
grey-haven-observability-engineering.md
15
1
export
grey-haven-observability-engineering
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Production-ready monitoring, logging, and tracing using Prometheus, Grafana, OpenTelemetry, DataDog, and Sentry. Use when setting up production monitoring, implementing SLOs, distributed tracing, or performance tracking.
2026-01-21
using-rails-ai.md
15
1
export
using-rails-ai
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Rails-AI introduction - explains how rails-ai (Rails domain layer) integrates with superpowers (universal workflows) for Rails development
2026-01-20
zoom.md
15
1
export
zoom
2
from
"Everplay-Tech/pewpew"
from
"Everplay-Tech/pewpew"
3
Granularity control with +/- notation. Use + for detail, - for brevity. Always active. Works standalone or inside pewpew blocks.
2026-01-05
seedream-image-generator.md
15
1
export
seedream-image-generator
2
from
"eze-is/seedream-image-generator"
from
"eze-is/seedream-image-generator"
3
Generate images using the Doubao SeeDream API based on text prompts. Use this skill when users request AI-generated images, artwork, illustrations, or visual content creation. The skill handles API calls, downloads generated images to the project's /pic folder, and supports batch generation of up to 4 sequential images.
2026-01-21
rails-ai:hotwire.md
15
1
export
rails-ai:hotwire
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Use when adding interactivity to Rails views - Hotwire Turbo (Drive, Frames, Streams, Morph) and Stimulus controllers
2026-01-20
grey-haven-test-generation.md
15
1
export
grey-haven-test-generation
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Comprehensive test suite generation with unit tests, integration tests, edge cases, and error handling. Use when generating tests for existing code, improving coverage, or creating systematic test suites. Triggers: 'generate tests', 'add tests', 'test coverage', 'write tests for', 'create test suite'.
2026-01-21
grey-haven-tdd-orchestration.md
15
1
export
grey-haven-tdd-orchestration
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Master TDD orchestration with multi-agent coordination, strict red-green-refactor enforcement, automated test generation, coverage tracking, and >90% coverage quality gates. Coordinates tdd-python, tdd-typescript, and test-generator agents. Use when implementing features with TDD workflow, coordinating multiple TDD agents, enforcing test-first development, or when user mentions 'TDD workflow', 'test-first', 'TDD orchestration', 'multi-agent TDD', 'test coverage', or 'red-green-refactor'.
2026-01-21
example-data-processor.md
15
1
export
example-data-processor
2
from
"fkesheh/skill-mcp"
from
"fkesheh/skill-mcp"
3
Process CSV data files by cleaning, transforming, and analyzing them. Use this when users need to work with CSV files, clean data, or perform basic data analysis tasks.
2026-01-19
hook-intercept-block.md
15
1
export
hook-intercept-block
2
from
"kylesnowschwartz/claude-bumper-lanes"
from
"kylesnowschwartz/claude-bumper-lanes"
3
This skill should be used when implementing slash commands that execute without Claude API calls. Use when: adding a new /bumper-* command, understanding why commands return "block" responses, debugging UserPromptSubmit hooks, or learning the pattern for instant command execution. Keywords: UserPromptSubmit, block decision, hook response, slash command implementation.
2026-01-22
super-dev.md
15
1
export
super-dev
2
from
"shangyankeji/super-dev"
from
"shangyankeji/super-dev"
3
顶级 AI 开发战队 (God-Tier)。调度 10 位精英专家 (PM/架构/UI/UX/安全/代码/DBA/QA/DevOps/RCA),交付商业级研发资产。内置思维链 (CoT) 与实时市场情报系统。
2026-01-16
rails-ai:debugging-rails.md
15
1
export
rails-ai:debugging-rails
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Use when debugging Rails issues - provides Rails-specific debugging tools (logs, console, byebug, SQL logging) integrated with systematic debugging process
2026-01-20
grey-haven-context-management.md
15
1
export
grey-haven-context-management
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Multi-agent workflow orchestration with state persistence, handoff patterns, and resumable workflows. Use when building multi-agent workflows, coordinating complex tasks, or implementing resumable processes. Triggers: 'orchestration', 'workflow', 'context save', 'handoff', 'multi-agent'.
2026-01-21
Agent Prompt Evolution.md
15
1
export
Agent Prompt Evolution
2
from
"yaleh/meta-cc"
from
"yaleh/meta-cc"
3
Track and optimize agent specialization during methodology development. Use when agent specialization emerges (generic agents show >5x performance gap), multi-experiment comparison needed, or methodology transferability analysis required. Captures agent set evolution (Aₙ tracking), meta-agent evolution (Mₙ tracking), specialization decisions (when/why to create specialized agents), and reusability assessment (universal vs domain-specific vs task-specific). Enables systematic cross-experiment learning and optimized M₀ evolution. 2-3 hours overhead per experiment.
2025-12-13
ui-ux-pro-max.md
15
1
export
ui-ux-pro-max
2
from
"galangryandana/superpowers-for-my-own-workflow"
from
"galangryandana/superpowers-for-my-own-workflow"
3
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
2026-01-05
CI/CD Optimization.md
15
1
export
CI/CD Optimization
2
from
"yaleh/meta-cc"
from
"yaleh/meta-cc"
3
Comprehensive CI/CD pipeline methodology with quality gates, release automation, smoke testing, observability, and performance tracking. Use when setting up CI/CD from scratch, build time over 5 minutes, no automated quality gates, manual release process, lack of pipeline observability, or broken releases reaching production. Provides 5 quality gate categories (coverage threshold 75-80%, lint blocking, CHANGELOG validation, build verification, test pass rate), release automation with conventional commits and automatic CHANGELOG generation, 25 smoke tests across execution/consistency/structure categories, CI observability with metrics tracking and regression detection, performance optimization including native-only testing for Go cross-compilation. Validated in meta-cc with 91.7% pattern validation rate (11/12 patterns), 2.5-3.5x estimated speedup, GitHub Actions native with 70-80% transferability to GitLab CI and Jenkins.
2025-12-13
rails-ai:jobs.md
15
1
export
rails-ai:jobs
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Use when setting up background jobs, caching, or WebSockets - SolidQueue, SolidCache, SolidCable (TEAM RULE
2026-01-20