Browse Skills
44969 skills found
analyzing-dependencies.md
2
1
export
analyzing-dependencies
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill analyzes project dependencies for security vulnerabilities, outdated packages, and license compliance issues. It helps identify potential risks in your project's dependencies using the dependency-checker plugin. Use this skill when you need to check dependencies for vulnerabilities, identify outdated packages that need updates, or ensure license compatibility. Trigger phrases include "check dependencies", "dependency check", "find vulnerabilities", "scan for outdated packages", "/depcheck", and "license compliance". This skill supports npm, pip, composer, gem, and go modules projects.
2026-01-05
auth.md
2
1
export
auth
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Authentication and authorization patterns including OAuth2, JWT, RBAC/ABAC, session management, API keys, password hashing, and MFA. Use when implementing login, access control, identity management, tokens, permissions, or security features.
2026-01-05
nextjs-app-development.md
2
1
export
nextjs-app-development
2
from
"nekorush14/dotfiles"
from
"nekorush14/dotfiles"
3
Build Next.js applications with App Router and Pages Router, including Server Components, Server Actions, data fetching, and routing. Use when building Next.js apps, implementing SSR/SSG, or creating API routes.
2026-01-05
telegram-reply.md
2
1
export
telegram-reply
2
from
"avivsinai/telclaude"
from
"avivsinai/telclaude"
3
Crafts Telegram-friendly replies for telclaude sessions, respecting media, heartbeats, and brevity.
2026-01-05
koan-data-modeling.md
2
1
export
koan-data-modeling
2
from
"sylin-org/koan-framework"
from
"sylin-org/koan-framework"
3
Aggregate boundaries, relationships, lifecycle hooks, value objects
2026-01-05
windows-intrusion-timeline-targeted.md
2
1
export
windows-intrusion-timeline-targeted
2
from
"tsale/awesome-dfir-skills"
from
"tsale/awesome-dfir-skills"
3
Create a targeted intrusion timeline for a Windows incident using whatever artifacts are available (event logs, EDR, SIEM exports, triage notes).
2026-01-05
git-pushing.md
2
1
export
git-pushing
2
from
"kivilaid/plugin-marketplace"
from
"kivilaid/plugin-marketplace"
3
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", or similar git workflow requests.
2026-01-05
prep-interview.md
2
1
export
prep-interview
2
from
"IgorWarzocha/agentic-job-search-vault"
from
"IgorWarzocha/agentic-job-search-vault"
3
Prepares a complete interview plan based on the Candidate Profile and company research. Use after receiving an invitation.
2026-01-05
claude-do-not-stop.md
2
1
export
claude-do-not-stop
2
from
"ManuelKugelmann/BitBot"
from
"ManuelKugelmann/BitBot"
3
Enable continuous work mode. Use PROACTIVELY when user says "keep working", "don't stop", "finish everything", "complete all tasks". Automatically continues until work is complete. User can invoke with /claude-do-not-stop [reason].
2026-01-05
create-config.md
2
1
export
create-config
2
from
"msalganik/sports-poetry-demo"
from
"msalganik/sports-poetry-demo"
3
Create and manage configuration files for sports poetry generation with complete parameter collection
2026-01-05
role-prompting.md
2
1
export
role-prompting
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
AIエージェント・システムロール・ペルソナのための役割プロンプト設計スキル。責務分離、専門家思考様式の適用、効果的なプロンプト構造化の指針を提供する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: DRY原則・責務分離 / 目的: ロール設計の品質向上• Domain-Driven Design (Eric Evans) / 適用: ユビキタス言語・境界づけられたコンテキスト / 目的: 責務境界の明確化• Thinking, Fast and Slow (Daniel Kahneman) / 適用: 専門家思考様式の理解 / 目的: 適切な思考モード設計Trigger:Use when designing AI agent roles, system prompts, persona definitions, or separating responsibilities between agents.role prompting, persona design, agent role, system prompt, responsibility separation, ロール設計, ペルソナ
2026-01-05
secrets-env-manager.md
2
1
export
secrets-env-manager
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Validates environment variables in CI, prevents secret leaks, enforces masking, and provides fail-fast validation with clear documentation. Use for "secrets management", "env var validation", "credential security", or "secret masking".
2026-01-05
dev-context.md
2
1
export
dev-context
2
from
"mpazaryna/claude-toolkit"
from
"mpazaryna/claude-toolkit"
3
Context architecture skill for aligning work. Use when starting new features, making architectural decisions, or setting up implementation work. Generates interconnected ADR/Design/Spec/Plan scaffolding that agents can navigate and humans can enrich.
2026-01-05
managing-container-registries.md
2
1
export
managing-container-registries
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to manage container registries, including ECR, GCR, and Harbor. It should be used when the user needs to create, configure, or manage container image registries. It helps generate production-ready configurations, implement best practices, and ensure a security-first approach. Use this skill when the user mentions terms like "container registry," "ECR," "GCR," "Harbor," "image repository," or requests assistance with managing container images. It's also helpful for generating configuration code for DevOps pipelines related to container registries.
2026-01-05
running-load-tests.md
2
1
export
running-load-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to create and execute load tests for performance validation. It is designed to generate load test scripts using tools like k6, JMeter, and Artillery, based on specified test scenarios. Use this skill when the user requests to create a "load test", conduct "performance testing", validate "application performance", or needs a "stress test" to identify breaking points in the application. The skill helps define performance thresholds and provides execution instructions.
2026-01-05
backend-test-writer.md
2
1
export
backend-test-writer
2
from
"9tykeshav/mern-ninja-cc"
from
"9tykeshav/mern-ninja-cc"
3
Use when generating tests for backend code (Express routes, MongoDB models, Node services) - analyzes file type, detects test framework from package.json, generates comprehensive tests with setup/teardown and edge case coverage
2026-01-05
lookup-lc-doc.md
2
1
export
lookup-lc-doc
2
from
"refractionPOINT/documentation"
from
"refractionPOINT/documentation"
3
Search and retrieve LimaCharlie documentation from the local docs/ folder. Use when users ask about LimaCharlie platform features, SDKs, APIs, D&R rules, LCQL, sensors, outputs, extensions, integrations, or any LimaCharlie-related topics. Covers platform documentation, Python SDK, and Go SDK.
2026-01-05
terraform.md
2
1
export
terraform
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Creates and manages Infrastructure as Code using Terraform/OpenTofu for cloud resource provisioning. Trigger keywords: terraform, opentofu, tofu, infrastructure, IaC, provision, cloud, aws, azure, gcp, module.
2026-01-05
performance-testing.md
2
1
export
performance-testing
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to design, execute, and analyze performance tests using the performance-test-suite plugin. It is activated when the user requests load testing, stress testing, spike testing, or endurance testing, and when discussing performance metrics such as response time, throughput, and error rates. It identifies performance bottlenecks related to CPU, memory, database, or network issues. The plugin provides comprehensive reporting, including percentiles, graphs, and recommendations.
2026-01-05
aws-cdk-development.md
2
1
export
aws-cdk-development
2
from
"iimuz/dotfiles"
from
"iimuz/dotfiles"
3
AWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically. Covers CDK app structure, construct patterns, stack composition, and deployment workflows.
2026-01-05
cpp-complexity-analysis.md
2
1
export
cpp-complexity-analysis
2
from
"pluginagentmarketplace/custom-plugin-cpp-developer"
from
"pluginagentmarketplace/custom-plugin-cpp-developer"
3
Deep dive into time and space complexity analysis, Big O notation, algorithm optimization, and interview preparation. Use when discussing algorithm efficiency and performance.
2026-01-05
agent-context-loader.md
2
1
export
agent-context-loader
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
2026-01-05
generating-database-seed-data.md
2
1
export
generating-database-seed-data
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate realistic test data and database seed scripts for development and testing environments. It uses Faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. Use this skill when you need to quickly populate a database with sample data for development, testing, or demonstration purposes. The skill is triggered by phrases like "seed database", "generate test data", "create seed script", or "populate database with realistic data".
2026-01-05
generating-orm-code.md
2
1
export
generating-orm-code
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate ORM models and database schemas. It is triggered when the user requests the creation of ORM models, database schemas, or wishes to generate code for interacting with databases. The skill supports various ORMs including TypeORM, Prisma, Sequelize, SQLAlchemy, Django ORM, Entity Framework, and Hibernate. Use this skill when the user mentions terms like "ORM model", "database schema", "generate entities", "create migrations", or specifies a particular ORM framework like "TypeORM entities" or "SQLAlchemy models". It facilitates both database-to-code and code-to-database schema generation.
2026-01-05