Browse Skills
44915 skills found
decision-critic.md
3
1
export
decision-critic
2
from
"rjmurillo/ai-agents"
from
"rjmurillo/ai-agents"
3
(user)
2026-01-05
devadd-license.md
3
1
export
devadd-license
2
from
"kevinslin/llm"
from
"kevinslin/llm"
3
This skill should be used when the user wants to add a LICENSE file to their repository. Currently supports Apache License 2.0 with automatic copyright information detection from git configuration. Also updates package.json license field if the file exists.
2026-01-05
rust-development-workflow.md
3
1
export
rust-development-workflow
2
from
"ShunsukeHayashi/miyabi-mcp-bundle"
from
"ShunsukeHayashi/miyabi-mcp-bundle"
3
Execute comprehensive Rust development workflow including cargo build, test, clippy, and fmt. Use when compiling, testing, or checking Rust code quality in the Miyabi project.
2026-01-05
career-progression.md
3
1
export
career-progression
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Competency frameworks, level expectations (Junior to Staff+), and career progression paths for software engineers. Use when navigating promotions, understanding level requirements, or planning career advancement.
2026-01-05
usage-query-skill.md
3
1
export
usage-query-skill
2
from
"zai-org/zai-coding-plugins"
from
"zai-org/zai-coding-plugins"
3
Run the usage query script to retrieve account usage information for GLM Coding Plan. Only use when invoked by usage-query-agent.
2026-01-05
wordpress-router.md
3
1
export
wordpress-router
2
from
"vapvarun/claude-backup"
from
"vapvarun/claude-backup"
3
Use at the start of WordPress tasks to classify the repo type (plugin, theme, block theme, WP core, full site) and route to the correct workflow/skill (blocks, theme.json, REST API, WP-CLI, performance, security, testing).
2026-01-05
language-design.md
3
1
export
language-design
2
from
"mcclowes/lea"
from
"mcclowes/lea"
3
Use when designing language features - covers lexer, parser, AST, and interpreter patterns
2026-01-05
analyze-thread.md
3
1
export
analyze-thread
2
from
"fatbobman/mail-mcp-bridge"
from
"fatbobman/mail-mcp-bridge"
3
Analyze complete email thread with conversation context, timeline, participants, and attachments tracking.
2026-01-05
tenant-provisioning.md
3
1
export
tenant-provisioning
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Automated tenant onboarding infrastructure patterns. Covers provisioning workflows, resource creation, seed data, and tenant readiness verification.
2026-01-05
healthsim-rxmembersim.md
3
1
export
healthsim-rxmembersim
2
from
"mark64oswald/healthsim-workspace"
from
"mark64oswald/healthsim-workspace"
3
RxMemberSim generates realistic synthetic pharmacy data for testing PBM systems, claims adjudication, and drug utilization review. Use when user requests: (1) pharmacy claims or prescription data, (2) DUR alerts or drug interactions, (3) formulary or tier scenarios, (4) pharmacy prior authorization, (5) NCPDP formatted output.
2026-01-05
ha-emby-integration.md
3
1
export
ha-emby-integration
2
from
"troykelly/homeassistant-emby"
from
"troykelly/homeassistant-emby"
3
Use when implementing Home Assistant integration code - covers Nov 2025 best practices for config flows, coordinators, entities, async patterns, manifest, translations, and project structure. Required reading before writing any HA code.
2026-01-05
create-slash-command.md
3
1
export
create-slash-command
2
from
"lambda-curry/devagent"
from
"lambda-curry/devagent"
3
Create new slash commands for DevAgent workflows. Use when you need to create a new command file in .agents/commands/ and symlink it to .cursor/commands/ for Cursor IDE integration. This skill handles the complete command creation workflow including file generation, symlink creation, and structure validation.
2026-01-05
reviewing-type-safety.md
3
1
export
reviewing-type-safety
2
from
"thkt/claude-config"
from
"thkt/claude-config"
3
最大の型カバレッジのためのTypeScript型安全パターンとベストプラクティス。 トリガー: 型安全, type safety, any, unknown, 型推論, 型ガード, type guard, discriminated union, 判別可能なUnion, strictNullChecks, 型定義, 型カバレッジ, TypeScript, 暗黙のany, implicit any, 型アサーション, type assertion.
2026-01-05
vector-databases.md
3
1
export
vector-databases
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Vector database selection, embedding storage, approximate nearest neighbor (ANN) algorithms, and vector search optimization. Use when choosing vector stores, designing semantic search, or optimizing similarity search performance.
2026-01-05
confluence.md
3
1
export
confluence
2
from
"vrslev/dotfiles"
from
"vrslev/dotfiles"
3
Search and read Atlassian Confluence content.
2026-01-05
ha-emby-tdd.md
3
1
export
ha-emby-tdd
2
from
"troykelly/homeassistant-emby"
from
"troykelly/homeassistant-emby"
3
Use when implementing ANY code for the Home Assistant Emby integration - enforces strict TDD with RED-GREEN-REFACTOR cycle, requiring tests to fail before implementation and pass after. No exceptions for simple code.
2026-01-05
dockerization.md
3
1
export
dockerization
2
from
"stakpak/community-paks"
from
"stakpak/community-paks"
3
Official Stakpak application containerization standard operating procedure, a step-by-step guidline to properly dockerize applications. This is a rule book curated by the Stakpak Team.
2026-01-05
feng-shui-and-space-harmony-expert.md
3
1
export
feng-shui-and-space-harmony-expert
2
from
"sandraschi/advanced-memory-mcp"
from
"sandraschi/advanced-memory-mcp"
3
Feng Shui expert covering traditional Chinese principles, bagua map, and modern space optimization
2026-01-05
generating-tdd-tests.md
3
1
export
generating-tdd-tests
2
from
"thkt/claude-config"
from
"thkt/claude-config"
3
RGRCサイクルとBaby Steps方法論を用いたTDD。トリガー: TDD, テスト駆動開発, Red-Green-Refactor, Baby Steps, test generation, テスト生成, テスト設計, テストケース, boundary value, 境界値分析, coverage, カバレッジ, unit test
2026-01-05
uv.md
3
1
export
uv
2
from
"PovertyAction/ipa-stata-template"
from
"PovertyAction/ipa-stata-template"
3
This skill should be used when working with Python projects that use uv for package and project management. Use this skill for running Python scripts and CLI tools with `uv run`, managing dependencies, creating projects, handling virtual environments, and executing commands within isolated project environments. Essential for projects with pyproject.toml files.
2026-01-05
programming-advisor.md
3
1
export
programming-advisor
2
from
"rjmurillo/ai-agents"
from
"rjmurillo/ai-agents"
3
Anti-reinventing-the-wheel advisor that helps users evaluate build vs buy decisions before vibe coding. Use when users describe something they want to build, create, or develop - especially features, tools, apps, scripts, or systems. Searches for existing solutions, estimates vibe coding costs (tokens, time, complexity), and presents comparison tables to enable informed decisions. Includes total cost of ownership analysis comparing Year 1 vs Year 3 costs for SaaS vs DIY. When user accepts a recommendation, provides complete integration planning with install commands, starter code, and project-specific guidance. Triggers on: "I want to build...", "Help me create...", "Can you code...", "I need a [tool/app/script]...", project planning, feature requests, or any coding task that might have existing solutions.
2026-01-05
springboot-patterns.md
3
1
export
springboot-patterns
2
from
"cliangdev/specflux"
from
"cliangdev/specflux"
3
Spring Boot and Java best practices. Use when developing REST APIs, services, repositories, or any Java code. Applies DDD architecture, transaction management, and code style conventions.
2026-01-05
appsec-expert.md
3
1
export
appsec-expert
2
from
"martinholovsky/claude-skills-generator"
from
"martinholovsky/claude-skills-generator"
3
Elite Application Security engineer specializing in secure SDLC, OWASP Top 10 2025, SAST/DAST/SCA integration, threat modeling (STRIDE), and vulnerability remediation. Expert in security testing, cryptography, authentication patterns, and DevSecOps automation. Use when securing applications, implementing security controls, or conducting security assessments.
2026-01-05
raindrop-bookmark-management.md
3
1
export
raindrop-bookmark-management
2
from
"briansunter/raindrop-mcp"
from
"briansunter/raindrop-mcp"
3
Manage bookmarks with Raindrop.io MCP server. Use when saving URLs, organizing bookmarks into collections, tagging content, searching saved links, or managing highlights. Covers bookmark CRUD, collection organization, tag management, and URL parsing.
2026-01-05