Browse Skills
44969 skills found
tdx-basic.md
3
1
export
tdx-basic
2
from
"treasure-data/td-skills"
from
"treasure-data/td-skills"
3
Executes tdx CLI commands for Treasure Data. Covers `tdx databases`, `tdx tables`, `tdx query`, `tdx auth setup`, context management with profiles/sessions, and output formats (JSON/TSV/table). Use when users need tdx command syntax, authentication setup, database/table exploration, or query execution.
2026-01-05
codex-parallel-subagents.md
3
1
export
codex-parallel-subagents
2
from
"moonbit-community/codex-sdk"
from
"moonbit-community/codex-sdk"
3
Use when building MoonBit tools on this repo's Codex SDK that spawn multiple agent threads in parallel or in batch, including bounded concurrency, per-task threads, streaming events, and collecting session IDs or structured outputs.
2026-01-05
pci-dss-compliance.md
3
1
export
pci-dss-compliance
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
PCI DSS compliance planning for payment card handling including scope reduction, SAQ selection, and security controls
2026-01-05
css-styling.md
3
1
export
css-styling
2
from
"vapvarun/claude-backup"
from
"vapvarun/claude-backup"
3
Write modern, maintainable CSS using best practices for layouts, responsive design, animations, and CSS architecture. Use when styling websites, fixing CSS issues, or implementing designs.
2026-01-05
cookbook-audit.md
3
1
export
cookbook-audit
2
from
"Microck/ordinary-claude-skills"
from
"Microck/ordinary-claude-skills"
3
Audit an Anthropic Cookbook notebook based on a rubric. Use whenever a notebook review or audit is requested.
2026-01-05
steering-matcher.md
3
1
export
steering-matcher
2
from
"rjmurillo/ai-agents"
from
"rjmurillo/ai-agents"
3
Match file paths against steering file glob patterns to determine applicable steering guidance. Use when orchestrator needs to inject context-aware guidance based on files being modified.
2026-01-05
authorization-models.md
3
1
export
authorization-models
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Comprehensive authorization guidance covering RBAC, ABAC, ACL, ReBAC, and policy-as-code patterns. Use when designing permission systems, implementing access control, or choosing authorization strategies.
2026-01-05
scrum-event-backlog-refinement.md
3
1
export
scrum-event-backlog-refinement
2
from
"shishi/dotfiles"
from
"shishi/dotfiles"
3
Transform PBIs into ready status for AI execution. Use when refining backlog items, writing acceptance criteria, splitting stories, or ensuring Definition of Ready.
2026-01-05
nativephp-edge-components.md
3
1
export
nativephp-edge-components
2
from
"NativePHP/ClaudePlugins"
from
"NativePHP/ClaudePlugins"
3
This skill should be used when the user asks about "EDGE component", "native-top-bar", "native-bottom-nav", "native-side-nav", "native-fab", "native ui component", "TopBar", "BottomNav", "SideNav", "Fab component", "native navigation", "nativephp-safe-area", "safe area insets", or needs to implement native UI elements that render natively on device.
2026-01-05
ml-project-lifecycle.md
3
1
export
ml-project-lifecycle
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Plan ML projects using CRISP-DM, TDSP, and MLOps methodologies with proper phase gates and deliverables.
2026-01-05
analyzing-financial-statements.md
3
1
export
analyzing-financial-statements
2
from
"ronnycoding/.claude"
from
"ronnycoding/.claude"
3
This skill calculates key financial ratios and metrics from financial statement data for investment analysis
2026-01-05
trino-cli.md
3
1
export
trino-cli
2
from
"treasure-data/td-skills"
from
"treasure-data/td-skills"
3
Trino CLI for TD interactive queries. Covers connection to regional endpoints, batch mode (--execute, --file), output formats (CSV, JSON, TSV), and session properties.
2026-01-05
implementation-guidance-generator.md
3
1
export
implementation-guidance-generator
2
from
"paulchiu/dotfiles"
from
"paulchiu/dotfiles"
3
Generates structured implementation guidance documents for technical issues, bug fixes, and feature development. Use when creating actionable implementation plans with file references, code locations, and step-by-step approaches following Obsidian markdown formatting standards.
2026-01-05
release-guardian.md
3
1
export
release-guardian
2
from
"mikha08-rgb/VoiceLite"
from
"mikha08-rgb/VoiceLite"
3
Manages VoiceLite releases by ensuring version consistency across all files, coordinating the release workflow, and monitoring deployment. Activates when version numbers are mentioned or release work begins.
2026-01-05
technical-writer.md
3
1
export
technical-writer
2
from
"MykalMachon/llm-config"
from
"MykalMachon/llm-config"
3
Generate technical documentation including READMEs, specifications, architecture documents, and runbooks. Use when creating or updating any technical documentation.
2026-01-05
td-mcp.md
3
1
export
td-mcp
2
from
"treasure-data/td-skills"
from
"treasure-data/td-skills"
3
TD MCP server setup for Claude Code integration. Covers installation, regional configuration (us01, jp01, eu01), available tools (query, list_databases, describe_table), and write mode.
2026-01-05
dbt.md
3
1
export
dbt
2
from
"treasure-data/td-skills"
from
"treasure-data/td-skills"
3
dbt with TD Trino. Covers profiles.yml setup (method:none, user:TD_API_KEY), required override macros (no CREATE VIEW), TD_INTERVAL in models, and TD Workflow deployment.
2026-01-05
ha-emby-bug-triage.md
3
1
export
ha-emby-bug-triage
2
from
"troykelly/homeassistant-emby"
from
"troykelly/homeassistant-emby"
3
Use when investigating bugs that need reproduction - covers local HA/Emby testing, evidence gathering, root cause analysis, and updating issues with findings and fix recommendations.
2026-01-05
service-blueprinting.md
3
1
export
service-blueprinting
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Create service blueprints - frontstage/backstage visualization, touchpoints, support processes, evidence, and service design methodology.
2026-01-05
tdd.md
3
1
export
tdd
2
from
"jkitchin/skillz"
from
"jkitchin/skillz"
3
Test-Driven Development facilitation using the red-green-refactor cycle. Guides users throughwriting tests first, implementing minimal code to pass, and refactoring for quality. Use whenusers want to practice TDD, need help writing tests before code, are developing new featurestest-first, or want guidance on test structure and implementation. Triggers include 'use TDD,''test-driven development,' 'write tests first,' 'red-green-refactor,' or requests to developfunctionality with tests.
2026-01-05
healthsim-trialsim.md
3
1
export
healthsim-trialsim
2
from
"mark64oswald/healthsim-workspace"
from
"mark64oswald/healthsim-workspace"
3
Generate realistic clinical trial synthetic data including study definitions, sites, subjects, visits, adverse events, efficacy assessments, and disposition. Use when user requests: clinical trial data, CDISC/SDTM/ADaM datasets, trial scenarios (Phase I/II/III/IV), FDA submission test data, or specific therapeutic areas like oncology or biologics/CGT.
2026-01-05
wp-theme-development.md
3
1
export
wp-theme-development
2
from
"vapvarun/claude-backup"
from
"vapvarun/claude-backup"
3
WordPress theme development best practices and standards. Use when building new themes, creating custom templates, implementing theme features, working with template hierarchy, customizer options, or FSE block themes, or when user mentions "theme development", "child theme", "template hierarchy", "theme.json", "customizer", "template parts", "block theme", "classic theme", or "theme standards".
2026-01-05
writing-documentation.md
3
1
export
writing-documentation
2
from
"stephendolan/dotfiles"
from
"stephendolan/dotfiles"
3
Best practices for project documentation including README, CONTRIBUTING, CHANGELOG, and Markdown files. Use when updating documentation, writing README sections, or maintaining project docs. Covers Markdown formatting, documentation structure, common sections, consistency patterns, and technical writing clarity.
2026-01-05
docusaurus-config.md
3
1
export
docusaurus-config
2
from
"mcclowes/lea"
from
"mcclowes/lea"
3
Use when working with docusaurus.config.js/ts files to validate or modify Docusaurus configuration
2026-01-05