Browse Skills
2013 skills found
writing-page-layout.md
1
1
export
writing-page-layout
2
from
"Emz1998/nexly-notes"
from
"Emz1998/nexly-notes"
3
Use this skill when you need to write code for a page layout in the Next.js
2026-01-24
infra-terraform.md
1
1
export
infra-terraform
2
from
"takumi12311123/dotfiles"
from
"takumi12311123/dotfiles"
3
Enforces Terraform best practices for safe and scalable infrastructure as code. Emphasizes modularity, state management, and security. Automatically applied for IaC implementation.
2026-04-09
code-review-preferences.md
1
1
export
code-review-preferences
2
from
"ChaiWithJai/claude-code-mastery"
from
"ChaiWithJai/claude-code-mastery"
3
Claude Code Mastery: 3.5hr livestream course for Cursor/Copilot users switching to Claude Code. Skills, agents, plugins, and team adoption.
2025-12-26
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
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
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
hello-world.md
1
1
export
hello-world
2
from
"smallnest/hello-world-skill"
from
"smallnest/hello-world-skill"
3
A greeting skill that ONLY generates simple hello/greeting messages. NOT for calculations, data processing, or code execution. Use ONLY for greeting requests like "say hello", "greet someone", or similar.
2025-12-26
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
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
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
wtp-ux-expert.md
1
1
export
wtp-ux-expert
2
from
"esoxjem/WhatThePuck"
from
"esoxjem/WhatThePuck"
3
iOS app to track espresso shots
2025-12-27
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
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
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
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
apple-notes.md
1
1
export
apple-notes
2
from
"peerasak-u/peerasak-claude-marketplace"
from
"peerasak-u/peerasak-claude-marketplace"
3
Reads, searches, lists, creates, and deletes notes in Apple Notes on macOS. Use when the user asks about their notes, wants to save information to Notes, or needs to find something they wrote in Apple Notes.
2026-01-26
databricks-apps-cookie-auth.md
1
1
export
databricks-apps-cookie-auth
2
from
"hurtener/penguiflow"
from
"hurtener/penguiflow"
3
A tiny, dependency-light Python library (penguiflow) that lets define typed, concurrent agent pipelines.
2026-04-03
explore-codebase.md
1
1
export
explore-codebase
2
from
"anortham/miller"
from
"anortham/miller"
3
The code investigator
2026-04-13
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
darkit-gin.md
1
1
export
darkit-gin
2
from
"DarkiT/gin"
from
"DarkiT/gin"
3
本项目主要对Gin框架的Context进行了功能扩充,以简化调用流程。
2026-04-18
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
backend-development.md
1
1
export
backend-development
2
from
"pluginagentmarketplace/custom-plugin-mlops"
from
"pluginagentmarketplace/custom-plugin-mlops"
3
MLOps Plugin Development
2026-01-07
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
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