Browse Skills

16146 skills found

building-static-sites.md
0
1 export building-static-sites
2 bryonjacob from "bryonjacob/aug"
3 Use when creating static websites with Next.js static export - covers YAML-based content, image optimization, form handling, SEO, and deployment to GitHub Pages/Netlify/Vercel
2026-01-05
frontend-components.md
0
1 export frontend-components
2 SpacePlushy from "SpacePlushy/portfolio"
3 Design and build reusable UI components following Astro's server-first architecture with islands, proper component composition, TypeScript props, and strategic client-side hydration. Use this skill when creating or modifying Astro components, React/Vue/Svelte islands, layout components, or any reusable UI elements. When working on .astro component files, framework component files (.jsx, .tsx, .vue, .svelte), layout components, page components, component prop interfaces, slot implementations, client directive usage (client:load, client:idle, client:visible), scoped component styles, or component documentation and examples.
2026-01-05
image-enhancer.md
0
1 export image-enhancer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.
2026-01-05
clojure-charred.md
0
1 export clojure-charred
2 Ramblurr from "Ramblurr/nix-devenv"
3 High-performance JSON and CSV parsing library for Clojure. Use when working with JSON or CSV data and need fast in Clojure, efficient parsing/writing with a clojure.data.json/clojure.data.csv compatible API.
2026-01-05
vector-search.md
0
1 export vector-search
2 leobrival from "leobrival/topographic-studio-plugins"
3 Semantic search infrastructure for Obsidian vaults using vector embeddings. Covers embedding models, chunking strategies, similarity search, and incremental indexing.
2026-01-05
global-conventions.md
0
1 export global-conventions
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Follow development best practices including consistent project structure, clear documentation with README files, version control best practices with clear commit messages, environment configuration using environment variables, minimal dependency management, code review processes, testing requirements, feature flags for incomplete features, and changelog maintenance. Use this skill when organizing project files and directories, writing commit messages, managing dependencies, setting up environment configurations, establishing code review processes, or maintaining project documentation. This skill applies when working on project organization, git workflows, dependency management, or any project-level conventions.
2026-01-05
tdd-cycle.md
0
1 export tdd-cycle
2 anortham from "anortham/sherpa"
3 Follow strict TDD methodology using Sherpa's workflow enforcement. Activates when implementing new features, adding functionality, or building code that requires tests. Ensures RED-GREEN-REFACTOR discipline with guide check/done tracking.
2026-01-05
hono.md
0
1 export hono
2 turner-kl from "turner-kl/dotfiles"
3 This skill should be used when developing with the Hono web framework, including CLI tool usage, project scaffolding, routing, middleware configuration, testing, optimization, and deployment across multiple JavaScript runtimes (Cloudflare Workers, Deno, Bun, Vercel, AWS Lambda, Node.js)
2026-01-05
your-skill-name.md
0
1 export your-skill-name
2 GhostScientist from "GhostScientist/skills"
3 A clear description of what this skill does and when Claude should use it. Include trigger phrases like "when asked to...", "use when...", or specific keywords that should activate this skill.
2026-01-05
cards-containers.md
0
1 export cards-containers
2 dylantarre from "dylantarre/animation-principles"
3 Use when animating cards, panels, tiles, or container elements to create depth and interactivity
2026-01-05
python-async-patterns.md
0
1 export python-async-patterns
2 clostaunau from "clostaunau/holiday-card"
3 Comprehensive guide to Python async/await patterns, best practices, and anti-patterns. Covers asyncio fundamentals, coroutines, async context managers, task management, common libraries (aiohttp, aiofiles, asyncpg), framework integration (FastAPI, Django), performance considerations, and proper exception handling. Use when reviewing or writing asynchronous Python code.
2026-01-05
local-development-with-policy-as-code.md
0
1 export local-development-with-policy-as-code
2 adaptive-enforcement-lab from "adaptive-enforcement-lab/claude-skills"
3 Run Kyverno policy validation locally with policy-platform containers. Zero local setup, same tools as CI, instant feedback before committing code changes.
2026-01-05
mental-models.md
0
1 export mental-models
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Apply Charlie Munger's latticework of mental models to any problem. Use when user requests decision analysis, says "help me think", "apply mental model", mentions model names (inversion, bottlenecks, second-order thinking), or needs structured thinking frameworks.
2026-01-05
nervecentre-browser-automation.md
0
1 export nervecentre-browser-automation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Browser automation for NHS Nervecentre EPR systems using local MCP servers. Use when asked to scrape, extract, or interact with Nervecentre patient data, worklists, clinical notes, or any NHS EPR system that requires local network access. Supports browser-use MCP (primary), Playwright MCP (fallback), and Browser MCP extension. Handles OAuth 2.0 authentication, dynamic SPA content, and FHIR-compliant data extraction. IMPORTANT - Requires local network access (hospital WiFi) - cloud browser services will not work.
2026-01-05
todo-skill-name.md
0
1 export todo-skill-name
2 lnittman from "lnittman/skills"
3 This skill should be used when TODO: specify the domain knowledge or organization context this skill provides and when it should be invoked.
2026-01-05
operating-k8s-local.md
0
1 export operating-k8s-local
2 Asmayaseen from "Asmayaseen/hackathon-2"
3 Operates local Kubernetes clusters with Minikube for development and testing.Use when setting up local K8s, deploying applications locally, or debugging K8s issues.Covers Minikube, kubectl essentials, local image loading, and networking.
2026-01-05
rubocop.md
0
1 export rubocop
2 el-feo from "el-feo/ai-context"
3 Ruby static code analyzer and formatter for enforcing style guidelines, detecting bugs, and improving code quality. Supports Rails, RSpec, and Performance extensions with safe autocorrection capabilities.
2026-01-05
project-conventions.md
0
1 export project-conventions
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Polibaseのプロジェクト規約とベストプラクティスを説明します。Pre-commit hooks遵守、CI/CD運用、中間ファイル管理、知識蓄積層の活用など、開発時に守るべきルールとガイドラインをカバーします。
2026-01-05
code-quality.md
0
1 export code-quality
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Audits code for security vulnerabilities, performance issues, accessibility, complexity metrics, and infrastructure security. Use when reviewing code quality, performing security audits, checking OWASP compliance, analyzing complexity, auditing IaC, or finding dead code.
2026-01-05
app-localization.md
0
1 export app-localization
2 tddworks from "tddworks/claude-skills"
3 iOS/macOS app localization management for Tuist-based projects with .strings files.Use when: (1) Adding new translation keys to modules, (2) Validating .strings files for missing/duplicate keys,(3) Syncing translations across languages, (4) AI-powered translation from English to other locales,(5) Checking placeholder consistency (%@, %d), (6) Generating localization reports,(7) Updating Swift code to use localized strings instead of hardcoded text.
2026-01-05
black-box-architecture.md
0
1 export black-box-architecture
2 gl0bal01 from "gl0bal01/black-box-architecture"
3 Apply Eskil Steenberg's black box architecture principles to build modular, maintainable software. Automatically refactors code into replaceable components, designs system architectures with clean boundaries, and debugs with modular isolation.
2026-01-05
service-website-generator.md
0
1 export service-website-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Orchestrates automated service-based website generation with local SEO optimization. Creates 200+ service+location pages using parallel agents, Unsplash images via Jina AI, NextJS with dynamic routing, and PostgreSQL database. Use when building service business websites (plumbers, electricians, pressure washing, HVAC, etc.) targeting multiple locations.
2026-01-05
fastapi-observability.md
0
1 export fastapi-observability
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 This skill should be used when the user asks to "add logging", "implement metrics", "add tracing", "configure Prometheus", "setup OpenTelemetry", "add health checks", "monitor API", or mentions observability, APM, monitoring, structured logging, distributed tracing, or Grafana. Provides comprehensive observability patterns.
2026-01-05
cc-conversation-analyzer.md
0
1 export cc-conversation-analyzer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive Claude Code conversation analysis skill for deep-diving into CC session logs.Use when analyzing exported Claude Code conversations to understand: project patterns, error rates,command failures, security risks, session duration, tool usage, and workflow efficiency.Triggers: "analyze conversation", "CC analysis", "conversation analysis", "session review","Claude Code logs", "analyze my sessions", "review CC usage", "conversation insights","what went wrong in my session", "session forensics", "CC forensics"
2026-01-05