Browse Skills
44969 skills found
tracking-application-response-times.md
2
1
export
tracking-application-response-times
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to track and optimize application response times. It uses the response-time-tracker plugin to monitor API endpoints, database queries, external service calls, frontend rendering, and background job execution. The plugin calculates P50, P95, and P99 percentiles, average and maximum response times. Use this skill when you need to identify performance bottlenecks, monitor SLOs, or receive alerts about performance degradation. Trigger this skill with phrases like "track response times", "optimize latency", or "monitor application performance".
2026-01-05
tracking-resource-usage.md
2
1
export
tracking-resource-usage
2
from
"jeremylongshore/claude-code-plugins-nixtla"
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
writing-guide.md
2
1
export
writing-guide
2
from
"ryugen04/dotfiles"
from
"ryugen04/dotfiles"
3
Use when creating or reviewing technical documentation. Provides guidelines for natural, readable Japanese writing without AI-generated artifacts. Triggers: (1) creating technical documents or READMEs, (2) proofreading or reviewing existing documents, (3) writing blog posts or technical explanations.
2026-01-05
test-driven-development.md
2
1
export
test-driven-development
2
from
"Bbeierle12/Skill-MCP-Claude"
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
from
"jeremylongshore/claude-code-plugins-nixtla"
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
goose-recipe-analysis.md
2
1
export
goose-recipe-analysis
2
from
"mpazaryna/claude-toolkit"
from
"mpazaryna/claude-toolkit"
3
Create Goose recipes for document analysis and transformation tasks. Use when creating recipes that analyze saved reports, transform markdown files, or perform analysis on existing data without needing MCP server access.
2026-01-05
security-patterns.md
2
1
export
security-patterns
2
from
"masanao-ohba/claude-manifests"
from
"masanao-ohba/claude-manifests"
3
PHP security best practices and patterns for preventing common vulnerabilities
2026-01-05
ux-specialist.md
2
1
export
ux-specialist
2
from
"moag1000/Little-ISMS-Helper"
from
"moag1000/Little-ISMS-Helper"
3
UI/UX specialist for efficient, accessible, and consistent interface design with strong focus on data reuse and component reuse
2026-01-05
adapting-transfer-learning-models.md
2
1
export
adapting-transfer-learning-models
2
from
"jeremylongshore/claude-code-plugins-nixtla"
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
from
"daffy0208/ai-dev-standards"
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
from
"jeremylongshore/claude-code-plugins-nixtla"
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
from
"jeremylongshore/claude-code-plugins-nixtla"
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
orchestrate.md
2
1
export
orchestrate
2
from
"jamesdvance/Machine-Learning-Engineer-Study-Guide"
from
"jamesdvance/Machine-Learning-Engineer-Study-Guide"
3
Priotize
2026-01-05
fosmvvm-serverrequest-generator.md
2
1
export
fosmvvm-serverrequest-generator
2
from
"foscomputerservices/FOSUtilities"
from
"foscomputerservices/FOSUtilities"
3
Generate ServerRequest types for client-server communication in FOSMVVM. Use when implementing any operation that talks to the server - CRUD operations, data sync, actions, etc. ServerRequest is THE way clients communicate with servers.
2026-01-05
archon-manager.md
2
1
export
archon-manager
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Master Archon MCP for strategic project management, task tracking, and knowledge base operations. The strategic layer (WHAT/WHEN) that coordinates with Skills (HOW). Use when managing projects, tracking tasks, querying knowledge bases, or implementing the Archon+Skills two-layer architecture.
2026-01-05
table-builder.md
2
1
export
table-builder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Creates data table patterns with filtering, sorting, pagination, row actions, column configuration, server/client rendering modes, and empty/loading states. Use when building "data tables", "list views", "admin tables", or "data grids".
2026-01-05
shellck.md
2
1
export
shellck
2
from
"regenrek/agent-skills"
from
"regenrek/agent-skills"
3
Run shellcheck on shell scripts after editing scripts or when debugging shell errors. Use for linting scripts in a repo (especially scripts/), catching issues like set -u with unset vars, bad subshell usage, or quoting mistakes.
2026-01-05
testing-helper.md
2
1
export
testing-helper
2
from
"Dexploarer/hyper-forge"
from
"Dexploarer/hyper-forge"
3
Create comprehensive tests for elizaOS plugins, characters, and actions. Triggers on "create tests", "test elizaOS plugin", or "write agent tests"
2026-01-05
prompt-engineering.md
2
1
export
prompt-engineering
2
from
"cosmix/claude-code-setup"
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
scalability-playbook.md
2
1
export
scalability-playbook
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Identifies performance bottlenecks and provides ordered scaling strategies with triggers, phased plans, and cost implications. Use for "scalability planning", "performance bottlenecks", "capacity planning", or "growth strategy".
2026-01-05
dependency-analysis.md
2
1
export
dependency-analysis
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
依存関係の可視化、循環依存検出、安定度評価を体系化するスキル。アーキテクチャの健全性を測定し、改善優先度を整理する。Anchors:• Clean Architecture / 適用: 安定依存の原則 / 目的: 依存方向の評価• Refactoring / 適用: 依存解消パターン / 目的: 循環依存の改善• Graph Algorithms / 適用: 強連結成分 / 目的: 循環依存の検出Trigger:Use when analyzing module dependencies, detecting circular references, calculating stability metrics, or planning dependency refactoring.dependency graph, circular dependency, stability metrics, coupling, sdp violation
2026-01-05
python-uv-dev.md
2
1
export
python-uv-dev
2
from
"ships/eden"
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
from
"rayk/lucid-toolkit"
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
from
"HTRamsey/claude-config"
from
"HTRamsey/claude-config"
3
Route tasks to optimal LLM provider (Gemini, Codex, Copilot, Claude)
2026-01-05