Browse Skills
16146 skills found
incident-response.md
5
1
export
incident-response
2
from
"rickydwilson-dcs/claude-skills"
from
"rickydwilson-dcs/claude-skills"
3
Comprehensive incident response skill for security incident detection, containment, investigation, and recovery. Includes alert triage, severity classification, evidence collection, root cause analysis, and post-incident documentation with automated playbook execution.
2026-01-05
chatmemo-update.md
5
1
export
chatmemo-update
2
from
"eze-is/chat-memo-website"
from
"eze-is/chat-memo-website"
3
This skill should be used when a user wants to create Chat Memo update release materials, specifically to generate an HTML poster and a markdown update description document for a new version release. Use this when a user says "发布新版本", "创建更新", "生成更新海报" or similar phrases, or provides version information and feature lists for a release.
2026-01-05
least-astonishment.md
5
1
export
least-astonishment
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
Principle of Least Astonishment (POLA) - ensure code changes behave as users and developers expect. Activate when making code changes, refactoring, modifying APIs, renaming functions/variables, changing file structure, or reviewing proposed implementations. Guides predictable, convention-following changes.
2026-01-05
typescript-workflow.md
5
1
export
typescript-workflow
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
TypeScript/JavaScript project workflow guidelines using Bun package manager. Triggers on `.ts`, `.tsx`, `bun`, `package.json`, TypeScript. Covers bun run, bun install, bun add, tsconfig.json patterns, ESM/CommonJS modules, type safety, Biome formatting, naming conventions (PascalCase, camelCase, UPPER_SNAKE_CASE), project structure, error handling, environment variables, async patterns, and code quality tools. Activate when working with TypeScript files (.ts, .tsx), JavaScript files (.js, .jsx), Bun projects, tsconfig.json, package.json, bun.lock, or Bun-specific tooling.
2026-01-05
adr-decision-extraction.md
5
1
export
adr-decision-extraction
2
from
"existential-birds/beagle"
from
"existential-birds/beagle"
3
Extract architectural decisions from conversations. Identifies problem-solution pairs, trade-off discussions, and explicit choices. Use when analyzing session transcripts for ADR generation.
2026-01-05
xarray-for-multidimensional-data.md
5
1
export
xarray-for-multidimensional-data
2
from
"uw-ssec/rse-agents"
from
"uw-ssec/rse-agents"
3
Labeled multidimensional arrays for scientific data analysis with Xarray
2026-01-05
llm-streaming.md
5
1
export
llm-streaming
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
LLM streaming response patterns. Use when implementing real-time token streaming, Server-Sent Events for AI responses, or streaming with tool calls.
2026-01-05
audit-dependencies.md
5
1
export
audit-dependencies
2
from
"BerryKuipers/claude-code-toolkit"
from
"BerryKuipers/claude-code-toolkit"
3
Run npm audit to scan for security vulnerabilities and check for outdated packages. Returns structured output with vulnerability counts by severity (critical/high/moderate/low), affected packages, and recommended updates. Used for security audits and maintenance.
2026-01-05
observability-monitoring.md
5
1
export
observability-monitoring
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
Structured logging, metrics, distributed tracing, and alerting strategies
2026-01-05
custom-node-definition.md
5
1
export
custom-node-definition
2
from
"trkbt10/react-wireflow"
from
"trkbt10/react-wireflow"
3
Create custom node definitions with renderers, ports, external data, and constraints. Use when implementing new node types, custom node appearances, or node-specific behaviors.
2026-01-05
senior-java.md
5
1
export
senior-java
2
from
"rickydwilson-dcs/claude-skills"
from
"rickydwilson-dcs/claude-skills"
3
World-class Java and Spring Boot development skill for enterprise applications, microservices, and cloud-native systems. Expertise in Spring Framework, Spring Boot 3.x, Spring Cloud, JPA/Hibernate, and reactive programming with WebFlux. Includes project scaffolding, dependency management, security implementation, and performance optimization.
2026-01-05
security-scanning.md
5
1
export
security-scanning
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
Automated security scanning for dependencies and code. Use when running npm audit, pip-audit, Semgrep, secret detection, or integrating security checks into CI/CD.
2026-01-05
csharp-workflow.md
5
1
export
csharp-workflow
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
C# and .NET project workflow guidelines. Activate when working with C# files (.cs), .csproj, .NET projects, or C#-specific tooling.
2026-01-05
security-audit-scanner.md
5
1
export
security-audit-scanner
2
from
"tbartel74/Vigil-Code"
from
"tbartel74/Vigil-Code"
3
Automated security scanning for Vigil Guard v2.0.0. Use for OWASP Top 10 checks, TruffleHog secret detection, npm/pip vulnerability scanning, 3-branch service security, heuristics-service audit, and CI/CD security pipelines.
2026-01-05
react-flow-architecture.md
5
1
export
react-flow-architecture
2
from
"existential-birds/beagle"
from
"existential-birds/beagle"
3
Architectural guidance for building node-based UIs with React Flow. Use when designing flow-based applications, making decisions about state management, integration patterns, or evaluating whether React Flow fits a use case.
2026-01-05
rag-retrieval.md
5
1
export
rag-retrieval
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
Retrieval-Augmented Generation patterns for grounded LLM responses. Use when building RAG pipelines, constructing context from retrieved documents, adding citations, or implementing hybrid search.
2026-01-05
langgraph-supervisor.md
5
1
export
langgraph-supervisor
2
from
"yonatangross/skillforge-claude-plugin"
from
"yonatangross/skillforge-claude-plugin"
3
LangGraph supervisor-worker pattern. Use when building central coordinator agents that route to specialized workers, implementing round-robin or priority-based agent dispatch.
2026-01-05
tutorial-writing.md
5
1
export
tutorial-writing
2
from
"petekp/claude-skills"
from
"petekp/claude-skills"
3
Generate comprehensive implementation tutorial documents with deep background, context, rationale, and step-by-step milestones. Use when the user wants to learn by building—creating detailed guides instead of making direct code changes. Triggers on requests like "create a tutorial for", "implementation guide", "teach me how to implement", or explicit /tutorial invocation.
2026-01-05
structured-analysis.md
5
1
export
structured-analysis
2
from
"ilude/claude-code-config"
from
"ilude/claude-code-config"
3
Apply structured analytical frameworks to any artifact (prompts, systems, documents, code). 12 frameworks in 3 tiers: Core (4 universal), Auto-Invoke (specialized), On-Demand (advanced). Includes adversarial-review for finding blind spots and post-plan validation workflow.
2026-01-05
docs-seeker.md
5
1
export
docs-seeker
2
from
"duongdev/ccpm"
from
"duongdev/ccpm"
3
Discovers and researches authoritative documentation with version-specific, context-aware search. Auto-activates when user asks "find documentation", "API docs", "how to use", "integration guide", "best practices", "design pattern", or when running /ccpm:plan or /ccpm:plan. Fetches latest docs from official sources via Context7 MCP. Uses progressive discovery (overview → API reference → integration → best practices). Prioritizes: Official docs → Framework guides → API references → Community resources. Provides version-specific recommendations and code examples from documentation. Flags important caveats and performance considerations. Surfaces migration guides when upgrading frameworks.
2026-01-05
rulebook-quality-gates.md
5
1
export
rulebook-quality-gates
2
from
"hivellm/rulebook"
from
"hivellm/rulebook"
3
Automated quality checks and enforcement for code commits. Use when validating code quality, running pre-commit checks, ensuring test coverage, or enforcing coding standards before commits and pushes.
2026-01-05
scientific-python-testing.md
5
1
export
scientific-python-testing
2
from
"uw-ssec/rse-agents"
from
"uw-ssec/rse-agents"
3
Write robust, maintainable tests for scientific Python packages using pytest best practices following Scientific Python community guidelines
2026-01-05
sap-btp-best-practices.md
5
1
export
sap-btp-best-practices
2
from
"secondsky/sap-skills"
from
"secondsky/sap-skills"
3
Production-ready SAP BTP best practices for enterprise architecture, account management, security, and operations. Use when planning BTP implementations, setting up account hierarchies, configuring environments, implementing authentication, designing CI/CD pipelines, establishing governance, building Platform Engineering teams, implementing failover strategies, or managing application lifecycle on SAP BTP.Keywords: SAP BTP, account hierarchy, global account, directory, subaccount, Cloud Foundry, Kyma, ABAP, SAP Identity Authentication, CI/CD, governance, Platform Engineering, failover, multi-region, SAP BTP best practices
2026-01-05
langgraph-architecture.md
5
1
export
langgraph-architecture
2
from
"existential-birds/beagle"
from
"existential-birds/beagle"
3
Guides architectural decisions for LangGraph applications. Use when deciding between LangGraph vs alternatives, choosing state management strategies, designing multi-agent systems, or selecting persistence and streaming approaches.
2026-01-05