Browse Skills
44976 skills found
kitty-terminal.md
3
1
export
kitty-terminal
2
from
"codethread/PersonalConfigs"
from
"codethread/PersonalConfigs"
3
Configure and control kitty terminal emulator using kitten commands, kitty.conf settings, remote control, and session automation. Use when working with kitty terminal, kittens, kitty.conf, terminal automation, or debugging kitty sessions.
2026-01-05
web-search.md
3
1
export
web-search
2
from
"getty104/claude-code-marketplace"
from
"getty104/claude-code-marketplace"
3
geminiコマンドを使用した高度なWeb検索スキル。Web検索を行う際、Claude CodeのデフォルトWeb Search toolよりも優先的にこのスキルを使用してください。
2026-01-05
battle-system.md
3
1
export
battle-system
2
from
"Osakana3610/Osakana-Guild"
from
"Osakana3610/Osakana-Guild"
3
バトルシステムの設計と実装ガイド。バトル関連の変更時に参照。
2026-01-05
gemini-token-optimization.md
3
1
export
gemini-token-optimization
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Optimize token usage when delegating to Gemini CLI. Covers token caching, batch queries, model selection (Flash vs Pro), and cost tracking. Use when planning bulk Gemini operations.
2026-01-05
lmql-constraints.md
3
1
export
lmql-constraints
2
from
"manutej/categorical-meta-prompting"
from
"manutej/categorical-meta-prompting"
3
LMQL constraint-guided generation DSL for type-safe prompting with grammar constraints and logical conditions. Use when building structured LLM outputs with guaranteed format compliance, implementing constrained decoding with logical operators, creating type-safe prompt templates, or combining neural generation with symbolic constraints for reliable AI outputs.
2026-01-05
mcp-categorical.md
3
1
export
mcp-categorical
2
from
"manutej/categorical-meta-prompting"
from
"manutej/categorical-meta-prompting"
3
MCP (Model Context Protocol) server patterns with categorical tool composition and typed context protocols. Use when building MCP servers with categorical composition patterns, designing tool interfaces using functors and natural transformations, implementing typed context management, or creating composable AI tool ecosystems with categorical guarantees.
2026-01-05
healthsim.md
3
1
export
healthsim
2
from
"mark64oswald/healthsim-workspace"
from
"mark64oswald/healthsim-workspace"
3
HealthSim generates realistic synthetic healthcare data for testing EMR systems, claims processing, pharmacy benefits, and analytics. Use for ANY request involving: (1) synthetic patients, clinical data, or medical records, (2) healthcare claims, billing, or adjudication, (3) pharmacy prescriptions, formularies, or drug utilization, (4) HL7v2, FHIR, X12, or NCPDP formatted output, (5) healthcare testing scenarios or sample data generation.
2026-01-05
self-improve-prompt-design.md
3
1
export
self-improve-prompt-design
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Write self-improve prompts that sync expertise files with codebase reality. Use when creating maintenance workflows for agent experts, designing validation logic, or implementing the LEARN step of Act-Learn-Reuse.
2026-01-05
white-labeling.md
3
1
export
white-labeling
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Tenant branding and customization patterns for SaaS applications. Covers custom domains, theming, email customization, and brand isolation.
2026-01-05
archive-task.md
3
1
export
archive-task
2
from
"cowwoc/styler"
from
"cowwoc/styler"
3
Atomically update todo.md and changelog.md when completing a task
2026-01-05
reviewing-silent-failures.md
3
1
export
reviewing-silent-failures
2
from
"thkt/claude-config"
from
"thkt/claude-config"
3
フロントエンドコードのサイレント障害検出パターン。 トリガー: サイレント障害, silent failure, 空のcatch, empty catch, 未処理Promise, unhandled rejection, unhandled promise, Error Boundary, fire and forget, エラーハンドリング, error handling, try-catch.
2026-01-05
ea-learning.md
3
1
export
ea-learning
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Explain enterprise architecture concepts in practical terms. Use when learning about TOGAF, Zachman, ADRs, or any EA terminology.
2026-01-05
swift-dependencies.md
3
1
export
swift-dependencies
2
from
"nonameplum/agent-skills"
from
"nonameplum/agent-skills"
3
A dependency management library for Swift with controlled, testable dependencies
2026-01-05
programming-swift.md
3
1
export
programming-swift
2
from
"nonameplum/agent-skills"
from
"nonameplum/agent-skills"
3
The complete Swift Programming Language book by Apple, covering syntax, features, concurrency, and the formal language reference.
2026-01-05
full-stack-debugger.md
3
1
export
full-stack-debugger
2
from
"ingpoc/SKILLS"
from
"ingpoc/SKILLS"
3
This skill should be used when debugging full-stack issues that span UI, backend, and database layers. It provides a systematic workflow to detect errors, analyze root causes, apply fixes iteratively, and verify solutions through automated server restarts and browser-based testing. Ideal for scenarios like failing schedulers, import errors, database issues, or API payload problems where issues originate in backend code but manifest in the UI.
2026-01-05
swiftui-components.md
3
1
export
swiftui-components
2
from
"xtone/ai_development_tools"
from
"xtone/ai_development_tools"
3
SwiftUI UI component catalog. Use when implementing NavigationStack, Swift Charts, PhotosPicker, TipKit, ScrollView enhancements, animations, layouts, WebView, Liquid Glass and other UI components. Organized by feature category with OS version compatibility info. Reference for discovering available components and implementation patterns.
2026-01-05
improve-skill.md
3
1
export
improve-skill
2
from
"alexanderop/workoutTracker"
from
"alexanderop/workoutTracker"
3
Analyze coding agent session transcripts to improve existing skills or create new ones. Use when asked to improve a skill based on a session, or extract a new skill from session history.
2026-01-05
e2e-flow-test.md
3
1
export
e2e-flow-test
2
from
"mwguerra/claude-code-plugins"
from
"mwguerra/claude-code-plugins"
3
Execute complete user flow testing with Playwright MCP, testing end-to-end journeys through the application
2026-01-05
trino-to-hive-migration.md
3
1
export
trino-to-hive-migration
2
from
"treasure-data/td-skills"
from
"treasure-data/td-skills"
3
Convert Trino queries to Hive when memory errors occur. Covers syntax differences (td_time_string→TD_TIME_FORMAT, REGEXP_LIKE→RLIKE, ARRAY_AGG→COLLECT_LIST) and engine selection.
2026-01-05
graph-database-expert.md
3
1
export
graph-database-expert
2
from
"martinholovsky/claude-skills-generator"
from
"martinholovsky/claude-skills-generator"
3
Expert in graph database design and development with deep knowledge of graph modeling, traversals, query optimization, and relationship patterns. Specializes in SurrealDB but applies generic graph database concepts. Use when designing graph schemas, optimizing graph queries, implementing complex relationships, or building graph-based applications.
2026-01-05
jtbd-psychographic-research.md
3
1
export
jtbd-psychographic-research
2
from
"mike-coulbourn/claude-vibes"
from
"mike-coulbourn/claude-vibes"
3
Provides Jobs-to-be-Done and psychographic research frameworks for brand identity work. Auto-activates during brand positioning, voice development, messaging, and strategy phases. Use when discussing target audience, customer research, JTBD, jobs to be done, four forces, push pull anxiety habit, emotional jobs, social jobs, functional jobs, limbic types, VALS segments, psychographics, or customer motivations.
2026-01-05
marketing.md
3
1
export
marketing
2
from
"vapvarun/claude-backup"
from
"vapvarun/claude-backup"
3
Create comprehensive marketing content for themes, plugins, and web products. Generates organized folder structure with product descriptions, feature highlights, social media posts, email campaigns, video scripts, sales materials, and brand assets. Use when creating promotional content, announcements, or sales copy.
2026-01-05
incident-triage.md
3
1
export
incident-triage
2
from
"benreceveur/claude-workflow-engine"
from
"benreceveur/claude-workflow-engine"
3
Faster on-call handoffs and better postmortems with triage SOPs
2026-01-05
cdn-media-delivery.md
3
1
export
cdn-media-delivery
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Use when configuring CDN for media delivery, implementing cache invalidation, or designing signed URL patterns. Covers CDN configuration, edge caching, origin shielding, and secure media access for headless CMS.
2026-01-05