Browse Skills

20307 skills found

tracking-resource-usage.md
2
1 export tracking-resource-usage
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to track and optimize resource usage across an application stack. It is activated when the user requests insights into resource consumption, performance bottlenecks, or cost optimization opportunities. The skill uses the resource-usage-tracker plugin to monitor CPU, memory, disk I/O, network I/O, file descriptors, database connections, and thread/process counts. Use this skill when the user mentions "resource usage", "performance optimization", "cost optimization", "track resources", or "right-sizing".
2026-01-05
test-driven-development.md
2
1 export test-driven-development
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with strict discipline against rationalization.
2026-01-05
managing-database-testing.md
2
1 export managing-database-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill manages database testing by generating test data, wrapping tests in transactions, and validating database schemas. It is used to create robust and reliable database interactions. Claude uses this skill when the user requests database testing utilities, including test data generation, transaction management, schema validation, or migration testing. Trigger this skill by mentioning "database testing," "test data factories," "transaction rollback," "schema validation," or using the `/db-test` or `/dbt` commands.
2026-01-05
security-patterns.md
2
1 export security-patterns
2 masanao-ohba from "masanao-ohba/claude-manifests"
3 PHP security best practices and patterns for preventing common vulnerabilities
2026-01-05
adapting-transfer-learning-models.md
2
1 export adapting-transfer-learning-models
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates the adaptation of pre-trained machine learning models using transfer learning techniques. It is triggered when the user requests assistance with fine-tuning a model, adapting a pre-trained model to a new dataset, or performing transfer learning. It analyzes the user's requirements, generates code for adapting the model, includes data validation and error handling, provides performance metrics, and saves artifacts with documentation. Use this skill when you need to leverage existing models for new tasks or datasets, optimizing for performance and efficiency.
2026-01-05
security-engineer.md
2
1 export security-engineer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Implement security best practices across the application stack. Use when securing APIs, implementing authentication, preventing vulnerabilities, or conducting security reviews. Covers OWASP Top 10, auth patterns, input validation, encryption, and security monitoring.
2026-01-05
performing-security-audits.md
2
1 export performing-security-audits
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill allows Claude to conduct comprehensive security audits of code, infrastructure, and configurations. It leverages various tools within the security-pro-pack plugin, including vulnerability scanning, compliance checking, cryptography review, and infrastructure security analysis. Use this skill when a user requests a "security audit," "vulnerability assessment," "compliance review," or any task involving identifying and mitigating security risks. It helps to ensure code and systems adhere to security best practices and compliance standards.
2026-01-05
generating-conventional-commits.md
2
1 export generating-conventional-commits
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Generates conventional commit messages using AI. It analyzes code changes and suggests a commit message adhering to the conventional commits specification. Use this skill when you need help writing clear, standardized commit messages, especially after making code changes and preparing to commit. Trigger with terms like "create commit", "generate commit message", or "write commit".
2026-01-05
prompt-engineering.md
2
1 export prompt-engineering
2 cosmix from "cosmix/claude-code-setup"
3 Designs and optimizes prompts for large language models to achieve better, more consistent outputs. Trigger keywords: prompt, LLM, GPT, Claude, prompt engineering, AI prompts, few-shot, chain of thought.
2026-01-05
python-uv-dev.md
2
1 export python-uv-dev
2 ships from "ships/eden"
3 Python development using the `uv` package manager. Use this skill when working with Python projects that use `uv` for dependency management, when initializing new Python projects, or when the user mentions `uv`, `pyproject.toml`, or asks about Python package management best practices.
2026-01-05
command-builder.md
2
1 export command-builder
2 rayk from "rayk/lucid-toolkit"
3 Expert guidance for creating Claude Code slash commands. Use when working with slash commands, creating custom commands, understanding command structure, or learning YAML configuration.
2026-01-05
multi-llm.md
2
1 export multi-llm
2 HTRamsey from "HTRamsey/claude-config"
3 Route tasks to optimal LLM provider (Gemini, Codex, Copilot, Claude)
2026-01-05
skill-developer.md
2
1 export skill-developer
2 bartolli from "bartolli/codanna-profiles"
3 Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.
2026-01-05
context-curator.md
2
1 export context-curator
2 duc01226 from "duc01226/EasyPlatform"
3 Use when starting a complex task to load relevant context from Memory MCP and suggest appropriate skills based on task type.
2026-01-05
claude-status.md
2
1 export claude-status
2 antorsae from "antorsae/dual-agent"
3 Check collaboration status from Codex side. Use when user says claude status, check status, or collaboration status.
2026-01-05
code-formatting.md
2
1 export code-formatting
2 tizee from "tizee/dotfiles"
3 Provides code formatting best practices and granular edit operation guidelines. Use when formatting code, making edits to files, or when determining the proper approach for code modifications. Emphasizes using external formatting tools and breaking down large modifications into atomic, sequential edits for reliability.
2026-01-05
mobile-developer.md
2
1 export mobile-developer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Expert in React Native, Expo, and cross-platform mobile development
2026-01-05
building-automl-pipelines.md
2
1 export building-automl-pipelines
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to build AutoML pipelines using the automl-pipeline-builder plugin. It is triggered when the user requests the creation of an automated machine learning pipeline, specifies the use of AutoML techniques, or asks for assistance in automating the machine learning model building process. The skill analyzes the context, generates code for the ML task, includes data validation and error handling, provides performance metrics, and saves artifacts with documentation. Use this skill when the user explicitly asks to "build automl pipeline", "create automated ml pipeline", or needs help with "automating machine learning workflows".
2026-01-05
docker-version-validation.md
2
1 export docker-version-validation
2 lsst-sqre from "lsst-sqre/squareone"
3 Validates that version strings in Dockerfiles match package.json dependencies and constraints.Use when updating Docker base images, Node.js versions, pnpm versions, turbo versions, or othertool versions in Dockerfiles. Ensures consistency between Dockerfile versions and package.jsonengines, devDependencies, and packageManager fields. Automatically runs on pre-commit forDockerfile changes and in CI pipeline. Trigger keywords: Dockerfile, Docker version, Node version,pnpm version, turbo version, version mismatch, version sync, Docker update.
2026-01-05
overnight-development.md
2
1 export overnight-development
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Automates software development overnight using Git hooks to enforce test-driven development (TDD).This skill should be used when Claude needs to build new features, refactor existing code, or fix bugs autonomously,ensuring all changes are fully tested and meet specified quality standards. Use when the user mentions "overnight development","autonomous coding", or asks about TDD workflows and Git hooks. This skill leverages Git hooks to block commits until all tests pass,enforcing a rigorous TDD process and ensuring high-quality, production-ready code.
2026-01-05
managing-database-sharding.md
2
1 export managing-database-sharding
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill assists with managing database sharding strategies. It is activated when the user needs to implement horizontal database sharding to scale beyond single-server limitations. The skill supports designing sharding strategies, distributing data across multiple database instances, and implementing consistent hashing, automatic rebalancing, and cross-shard query coordination. Use this skill when the user mentions "database sharding", "sharding implementation", "scale database", or "horizontal partitioning". The plugin helps design and implement sharding for high-scale applications.
2026-01-05
tracking-resource-usage.md
2
1 export tracking-resource-usage
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to track and optimize resource usage across an application stack. It is activated when the user requests insights into resource consumption, performance bottlenecks, or cost optimization opportunities. The skill uses the resource-usage-tracker plugin to monitor CPU, memory, disk I/O, network I/O, file descriptors, database connections, and thread/process counts. Use this skill when the user mentions "resource usage", "performance optimization", "cost optimization", "track resources", or "right-sizing".
2026-01-05
colormaps-styling.md
2
1 export colormaps-styling
2 cdcore09 from "cdcore09/holoviz-claude"
3 Master color management and visual styling with Colorcet. Use this skill when selecting appropriate colormaps, creating accessible and colorblind-friendly visualizations, applying consistent themes, or customizing plot aesthetics with perceptually uniform color palettes.
2026-01-05
rag-implementer.md
2
1 export rag-implementer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Implement retrieval-augmented generation systems. Use when building knowledge-intensive applications, document search, Q&A systems, or need to ground LLM responses in external data. Covers embedding strategy, vector stores, retrieval pipelines, and evaluation.
2026-01-05