Browse Skills
2013 skills found
ux-accessibility.md
1
1
export
ux-accessibility
2
from
"matthewharwood/fantasy-phonics"
from
"matthewharwood/fantasy-phonics"
3
A fantasy-themed phonics game where kids turn spelling words into creatures, places, and spells through imagination, drawing, and storytelling.
2026-02-16
site-dev.md
1
1
export
site-dev
2
from
"rhnvrm/rohanverma.net"
from
"rhnvrm/rohanverma.net"
3
Personal Website
2026-04-14
typescript-standards.md
1
1
export
typescript-standards
2
from
"jordanburke/typescript-library-template"
from
"jordanburke/typescript-library-template"
3
Guide for creating TypeScript libraries using the typescript-library-template pattern and applying its standards to existing projects. Use when setting up new npm packages, standardizing build scripts, configuring tooling (tsup, Vitest, ESLint, Prettier), or applying dual module format patterns.
2026-04-01
explore-codebase.md
1
1
export
explore-codebase
2
from
"anortham/miller"
from
"anortham/miller"
3
The code investigator
2026-04-13
figma-to-page.md
1
1
export
figma-to-page
2
from
"okgoogle13/careercopilot"
from
"okgoogle13/careercopilot"
3
Generates React code for a full page based on pasted Figma 'Inspect' details. Uses the page scaffolder.
2026-04-19
premium-healthcare-redesign.md
1
1
export
premium-healthcare-redesign
2
from
"SamiAGOURRAM/salam-queue-flow"
from
"SamiAGOURRAM/salam-queue-flow"
3
Redesign React components and pages for healthcare SaaS with premium Apple/Uber-like aesthetics while preserving ALL existing logic, hooks, state management, API calls, and event handlers. Use this skill when the user requests to redesign, make premium, improve the look of, or beautify existing React code. Also use when the user provides design inspiration screenshots to adapt. The skill treats all functionality as sacred and focuses purely on visual transformation - layout, styling, typography, colors, spacing, and modern component structures can change freely, but hooks order, state management, backend communication, and all interactions must remain 100% intact.
2026-04-03
codex.md
1
1
export
codex
2
from
"jongwony/cc-plugin"
from
"jongwony/cc-plugin"
3
OpenAI Codex CLI integration
2026-04-17
frontend-design.md
1
1
export
frontend-design
2
from
"FrancKINANI/IMessenger"
from
"FrancKINANI/IMessenger"
3
IMessenger is an Android app that allows schools to manage events, classes, different groups and students to send and receive messages.
2026-02-03
neo-llm-security.md
1
1
export
neo-llm-security
2
from
"Cornjebus/neo-llm-security"
from
"Cornjebus/neo-llm-security"
3
|
2025-12-26
article-extractor.md
1
1
export
article-extractor
2
from
"jrajasekera/claude-skills"
from
"jrajasekera/claude-skills"
3
A collection of Claude Skills for various tasks and workflows.
2026-04-03
darkit-gin.md
1
1
export
darkit-gin
2
from
"DarkiT/gin"
from
"DarkiT/gin"
3
本项目主要对Gin框架的Context进行了功能扩充,以简化调用流程。
2026-04-18
dh-combat.md
1
1
export
dh-combat
2
from
"rjroy/adventure-engine-corvran"
from
"rjroy/adventure-engine-corvran"
3
An AI-powered game master for immersive tabletop RPG adventures. Corvran guides you through rich, interactive stories with dynamic theming, procedural imagery, and persistent world state—all through a web interface.
2026-04-18
visual-ui-tester.md
1
1
export
visual-ui-tester
2
from
"jaysoo/dot-ai-config"
from
"jaysoo/dot-ai-config"
3
Visual UI testing expert using Playwright MCP for browser automation. Use when testing responsive layouts, verifying UI changes, checking breakpoints, debugging visual/CSS issues, or validating component rendering. Triggers on "test UI", "check layout", "verify design", "responsive", "breakpoint", "visual test", "screenshot".
2026-04-15
data-gouv.md
1
1
export
data-gouv
2
from
"datactivist/data_redesign_method"
from
"datactivist/data_redesign_method"
3
Skill professionnel pour Claude Code permettant d'accéder, télécharger et analyser les données ouvertes françaises via data.gouv.fr. Inclut une librairie Python complète, des exemples de code, et une documentation détaillée des datasets les plus utilisés.
2026-01-28
cli-designer.md
1
1
export
cli-designer
2
from
"kaakaww/hawkop"
from
"kaakaww/hawkop"
3
CLI companion for the StackHawk AppSec Intelligence Platform
2026-03-31
documentation.md
1
1
export
documentation
2
from
"toddmoy/protobox"
from
"toddmoy/protobox"
3
Project documentation patterns using README.md with visual diagrams. For creating and maintaining product-level documentation that's accessible in-app via CMD-I.
2026-04-12
rails-conventions.md
1
1
export
rails-conventions
2
from
"nbarthel/claudy"
from
"nbarthel/claudy"
3
Useful plugins, agents, skills, tools and other claudiness
2026-01-03
windows15-app-development.md
1
1
export
windows15-app-development
2
from
"ThomasRohde/windows15"
from
"ThomasRohde/windows15"
3
Build and modify apps in the Windows 15 desktop environment. Use when creating new apps, modifying existing apps in apps/, working with window management, persistence, hotkeys, notifications, or UI components.
2025-12-21
uv.md
1
1
export
uv
2
from
"stickystyle/claude-skills"
from
"stickystyle/claude-skills"
3
Claude skills I've developed for my use
2026-03-24
frontend-web-dev-expert.md
1
1
export
frontend-web-dev-expert
2
from
"malston/claude-config"
from
"malston/claude-config"
3
Advanced frontend web development expert system that provides comprehensive modern web development services including architecture design, UI/UX implementation, performance optimization, engineering setup, and cross-platform development through expert collaboration and intelligent tool integration.
2026-04-12
tdd-workflow.md
1
1
export
tdd-workflow
2
from
"mkaczkowski/react-spa-scaffold"
from
"mkaczkowski/react-spa-scaffold"
3
Test-Driven Development guidance. Use during feature-dev Phase 5 (Implementation) or any code implementation. Ensures tests are written BEFORE implementation code, following Red-Green-Refactor cycle.
2026-03-17
python-function-caching.md
1
1
export
python-function-caching
2
from
"gordonwatts/atlas-mcp"
from
"gordonwatts/atlas-mcp"
3
Provide a reusable pattern for memoizing deterministic function calls to reduce latency and repeated computation. Backed by the `python` diskcache package. Use skill when updating or editing everything.
2026-01-04
web-dev-tester.md
1
1
export
web-dev-tester
2
from
"burkeholland/social-assistant-demo"
from
"burkeholland/social-assistant-demo"
3
Autonomously build and test web applications using Playwright MCP server. Enables iterative development with automatic verification - make changes, run the app, visually verify, check for errors, and iterate. Use when building websites, debugging UI issues, or implementing features that need visual verification.
2026-04-10
ruby-information.md
1
1
export
ruby-information
2
from
"elct9620/claude-ruby-plugin"
from
"elct9620/claude-ruby-plugin"
3
Provides helpful Ruby extensions for varios scenarios in Cluade Code
2026-01-12