Browse Skills

22656 skills found

authorization-models.md
3
1 export authorization-models
2 melodic-software 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 shishi 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
ml-project-lifecycle.md
3
1 export ml-project-lifecycle
2 melodic-software 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 ronnycoding from "ronnycoding/.claude"
3 This skill calculates key financial ratios and metrics from financial statement data for investment analysis
2026-01-05
td-mcp.md
3
1 export td-mcp
2 treasure-data 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 treasure-data 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
healthsim-trialsim.md
3
1 export healthsim-trialsim
2 mark64oswald 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
writing-documentation.md
3
1 export writing-documentation
2 stephendolan 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
comfyui.md
3
1 export comfyui
2 atrawog from "atrawog/bazzite-ai"
3 ComfyUI node-based Stable Diffusion interface. GPU-accelerated imagegeneration with custom node support and CivitAI model downloads.Use 'ujust comfyui' for installation, lifecycle management, andmodel/node operations.
2026-01-05
llm-evaluation.md
3
1 export llm-evaluation
2 amurata from "amurata/cc-tools"
3 自動メトリクス、人間によるフィードバック、およびベンチマークを使用して、LLMアプリケーションの包括的な評価戦略を実装します。LLMのパフォーマンスをテストし、AIアプリケーションの品質を測定し、または評価フレームワークを確立する場合に使用します。
2026-01-05
materials-databases.md
3
1 export materials-databases
2 jkitchin from "jkitchin/skillz"
3 Expert assistant for accessing materials databases (AFLOW and Materials Project) - query crystal structures, materials properties, thermodynamic data, and computational results from comprehensive databases
2026-01-05
zte-progression.md
3
1 export zte-progression
2 melodic-software from "melodic-software/claude-code-plugins"
3 Guide progression from In-Loop to Out-Loop to Zero-Touch Engineering. Use when assessing agentic maturity, planning ZTE progression, or identifying requirements for autonomous operation.
2026-01-05
code-review-orchestrator.md
3
1 export code-review-orchestrator
2 jack-michaud from "jack-michaud/faire"
3 Delegate specialized reviews to subagents and synthesize their findings. Use when reviewing code.
2026-01-05
python-pytest-patterns.md
3
1 export python-pytest-patterns
2 0xDarkMatter from "0xDarkMatter/claude-mods"
3 pytest testing patterns for Python. Triggers on: pytest, fixture, mark, parametrize, mock, conftest, test coverage, unit test, integration test, pytest.raises.
2026-01-05
agentic-layer-assessment.md
3
1 export agentic-layer-assessment
2 melodic-software from "melodic-software/claude-code-plugins"
3 Assess agentic layer maturity using the 12-grade classification system (Class 1-3). Use when evaluating codebase readiness, identifying next upgrade steps, or tracking progress toward the Codebase Singularity.
2026-01-05
code-review.md
3
1 export code-review
2 petyosi from "petyosi/rc"
3 Pre-PR code review for branch changes. Use when user wants to review changes before opening a PR, asks to check their branch for issues, or mentions code review. Analyzes diff against base branch for code quality, bugs, security vulnerabilities, logical fallacies, and style/convention violations. Provides detailed analysis with file:line references and improvement suggestions.
2026-01-05
data-governance.md
3
1 export data-governance
2 melodic-software from "melodic-software/claude-code-plugins"
3 Define data ownership, stewardship roles, data classification, retention policies, and access control frameworks.
2026-01-05
state-management.md
3
1 export state-management
2 xmark168 from "xmark168/VibeSDLC"
3 Manage client-side state with Zustand. Use when building shopping cart, user preferences, theme toggle, UI state, or any cross-component shared state with localStorage persist.
2026-01-05
segment.md
3
1 export segment
2 treasure-data from "treasure-data/td-skills"
3 Manages CDP child segments using `tdx sg` commands with YAML rule configs. Covers filtering with operators (Equal, In, Greater, TimeWithinPast, Contain), folder organization, and activations for Salesforce/Google Ads exports. Use when creating audience segments, validating with `tdx sg push --dry-run`, or listing fields with `tdx sg fields`.
2026-01-05
gemini-command-development.md
3
1 export gemini-command-development
2 melodic-software from "melodic-software/claude-code-plugins"
3 Expert guide for creating custom Gemini CLI commands. Covers slash command definitions (.toml), argument parsing, and shell execution. Use when creating custom Gemini commands, defining TOML command files, adding command arguments, or building extension-based commands. Delegates to gemini-cli-docs.
2026-01-05
ghe-design.md
3
1 export ghe-design
2 Emasoft from "Emasoft/ghe-marketplace"
3 Reference material for Athena when writing requirements. NOT a template - Athena writes requirements freely based on the domain. This skill provides guidance patterns that may be useful, not constraints to follow.
2026-01-05
python-engineering.md
3
1 export python-engineering
2 gonzaloserrano from "gonzaloserrano/dotfiles"
3 Comprehensive Python engineering guidelines for writing production-quality Python code. This skill should be used when writing Python code, performing Python code reviews, working with Python tools (uv, ruff, mypy, pytest), or answering questions about Python best practices and patterns. Applies to CLI tools, AI agents (langgraph), and general Python development.
2026-01-05
flox-services.md
3
1 export flox-services
2 flox from "flox/flox-agentic"
3 Running services and background processes in Flox environments. Use for service configuration, network services, logging, database setup, and service debugging.
2026-01-05
etl-elt-patterns.md
3
1 export etl-elt-patterns
2 melodic-software from "melodic-software/claude-code-plugins"
3 Use when designing data pipelines, choosing between ETL and ELT approaches, or implementing data transformation patterns. Covers modern data pipeline architecture.
2026-01-05