Browse Skills
44457 skills found
mechinterp-runner.md
0
1
export
mechinterp-runner
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Execute mechanistic interpretability experiments from JSON specs - family sweeps, itemsets, interactions, minimal cores, validation
2026-01-05
soracom-screenshot-generator.md
0
1
export
soracom-screenshot-generator
2
from
"soracom/saef"
from
"soracom/saef"
3
Organizes E2E test screenshots from CI/CD artifacts (user-console-monorepo), backs up previous assets, and guides annotation workflow for documentation.
2026-01-05
dst-subjects.md
0
1
export
dst-subjects
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Browse Danmarks Statistik subject hierarchy to explore available data topics and categories. Use when user wants to discover what data is available or explore DST's organizational structure.
2026-01-05
assume-cloudformation-role.md
0
1
export
assume-cloudformation-role
2
from
"Daisuke897/dotfiles"
from
"Daisuke897/dotfiles"
3
Assume AWS IAM role for CloudFormation operations and set temporary credentials as environment variables. Use when working with CloudFormation stacks or when authentication setup is needed before AWS CloudFormation operations.
2026-01-05
flashlist-patterns.md
0
1
export
flashlist-patterns
2
from
"IvanTorresEdge/molcajete.ai"
from
"IvanTorresEdge/molcajete.ai"
3
FlashList high-performance list patterns. Use when implementing lists.
2026-01-05
detecting-command-injection.md
0
1
export
detecting-command-injection
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Detects OS command injection vulnerabilities by identifying unsafe system/popen/exec calls with user-controlled input. Use when analyzing command execution, shell operations, or investigating potential command injection points.
2026-01-05
sandbox-architect.md
0
1
export
sandbox-architect
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyze codebases to generate optimal Claude Code Sandbox configurations. Use this skill when users need to set up sandbox security settings for their projects. This skill should be triggered when users ask about sandbox configuration, security settings, or when setting up Claude Code for a new project. It analyzes the codebase stack (Node.js, Python, Rust, Go, PHP, etc.), detects dependencies, and generates appropriate sandbox and permission settings through an interactive Q&A process.
2026-01-05
createskill.md
0
1
export
createskill
2
from
"mikegil/MaxAI"
from
"mikegil/MaxAI"
3
MANDATORY skill creation framework for ALL skill creation requests. USE WHEN user wants to create, validate, update, or canonicalize a skill, OR user mentions skill creation, skill development, new skill, build skill, OR user references skill compliance, skill structure, or skill architecture.
2026-01-05
nosql-databases.md
0
1
export
nosql-databases
2
from
"pluginagentmarketplace/custom-plugin-data-engineer"
from
"pluginagentmarketplace/custom-plugin-data-engineer"
3
MongoDB, Redis, Cassandra, DynamoDB, and key-value store expertise
2026-01-05
copilot-handoff.md
0
1
export
copilot-handoff
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create Copilot-optimized task specifications for handoff between Claude and GitHub Copilot. Use when planning implementation tasks that Copilot will complete. Optimizes comment format, provides rich context, includes checklists and examples.
2026-01-05
devops-cloud.md
0
1
export
devops-cloud
2
from
"pluginagentmarketplace/custom-plugin-devrel-engineer"
from
"pluginagentmarketplace/custom-plugin-devrel-engineer"
3
Master cloud platforms including AWS, GCP, and Azure. Learn services, infrastructure automation, and cloud-native patterns.
2026-01-05
writing-bugs.md
0
1
export
writing-bugs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Creates actionable bug reports with reproduction steps. Use when documenting bugs, creating defect tickets, or improving existing bug reports.
2026-01-05
write-career.md
0
1
export
write-career
2
from
"younwony/younwony.github.io"
from
"younwony/younwony.github.io"
3
경력기술서(5페이지+)를 작성합니다. 문제 해결 중심, 기술 선택 근거, 정량적 성과를 포함합니다.
2026-01-05
supabase-typed-query.md
0
1
export
supabase-typed-query
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Help developers use supabase-typed-query for type-safe Supabase queries. Use this skill when building queries with the Query API, working with Entity/PartitionedEntity patterns, handling TaskOutcome errors, or implementing soft deletes and multi-tenancy.
2026-01-05
latex-handouts.md
0
1
export
latex-handouts
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when the user asks to "create LaTeX handout", "compile handout", "generate presentation handout", "create PDF document from slides", or needs guidance on LaTeX document structure, formatting, embedding images, or creating comprehensive presentation materials.
2026-01-05
tmux-orchestrator.md
0
1
export
tmux-orchestrator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when orchestrating tmux sessions for multi-component development workflows. Use when creating complex multi-window, multi-pane tmux layouts via the Bash tool, especially for projects requiring simultaneous backend/frontend development, microservices, or parallel task execution. This skill provides patterns for session creation, pane management, and command orchestration using the user's custom tmux configuration.
2026-01-05
nodejs-backend-typescript.md
0
1
export
nodejs-backend-typescript
2
from
"bobmatnyc/termpilot"
from
"bobmatnyc/termpilot"
3
Node.js backend development with TypeScript, Express/Fastify servers, routing, middleware, and database integration. Use when building REST APIs with TypeScript, creating Express/Fastify servers, or implementing microservices architectures.
2026-01-05
purple-team.md
0
1
export
purple-team
2
from
"Cornjebus/claude-purple-team-skill"
from
"Cornjebus/claude-purple-team-skill"
3
Comprehensive purple team security assessment skill that analyzes codebases like a skilled penetration tester, identifies attack vectors, and provides remediation guidance. Use this skill when: (1) Performing security audits or code reviews, (2) Identifying vulnerabilities before deployment, (3) Running purple team exercises (offensive analysis + defensive remediation), (4) Checking for OWASP Top 10 vulnerabilities, (5) Scanning for hardcoded secrets, API keys, or credentials, (6) Analyzing authentication/authorization flaws, (7) Reviewing cryptographic implementations, (8) Auditing infrastructure-as-code (Terraform, K8s, Docker), (9) Generating security reports in Markdown, HTML, or JSON format. Triggers: "security audit", "purple team", "penetration test", "find vulnerabilities", "security review", "attack vectors", "remediate vulnerabilities", "OWASP", "security scan".
2026-01-05
cicd-setup.md
0
1
export
cicd-setup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Sets up a CI/CD pipeline for Python projects using GitHub Actions. Includes templates for PR checks, deployment via SSH, pre-commit hooks, and email notifications. Use this skill when a user wants to create a new CI/CD pipeline for a Python project.
2026-01-05
meal-prep-assistant.md
0
1
export
meal-prep-assistant
2
from
"manshuv/grandmaster-crab"
from
"manshuv/grandmaster-crab"
3
Weekly meal prep and shopping assistant that selects 3 recipes with varied proteins, generates categorized shopping lists, and creates meal prep plans distinguishing Sunday prep from weeknight cooking. Use when planning weekly meals or creating shopping lists.
2026-01-05
safe-refactoring.md
0
1
export
safe-refactoring
2
from
"OmerZKol/dev-accelerator-plugin"
from
"OmerZKol/dev-accelerator-plugin"
3
Provides a safe, systematic approach to refactoring code with confidence that behavior is preserved
2026-01-05
mcp-config.md
0
1
export
mcp-config
2
from
"racurry/neat-little-package"
from
"racurry/neat-little-package"
3
Guidance for configuring MCP servers in Claude Code projects. Covers transport selection, scopes, authentication, and security patterns. Use whenever adding MCP servers - projects, plugins, or any context.
2026-01-05
finishing-a-development-branch.md
0
1
export
finishing-a-development-branch
2
from
"jrc1883/popkit-claude"
from
"jrc1883/popkit-claude"
3
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup. Presents exactly 4 options: merge locally, create PR, keep as-is, or discard. Do NOT use when tests are failing or work is incomplete - fix issues first before finishing the branch.
2026-01-05
dockerfile-builder.md
0
1
export
dockerfile-builder
2
from
"nadeemsangrasi/humanoid-and-robotic-book"
from
"nadeemsangrasi/humanoid-and-robotic-book"
3
Generate the full production Dockerfile for the backend with multi-stage build, proper dependencies, and Hugging Face Spaces compatibility.
2026-01-05