Browse Skills
20307 skills found
python-hr-analytics-tutor.md
0
1
export
python-hr-analytics-tutor
2
from
"austinjamesrose/claude-skills-work"
from
"austinjamesrose/claude-skills-work"
3
Specialized Python tutoring for HR analytics professionals. Use when working on HR/talent analytics tasks involving turnover, time-to-fill, retention, headcount, recruiting analytics, or other People Analytics metrics. Loads HR-specific patterns and examples.
2026-01-05
vscode-webview-ui.md
0
1
export
vscode-webview-ui
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Develop React applications for VS Code Webview surfaces. Use when working on the `webview-ui` package, creating features, components, or hooks for VS Code extensions. Includes project structure, coding guidelines, and testing instructions.
2026-01-05
suggesting-tooling.md
0
1
export
suggesting-tooling
2
from
"BrendanShields/spec-flow"
from
"BrendanShields/spec-flow"
3
Analyzes a codebase and suggests custom Claude Code skills and subagents to improvedevelopment workflow. Use when user wants tooling suggestions, automation ideas, orasks "what skills would help this project".
2026-01-05
tdd.md
0
1
export
tdd
2
from
"narcisobenigno/groceries"
from
"narcisobenigno/groceries"
3
Enforces test-driven development (TDD) following Kent Beck's methodology. MANDATORY micro-cycle approach - write ONE test, watch it fail, write minimal implementation, refactor, then NEXT test. NEVER write all tests first or implementation first. Use for ANY code writing task.
2026-01-05
openai-sdk.md
0
1
export
openai-sdk
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
OpenAI official SDK usage (Python, Node.js). Use when: writing code that calls OpenAI API,implementing chat/embeddings/images/audio features, handling streaming responses,async patterns, error handling with SDK. For raw HTTP/REST calls, see `openai-api` skill.
2026-01-05
let-chains-advisor.md
0
1
export
let-chains-advisor
2
from
"EmilLindfors/claude-marketplace"
from
"EmilLindfors/claude-marketplace"
3
Identifies deeply nested if-let expressions and suggests let chains for cleaner control flow. Activates when users write nested conditionals with pattern matching.
2026-01-05
ce101-slides.md
0
1
export
ce101-slides
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Context Engineering 101 curriculum slide generation. Use this skill when working on CE101 curriculum to: (1) Generate styled PowerPoint presentations from markdown, (2) Create PNG previews of slides, (3) Update master presentation from curriculum modules
2026-01-05
weekly-reports.md
0
1
export
weekly-reports
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Génération et mise à jour de rapports hebdomadaires avec CFD (Cumulative Flow Diagram). Activer ce skill quand l'utilisateur parle de récapitulatif, bilan hebdomadaire, rapport de la semaine, ou CFD.
2026-01-05
acessibilidade.md
0
1
export
acessibilidade
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Garante que páginas HTML sigam práticas de acessibilidade WCAG 2.1 AA. Use quando criar ou modificar páginas HTML, adicionar componentes interativos, ou o usuário mencionar acessibilidade, ARIA, leitores de tela, ou contraste de cores.
2026-01-05
figma.md
0
1
export
figma
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Extract design data from Figma files. Use for getting design tokens, component specs, and generating code from Figma designs.
2026-01-05
frontend-optimizer.md
0
1
export
frontend-optimizer
2
from
"zh1227/zh1227.github.io"
from
"zh1227/zh1227.github.io"
3
前端性能优化助手,专注于Web Vitals优化、包体积分析、加载性能提升、渲染优化,提供代码分割、懒加载、资源优化等专业建议,帮助前端应用达到极致性能。
2026-01-05
executing-plans.md
0
1
export
executing-plans
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Execute implementation plans step-by-step with quality guardrails (ask when unclear, minimal-change bias, readability checklist, verification). Use when the user asks to execute or follow a plan, run tasks sequentially from a plan file (e.g., docs/plans/*.md), or continue plan steps.
2026-01-05
css-design-tokens.md
0
1
export
css-design-tokens
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
CSS design tokens and color system for vehicle insurance platform. Use when defining colors, spacing, typography, or design variables. Keywords: eye-care colors #5B8DEF/#8B95A5/#C5CAD3, CSS variables, spacing system, color palette, typography scale, design tokens, variables.css, theme colors.
2026-01-05
aoc-solution-review.md
0
1
export
aoc-solution-review
2
from
"krwenholz/adventofcode-2025"
from
"krwenholz/adventofcode-2025"
3
Reviews Advent of Code TypeScript solutions for code quality, TypeScript idioms, and performance. Use when asked to review a day's solution, critique AoC code, or get feedback on puzzle implementations.
2026-01-05
insightpulse-superset-embedded-analytics.md
0
1
export
insightpulse-superset-embedded-analytics
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Design and configure embedded Superset dashboards for internal tools and customer apps with theming, RLS, SSO, and scalable UX.
2026-01-05
decomp.md
0
1
export
decomp
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Match decompiled C code to original PowerPC assembly for Super Smash Bros Melee. Use this skill when asked to match, decompile, or fix a function to achieve 100% match against target assembly. Invoked with /decomp <function_name> or automatically when working on decompilation tasks.
2026-01-05
atft-code-quality.md
0
1
export
atft-code-quality
2
from
"wer-inc/gogooku3"
from
"wer-inc/gogooku3"
3
Enforce lint, formatting, typing, testing, and security hygiene across the ATFT-GAT-FAN codebase.
2026-01-05
llmintegration.md
0
1
export
llmintegration
2
from
"Lobbi-Docs/claude"
from
"Lobbi-Docs/claude"
3
LLM integration patterns for Claude, GPT, Gemini, and Ollama. Activate for AI API integration, prompt engineering, token management, extended thinking, and multi-model orchestration.
2026-01-05
nextjs.md
0
1
export
nextjs
2
from
"NaimalArain13/Hackathon-II_The-Evolution-of-Todo"
from
"NaimalArain13/Hackathon-II_The-Evolution-of-Todo"
3
Next.js 16 patterns for App Router, Server/Client Components, proxy.ts authentication, data fetching, caching, and React Server Components. Use when building Next.js applications with modern patterns.
2026-01-05
appflowy-integration.md
0
1
export
appflowy-integration
2
from
"HelloWorldSungin/AI_agents"
from
"HelloWorldSungin/AI_agents"
3
Integration with AppFlowy project management tool for task tracking, database management, and workspace organization. Use when working with AppFlowy, managing project tasks, creating databases, organizing workspaces, syncing agent work with project tracking, syncing documentation or tasks to AppFlowy, setting up automated sync workflows, or when the user mentions AppFlowy, project tracking, task management, or sync automation. Includes generic sync script that works with ANY project. Supports rich text formatting (bold, italic, code, links, strikethrough) and git pushsync workflow for automated syncing.
2026-01-05
ticket-status.md
0
1
export
ticket-status
2
from
"jayprimer/pmc-marketplace"
from
"jayprimer/pmc-marketplace"
3
Programmatic verification of KB state: tickets, phases, tests, integrity.Provides scripts for automated checking at each workflow stage.SCRIPTS:- check_ticket.py: Ticket docs, tests, final status → next step- check_phase.py: Phase progress, all tickets complete?- check_tests.py: Trajectory, RED verification, coverage vs spec- check_integrity.py: Index.md matches dirs, roadmap has all active itemsUse when:- Checking ticket/phase completion- Validating before commit/archive- CI/CD automation- User says "status", "check", "verify"
2026-01-05
ios-design.md
0
1
export
ios-design
2
from
"pokotieru-mashumaro/claude-code-template-ios-backend"
from
"pokotieru-mashumaro/claude-code-template-ios-backend"
3
Create distinctive, production-grade iOS interfaces with SwiftUI. Use this skill when the user asks to build iOS screens, components, or views. Generates polished, native-feeling code that goes beyond generic templates while respecting Apple's Human Interface Guidelines.
2026-01-05
sveltekit-remote-functions.md
0
1
export
sveltekit-remote-functions
2
from
"spences10/svelte-skills-kit"
from
"spences10/svelte-skills-kit"
3
SvelteKit remote functions guidance. Use for command(), query(), form() patterns in .remote.ts files.
2026-01-05
agents.md
0
1
export
agents
2
from
"rafaelcalleja/kai-agents-skill"
from
"rafaelcalleja/kai-agents-skill"
3
Dynamic agent composition and management system. USE WHEN user says create custom agents, spin up custom agents, specialized agents, OR asks for agent personalities, available traits, agent voices. Handles custom agent creation, personality assignment, voice mapping, and parallel agent orchestration.
2026-01-05