Browse Skills
6467 skills found
code-review.md
0
1
export
code-review
2
from
"bphkns/dotfiles"
from
"bphkns/dotfiles"
3
Review code for Effect-TS patterns, common issues, and project conventions. Use when reviewing PRs, checking code quality, or before committing changes.
2026-02-17
configuration.md
0
1
export
configuration
2
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3
AI app starter template
2026-01-27
fabric-docs.md
0
1
export
fabric-docs
2
from
"sharo-jef/sharoutils"
from
"sharo-jef/sharoutils"
3
Fabric Documentation
2026-01-03
content-generation-workflow.md
0
1
export
content-generation-workflow
2
from
"insightfulaf/InsightfulAffiliate_NextGenCopyAI"
from
"insightfulaf/InsightfulAffiliate_NextGenCopyAI"
3
Automated workflow for generating AI-powered content using agent_codex.py. Handles prompt setup, batch processing, validation, and output management for InsightfulAffiliate and NextGenCopyAI content.
2026-02-02
pwa-troubleshooting.md
0
1
export
pwa-troubleshooting
2
from
"skaihigh/claude-agent-command-templates"
from
"skaihigh/claude-agent-command-templates"
3
A single-point-of-change configuration system for managing Claude Code agents, commands, and skills across multiple projects using symlinks.
2025-11-20
managed-package-architecture.md
0
1
export
managed-package-architecture
2
from
"dangt85/sf-package-architect"
from
"dangt85/sf-package-architect"
3
This skill should be used when the user asks to "design package structure", "create managed package", "configure 2GP", "set up namespace", "version management", or mentions managed package topics like "LMA", "subscriber orgs", or "package versioning". Provides comprehensive guidance for second-generation managed package (2GP) architecture, ISV development patterns, and package lifecycle management.
2025-12-25
task-manager.md
0
1
export
task-manager
2
from
"julwrites/vibe-bootstrapper"
from
"julwrites/vibe-bootstrapper"
3
Bootstrapping repository for Vibe Coding
2026-02-04
mcp-integration.md
0
1
export
mcp-integration
2
from
"randalmurphal/claude-config"
from
"randalmurphal/claude-config"
3
My Claude orchestration configuration and tools
2026-02-20
commit-helper.md
0
1
export
commit-helper
2
from
"jobayerarman/Supplier_Management_System"
from
"jobayerarman/Supplier_Management_System"
3
Generates clear, Angular-style commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
2025-11-12
update-project-docs.md
0
1
export
update-project-docs
2
from
"workromancer/my-claude-settings"
from
"workromancer/my-claude-settings"
3
Automated project documentation updater that synchronizes and maintains current documentation across the project
2026-01-04
usecase-expert.md
0
1
export
usecase-expert
2
from
"ryu-qqq/setof-commerce"
from
"ryu-qqq/setof-commerce"
3
Port-In 인터페이스 설계, UseCase/Service 구현, CQRS Command/Query 분리. CommandService와 QueryService 템플릿 제공. @Transactional은 Facade/Manager 책임.
2026-01-19
Unnamed Skill.md
0
1
export
Unnamed Skill
2
from
"vjcitn/BiocMCP-tcga"
from
"vjcitn/BiocMCP-tcga"
3
experimental MCP server for TCGA analyses in Bioconductor
2025-11-03
tech-stack-adr.md
0
1
export
tech-stack-adr
2
from
"HotariTobu/musix.js"
from
"HotariTobu/musix.js"
3
Guide technology selection workflow and ADR creation. Use when user asks about choosing a technology, comparing options, or needs to make a tech decision. Orchestrates discovery, evaluation, and documentation.
2025-12-21
weavr-components.md
0
1
export
weavr-components
2
from
"mcclowes/weavr-sdk-react"
from
"mcclowes/weavr-sdk-react"
3
Use when building applications with Weavr for payments, cards, accounts, and identity verification. Covers both API integration and secure UI components.
2025-12-01
shelby-dapp-builder.md
0
1
export
shelby-dapp-builder
2
from
"gounthar/bazel-riscv"
from
"gounthar/bazel-riscv"
3
Building Bazel from source for RISC-V architecture with automated CI/CD
2025-11-26
python-quality.md
0
1
export
python-quality
2
from
"naoki1213mj/my-template"
from
"naoki1213mj/my-template"
3
uv + Ruff + Azure template
2026-01-06
agent-memory.md
0
1
export
agent-memory
2
from
"btafoya/claude-code-skills"
from
"btafoya/claude-code-skills"
3
A collection of skills for Claude Code that extend AI agent capabilities with persistent memory, specialized tools, and reusable workflows
2025-12-03
hippocampus.md
0
1
export
hippocampus
2
from
"MariusWilsch/clarity-workflow-plugin"
from
"MariusWilsch/clarity-workflow-plugin"
3
Search hippocampus knowledge base for documentation, conventions, patterns, and how-to guides (discovery: requirements-clarity). Evaluate at requirements-clarity when user asks "how do I...", "find my...", "what's my convention for...", "continue working on...", or wants to create/edit persistent documentation. All markdown files must go to hippocampus - none created elsewhere.
2025-12-18
microsoft-code-reference.md
0
1
export
microsoft-code-reference
2
from
"megait004/learn_cpp"
from
"megait004/learn_cpp"
3
Look up Microsoft API references, find working code samples, and verify SDK code is correct. Use when working with Azure SDKs, .NET libraries, or Microsoft APIs—to find the right method, check parameters, get working examples, or troubleshoot errors. Catches hallucinated methods, wrong signatures, and deprecated patterns by querying official docs.
2026-01-03
playwright-browser-automation.md
0
1
export
playwright-browser-automation
2
from
"DataflightSolutions/claude-plugins"
from
"DataflightSolutions/claude-plugins"
3
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
2025-12-01
code-refactoring-patterns.md
0
1
export
code-refactoring-patterns
2
from
"MaxBoiko21/claude-plugins-marketplace"
from
"MaxBoiko21/claude-plugins-marketplace"
3
This skill should be used when the user asks to "refactor large files", "split code into smaller pieces", "extract methods", "how should I refactor", "improve code structure", "break down large functions", or discusses strategies for dividing monolithic code into smaller, maintainable components.
2026-02-12
training-navigation-vendor-agnostic.md
0
1
export
training-navigation-vendor-agnostic
2
from
"mbosseme/computer-use-1"
from
"mbosseme/computer-use-1"
3
Navigate web-based trainings that gate progress via timers/videos/disabled Next buttons.
2026-02-27
frontend-ultimate.md
0
1
export
frontend-ultimate
2
from
"SHAJAR5110/Hackathon-II-phase2"
from
"SHAJAR5110/Hackathon-II-phase2"
3
Phase II Todo Full-Stack Web Application - 115 tasks completed with FastAPI + Next.js + PostgreSQL
2026-02-07
auth-system.md
0
1
export
auth-system
2
from
"raythurnvoid/experiment--t3-chat"
from
"raythurnvoid/experiment--t3-chat"
3
Slowly cloning t3 chat for fun
2026-02-27