Browse Skills

2258 skills found

usability-testing.md
3
1 export usability-testing
2 melodic-software from "melodic-software/claude-code-plugins"
3 Design and plan usability tests - task creation, think-aloud protocols, moderator scripts, metrics definition, and analysis frameworks.
2026-01-05
rr-solidity.md
3
1 export rr-solidity
2 Microck from "Microck/ordinary-claude-skills"
3 Comprehensive Solidity smart contract development skill using Foundry framework. Use for writing, testing, deploying, and auditing Solidity contracts with security-first practices. Also triggers when working with .sol files, Foundry project files (foundry.toml), test files (.t.sol), or smart contract deployment scripts. Example triggers: "Write smart contract", "Create Solidity test", "Deploy contract", "Audit smart contract", "Fix security vulnerability", "Write Foundry test", "Set up Foundry project"
2026-01-05
design-thinking.md
3
1 export design-thinking
2 melodic-software from "melodic-software/claude-code-plugins"
3 Design Thinking methodology for human-centered innovation. Covers the 5-phase IDEO/Stanford d.school approach (Empathize, Define, Ideate, Prototype, Test) with workshop facilitation and exercise templates.
2026-01-05
modular-architecture.md
3
1 export modular-architecture
2 melodic-software from "melodic-software/claude-code-plugins"
3 Module organization patterns including ports and adapters (hexagonal), module communication, and data isolation. Use when structuring modular monoliths, defining module boundaries, setting up inter-module communication, or isolating database contexts. Includes MediatR patterns for internal events.
2026-01-05
building-bitcoin-rust.md
3
1 export building-bitcoin-rust
2 enuno from "enuno/claude-command-and-control"
3 Comprehensive guide to building Bitcoin protocol implementation in Rust, covering cryptographic primitives, blockchain architecture, consensus mechanisms, networking, and wallet development. Use when implementing Bitcoin-compatible systems, learning Bitcoin internals, or developing cryptocurrency applications in Rust.
2026-01-05
context-mapping.md
3
1 export context-mapping
2 melodic-software from "melodic-software/claude-code-plugins"
3 Map relationships between bounded contexts using DDD context mapping patterns. Use when defining upstream/downstream relationships, integration strategies (ACL, OHS, PL), or generating Context Mapper DSL output. Follows event storming for bounded context discovery.
2026-01-05
gemini-workspace-bridge.md
3
1 export gemini-workspace-bridge
2 melodic-software from "melodic-software/claude-code-plugins"
3 Central authority for Claude-Gemini shared workspace architecture. Defines directory structure, artifact exchange, and file naming conventions. Use when setting up dual-CLI workflows, deciding where to store AI artifacts, or managing cross-CLI file exchange.
2026-01-05
jupyter.md
3
1 export jupyter
2 atrawog from "atrawog/bazzite-ai"
3 JupyterLab ML/AI development environment management via Podman Quadlet.Supports multi-instance deployment, GPU acceleration (NVIDIA/AMD/Intel),token authentication, and per-instance configuration. Use when users needto install, start, stop, or manage JupyterLab containers for ML development.
2026-01-05
software-crypto-web3.md
3
1 export software-crypto-web3
2 Microck from "Microck/ordinary-claude-skills"
3 Production-grade blockchain and Web3 development with Solidity (Ethereum/EVM), Rust (Solana), CosmWasm (Cosmos), including smart contract architecture, security patterns, gas optimization, testing strategies, DeFi protocols, and deployment workflows.
2026-01-05
use-toon.md
2
1 export use-toon
2 rayk from "rayk/lucid-toolkit"
3 Use TOON (Token-Oriented Object Notation) with schema.org vocabulary for prompting and instructing subagents and builtin agents. Use when delegating tasks to agents, structuring agent prompts, or specifying expected response formats. DO NOT use for external API calls or when JSON parsing is required.
2026-01-05
plugin-packager.md
2
1 export plugin-packager
2 JamesPrial from "JamesPrial/claudefiles"
3 Package claudefiles components into a valid Claude Code plugin
2026-01-05
modeling-nosql-data.md
2
1 export modeling-nosql-data
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to design NoSQL data models. It activates when the user requests assistance with NoSQL database design, including schema creation, data modeling for MongoDB or DynamoDB, or defining document structures. Use this skill when the user mentions "NoSQL data model", "design MongoDB schema", "create DynamoDB table", or similar phrases related to NoSQL database architecture. It assists in understanding NoSQL modeling principles like embedding vs. referencing, access pattern optimization, and sharding key selection.
2026-01-05
context-window-optimization.md
2
1 export context-window-optimization
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 コンテキストウィンドウの制約内で情報を最適整理するためのスキル。トークン計測、優先順位付け、圧縮、検証の一連フローを提供する。Anchors:• High Performance Browser Networking / 適用: 計測とレイテンシ意識 / 目的: 予算内最適化• Designing Data-Intensive Applications / 適用: リソース制約下の設計 / 目的: 効率的な構造化• Progressive Disclosure パターン / 適用: 段階的情報開示 / 目的: 過剰読み込みの回避Trigger:Use when optimizing context window usage, measuring token budgets, prioritizing context elements, or applying compression techniques.context window optimization, token budget, context prioritization, compression, summarization
2026-01-05
performance-budget-setter.md
2
1 export performance-budget-setter
2 patricio0312rev from "patricio0312rev/skillset"
3 Defines measurable performance budgets for bundle size, API latency, database queries, and render times. Provides enforcement strategies and monitoring plans. Use for "performance budgets", "performance monitoring", "web vitals", or "optimization targets".
2026-01-05
creating-kubernetes-deployments.md
2
1 export creating-kubernetes-deployments
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate Kubernetes deployment manifests, services, and related configurations following best practices. It should be used when the user asks to create a new Kubernetes deployment, service, ingress, or other related resources. Claude will generate YAML files for Deployments, Services, ConfigMaps, Secrets, Ingress, and Horizontal Pod Autoscalers. Use this skill when the user mentions "Kubernetes deployment", "K8s deployment", "create service", "define ingress", or asks for a manifest for any K8s resource.
2026-01-05
test-naming-conventions.md
2
1 export test-naming-conventions
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 テスト命名規則を設計し、可読性と一貫性を維持するスキル。ファイル名、describe/it 構造、シナリオ表現を統一し、チーム運用を支援する。Anchors:• xUnit Test Patterns / 適用: 命名規則設計 / 目的: 可読性の向上• Specification by Example / 適用: シナリオ命名 / 目的: 意図の共有Trigger:Use when defining, reviewing, or enforcing test naming conventions and file structures.test naming, describe/it, file structure
2026-01-05
creating-apm-dashboards.md
2
1 export creating-apm-dashboards
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to create Application Performance Monitoring (APM) dashboards. It is triggered when the user requests the creation of a new APM dashboard, monitoring dashboard, or a dashboard for application performance. The skill helps define key metrics and visualizations for monitoring application health, performance, and user experience across multiple platforms like Grafana and Datadog. Use this skill when the user needs assistance setting up a new monitoring solution or expanding an existing one. The plugin supports the creation of dashboards focusing on golden signals, request metrics, resource utilization, database metrics, cache metrics, business metrics, and error tracking.
2026-01-05
validating-csrf-protection.md
2
1 export validating-csrf-protection
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill helps to identify Cross-Site Request Forgery (CSRF) vulnerabilities in web applications. It validates the implementation of CSRF protection mechanisms, such as synchronizer tokens, double-submit cookies, SameSite attributes, and origin validation. Use this skill when you need to analyze your application's security posture against CSRF attacks or when asked to "validate csrf", "check for csrf vulnerabilities", or "test csrf protection".
2026-01-05
running-smoke-tests.md
2
1 export running-smoke-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill runs smoke tests to verify critical application functionality. It executes pre-defined test suites that check system health, authentication, core features, and external integrations. Use this skill after deployments, upgrades, or significant configuration changes to ensure the application is operational. Trigger this skill using the terms "smoke test" or "st".
2026-01-05
design-system.md
2
1 export design-system
2 lsst-sqre from "lsst-sqre/squareone"
3 Complete reference for Rubin Observatory design system CSS variables and design tokens. Use this skill when styling components, referencing CSS custom properties, understanding the design token architecture, or working with colors, spacing, typography, and other design primitives. Covers both rubin-style-dictionary foundation tokens and squareone-specific tokens.
2026-01-05
command-development.md
2
1 export command-development
2 OshanKHZ from "OshanKHZ/oshankhz-claude-code"
3 This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
2026-01-05
monitoring-error-rates.md
2
1 export monitoring-error-rates
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to monitor and analyze application error rates to improve reliability. It is used when the user needs to track and understand errors occurring in their application, including HTTP errors, application exceptions, database errors, external API errors, background job errors, and client-side errors. Use this skill when the user asks to "monitor errors", "analyze error rates", "track application errors", or requests help with "error monitoring". It sets up comprehensive error tracking and alerting based on defined thresholds.
2026-01-05
reliability-strategy-builder.md
2
1 export reliability-strategy-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Implements reliability patterns including circuit breakers, retries, fallbacks, bulkheads, and SLO definitions. Provides failure mode analysis and incident response plans. Use for "SRE", "reliability", "resilience", or "failure handling".
2026-01-05
building-neural-networks.md
2
1 export building-neural-networks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").
2026-01-05