Browse Skills
44557 skills found
csharp-project-expert.md
0
1
export
csharp-project-expert
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
ALWAYS use for ANY C# operation: renaming (files/classes/methods/properties/namespaces), finding references/usages ("where is X used"), finding definitions ("where is X defined"), understanding code structure (hierarchies/dependencies/relationships). Roslyn-powered semantic analysis ensures all references are updated correctly across the entire solution.
2026-01-05
code-ratchets.md
0
1
export
code-ratchets
2
from
"LuckierDodge/skills"
from
"LuckierDodge/skills"
3
Implement code quality ratchets to prevent proliferation of deprecated patterns. Use when (1) migrating away from legacy code patterns, (2) enforcing gradual codebase improvements, (3) preventing copy-paste proliferation of deprecated practices, or (4) setting up pre-commit hooks to count and limit specific code patterns. A ratchet fails if pattern count exceeds OR falls below expected—ensuring patterns never increase and prompting updates when they decrease.
2026-01-05
javascript-standards.md
0
1
export
javascript-standards
2
from
"shwilliamson/a-test"
from
"shwilliamson/a-test"
3
JavaScript and TypeScript coding standards, conventions, and best practices. Use when writing, reviewing, or testing JS/TS code.
2026-01-05
pptx.md
0
1
export
pptx
2
from
"vamseeachanta/workspace-hub"
from
"vamseeachanta/workspace-hub"
3
PowerPoint presentation toolkit for creating new presentations, editing existing ones, and using templates. Supports HTML-to-PPTX conversion, slide manipulation, and professional design. Use when building presentations, slide decks, or visual reports.
2026-01-05
optimizationretrospective.md
0
1
export
optimizationretrospective
2
from
"edwardmonteiro/Aiskillinpractice"
from
"edwardmonteiro/Aiskillinpractice"
3
Facilitate a sprint or release retrospective focusing on insights, actions, and ownership.
2026-01-05
atomic-components.md
0
1
export
atomic-components
2
from
"felixAnhalt/spotify-playlist-extractor"
from
"felixAnhalt/spotify-playlist-extractor"
3
Create atomic components (atoms) - basic, reusable UI building blocks following React/TypeScript best practices with Tailwind v4 styling. Use when creating fundamental UI elements like buttons, inputs, labels, icons, or other single-responsibility components. Triggers on requests like "create a button component", "add an input atom", "build a reusable icon wrapper", or "create atomic UI elements".
2026-01-05
design-tokens.md
0
1
export
design-tokens
2
from
"Soborbo/claudeskills"
from
"Soborbo/claudeskills"
3
Design system foundation. Colors, typography, spacing. Single source of truth. No raw values.
2026-01-05
fabric-patterns.md
0
1
export
fabric-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Applies Fabric AI prompt patterns for summarization, analysis, extraction, code review, and content creation. Use when asked to summarize content, analyze documents, extract insights, review code, create documentation, or transform text. Patterns are in data/patterns/.
2026-01-05
twilio-test-caller.md
0
1
export
twilio-test-caller
2
from
"cncorp/arsenal"
from
"cncorp/arsenal"
3
Place test voice calls via Twilio. Use when testing voice features or debugging voice pipeline. Only works if twilio_place_call.py exists in branch.
2026-01-05
medical-ocr.md
0
1
export
medical-ocr
2
from
"Fadil369/doctors-linc"
from
"Fadil369/doctors-linc"
3
Medical document OCR processing for extracting structured clinical data from medical images (prescriptions, lab results, clinical notes). Uses Google Cloud Vision for text extraction and medical NLP for entity recognition. Deploy when processing healthcare documents, extracting patient data, or converting medical images to structured formats.
2026-01-05
check-requirement-coverage.md
0
1
export
check-requirement-coverage
2
from
"foolishimp/ai_sdlc_method"
from
"foolishimp/ai_sdlc_method"
3
Homeostatic sensor detecting requirements without implementation or test coverage. Scans for REQ-* keys in requirements docs and checks if they have corresponding code and tests. Use to find coverage gaps.
2026-01-05
monitoring-debugging.md
0
1
export
monitoring-debugging
2
from
"want2bet/BobTheSkull5"
from
"want2bet/BobTheSkull5"
3
Monitor Bob The Skull operation and debug issues. Use when checking system health, diagnosing problems, analyzing logs, monitoring state transitions, or troubleshooting component failures. Covers web monitor, logs, MQTT, state machine, and performance metrics.
2026-01-05
pr-review-agent.md
0
1
export
pr-review-agent
2
from
"garimto81/claude"
from
"garimto81/claude"
3
PR 코드 리뷰, 개선 제안, 자동 머지 에이전트. 코드 품질, 테스트, 보안 검사 통합.
2026-01-05
remove-inline-styles.md
0
1
export
remove-inline-styles
2
from
"Manuelvillarvieites/energy-company"
from
"Manuelvillarvieites/energy-company"
3
Clean up shadcnblocks sections by removing inline typography styles and fixing heading hierarchy. Use after installing sections with install-sections. Removes text-xl, font-bold, tracking-tight from headings. Ensures proper h1 to h2 to h3 order and one h1 per page.
2026-01-05
online-search.md
0
1
export
online-search
2
from
"fumierecedric/Tesa_System"
from
"fumierecedric/Tesa_System"
3
Provides web search capability for finding current information, documentation, and resources from external sources when local knowledge is insufficient
2026-01-05
mr-tracker.md
0
1
export
mr-tracker
2
from
"alexismanuel/dotfiles"
from
"alexismanuel/dotfiles"
3
Tracks and monitors GitLab merge request activity including comments, status, and real-time updates
2026-01-05
slsa-implementation-playbook.md
0
1
export
slsa-implementation-playbook
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Complete SLSA implementation playbook: clarify SLSA vs SBOM confusion, classify runner configurations, implement verification workflows, and adopt incrementally from Level 1 to Level 3.
2026-01-05
fetch-favicons.md
0
1
export
fetch-favicons
2
from
"kevintraver/dotfiles"
from
"kevintraver/dotfiles"
3
Fetch favicons for any website using multiple fallback sources (Google, DuckDuckGo, direct). Use when needing website icons, favicons, site logos, or domain icons for any URL or domain.
2026-01-05
spark-basics.md
0
1
export
spark-basics
2
from
"timequity/vibe-coder"
from
"timequity/vibe-coder"
3
PySpark fundamentals for distributed data processing.
2026-01-05
finishing-a-development-branch.md
0
1
export
finishing-a-development-branch
2
from
"zebbern/backround_remover"
from
"zebbern/backround_remover"
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
2026-01-05
create-project.md
0
1
export
create-project
2
from
"abdullahbeam/nexus-design-abdullah"
from
"abdullahbeam/nexus-design-abdullah"
3
Create new projects. Load when user wants to START something new with a deliverable endpoint. Keywords: create project, new project, start project, plan project.
2026-01-05
godot.md
0
1
export
godot
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Complete Godot Engine knowledge base combining official documentation and source code analysis
2026-01-05
julien-infra-deployment-verifier.md
0
1
export
julien-infra-deployment-verifier
2
from
"theflysurfer/claude-skills-marketplace"
from
"theflysurfer/claude-skills-marketplace"
3
Verify deployments on Hostinger VPS srv759970 after code changes. Checks HTTP status, PM2 processes, takes screenshots, and generates deployment reports.
2026-01-05
proagentic-environment-cleanup.md
0
1
export
proagentic-environment-cleanup
2
from
"Proaptus/proagentic-dfx"
from
"Proaptus/proagentic-dfx"
3
Optimizes ProAgentic development environment by cleaning port conflicts, Docker images, memory issues, and test artifacts. Performs aggressive port cleanup, Docker image optimization, memory monitoring, and system health diagnostics. Use before starting development, when app won't start with port errors, when system feels slow, or for weekly maintenance. Provides before/after metrics and health reports.
2026-01-05