Browse Skills

2452 skills found

detect-non-localizable.md
2
1 export detect-non-localizable
2 ericfitz from "ericfitz/tmi-ux"
3 TMI-UX is a web application front end for threat model and data flow diagram editing, and is the front-end to the TMI API server. It supports OAuth and OIDC and supports real-time simultaneous collaborative editing of data flow diagrams.
2026-02-03
prompt-engineering-toolkit.md
2
1 export prompt-engineering-toolkit
2 davidrd123 from "davidrd123/ComfyPromptByAPI"
3 Core prompt engineering techniques for LoRA-based video generation. Use when: prompts ignore critical elements, outputs are confused or generic, characters are inconsistent, performances feel lifeless, or style drifts toward realism. Covers attention budget, conceptual distance, simplification, aesthetic control, character consistency, performance direction, and advanced revision strategies.
2026-02-02
poocommerce-copy-guidelines.md
2
1 export poocommerce-copy-guidelines
2 notmattpress from "notmattpress/poocommerce"
3 Same shit, different toilet
2026-02-03
clean-git-history.md
2
1 export clean-git-history
2 anandthakker from "anandthakker/dotfiles"
3 Reimplement a branch with a clean, narrative-quality git commit history suitable for reviewer comprehension. Use when asked to: rewrite git history for PR review, make commits more logical/reviewable, prepare messy work for a pull request.
2026-01-05
fpkit-developer.md
2
1 export fpkit-developer
2 shawn-sandy from "shawn-sandy/astro-basics"
3 Guide for building applications with @fpkit/acss components. This skill should be used when composing custom React components from fpkit primitives, validating CSS variable naming conventions, extending fpkit components with custom behavior, or ensuring accessibility compliance in fpkit-based applications. Use when the user needs help with component composition patterns, CSS customization, or accessibility testing. Not for developing the @fpkit/acss library itself.
2026-01-05
frontend-dev.md
2
1 export frontend-dev
2 jungai from "jungai/dotfiles"
3 Comprehensive React, TypeScript, and Tailwind frontend development with Next.js and TanStack ecosystem (TanStack Router, TanStack Query, TanStack Start). Use when building, configuring, or developing modern web applications with these specific technologies, including project setup, routing, data fetching, component patterns, and TypeScript configurations.
2026-01-05
sdd-tdd-workflow.md
2
1 export sdd-tdd-workflow
2 inchan from "inchan/zettel-memory"
3 Guide AI agents through Specification-Driven Development (SDD) + Test-Driven Development (TDD) integrated workflow. Use when implementing complex features, making architectural decisions, or conducting large-scale refactoring that requires clear specifications and test-first development.
2025-12-22
fastapi-endpoint.md
2
1 export fastapi-endpoint
2 janisto from "janisto/fastapi-playground"
3 FastAPI playground
2026-01-25
publish.md
2
1 export publish
2 robdmc from "robdmc/easier"
3 A set of Python tools for making everyday tasks easier
2026-01-23
marp-html-to-png.md
2
1 export marp-html-to-png
2 Ryunosuke-Tanaka-sti from "Ryunosuke-Tanaka-sti/claude_and_blog_seminar"
3 Create HTML diagrams for Marp slides and capture them as PNG screenshots using Playwright MCP
2025-11-22
minecraft-fabric-dev.md
2
1 export minecraft-fabric-dev
2 MCDxAI from "MCDxAI/meteor-client-webgui"
3 Comprehensive guidance for Minecraft mod development with Fabric, including porting from other mod loaders (Forge, NeoForge). Integrates MCP servers for decompilation, documentation access, and mixin validation. Use when developing Fabric mods, porting from Forge, or working with Minecraft source code.
2026-01-05
i18n-translator.md
2
1 export i18n-translator
2 mjanv from "mjanv/premiere-ecoute"
3 Music tools for Twitch streaming
2025-12-07
formatter-linter-expert.md
2
1 export formatter-linter-expert
2 kbrdn1 from "kbrdn1/dotfiles"
3 Universal code formatter and linter analyzer for multi-ecosystem projects (Laravel/PHP, Bun/Node/TS/JS, React, Vue, Astro, Nuxt, Go, Rust, Deno) with intelligent asdf version management, auto-detection, and interactive workflows
2026-01-05
write.md
2
1 export write
2 waynesutton from "waynesutton/waynesutton-ai"
3 Expert writing for technical content, social media, and developer documentation. Use when asked to write tweets, LinkedIn posts, blog posts, READMEs, commit messages, feature announcements, or any written content. Optimized to avoid AI detection patterns.
2026-01-03
outlook-automation.md
2
1 export outlook-automation
2 gmickel from "gmickel/outlookctl"
3 Automates reading, searching, drafting, and sending emails AND calendar events in Classic Outlook on Windows using local COM automation. Use this skill when the user asks to process Outlook emails, create drafts, send messages, save attachments, manage calendar events, create meetings, or respond to invitations from the authenticated Outlook session on their Windows Devbox. Requires Classic Outlook (not New Outlook) to be running.
2026-01-05
skill-creator.md
2
1 export skill-creator
2 AizenvoltPrime from "AizenvoltPrime/claude-compass"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-14
oracle.md
2
1 export oracle
2 LarsEckart from "LarsEckart/dotfiles"
3 Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
2026-01-27
turborepo-workflow.md
2
1 export turborepo-workflow
2 lsst-sqre from "lsst-sqre/squareone"
3 The landing page for the Rubin Science Platform
2026-02-02
scrcpy-option-ui-builder.md
2
1 export scrcpy-option-ui-builder
2 Codertainment from "Codertainment/scrcpy_buddy"
3 The scrcpy experience you've been waiting for
2026-01-18
ui-components.md
2
1 export ui-components
2 Kafkasportal from "Kafkasportal/git"
3 This skill should be used when the user asks to "create a component", "build a UI component", "generate a React component", "make a new component", "add a component", or mentions component types like "card", "button", "form", "input", "widget", "kpi card", "stat card", "dashboard widget". Provides comprehensive guidance for creating production-ready React components with TypeScript, Tailwind CSS, and modern best practices.
2026-01-05
sparze.md
2
1 export sparze
2 glassesneo from "glassesneo/sparze"
3 Expert guidance for building Entity Component System (ECS) applications with Sparze, a Zig ECS library. Use when working with Sparze ECS code for (1) Writing system functions with query filters, (2) Organizing systems with single responsibility and proper execution order, (3) Designing component architectures and groups, (4) Using query modifiers (Optional, Exclude, Free), (5) Managing resources and events, (6) Understanding performance trade-offs between Query/Group/SingleQuery, (7) Implementing event-driven system chains, (8) Implementing deferred commands pattern, or (9) Any other Sparze ECS development tasks.
2026-01-05
kubernetes-debugger.md
2
1 export kubernetes-debugger
2 rodrigodelmonte from "rodrigodelmonte/k8s-debugging-plugin"
3 Kubernetes debugging and troubleshooting best practices using MCP kubernetes tools.Use when: (1) Pods are failing, pending, or in CrashLoopBackOff/ImagePullBackOff states,(2) Services are unreachable or DNS resolution fails, (3) Deployments aren't rolling out,(4) Nodes are unhealthy or unschedulable, (5) Resource issues (OOM, CPU throttling),(6) Any "why isn't my Kubernetes workload working?" questions.Provides systematic debugging workflows using kubectl_get, kubectl_describe, kubectl_logs,exec_in_pod, and other MCP kubernetes tools.
2026-01-02
wrongodb-blogging.md
2
1 export wrongodb-blogging
2 gabrielelanaro from "gabrielelanaro/wrongodb"
3 Plan and write WrongoDB devlog posts in this repo. Use when asked to plan, outline, draft, or revise posts under blog/, generate blog images, or follow the series structure for WrongoDB. This skill embeds the canonical planning and writing prompts and uses blog/generate_image.py for image generation.
2026-01-05
clarify.md
2
1 export clarify
2 paulopacitti from "paulopacitti/dotfiles"
3 :cd: my dot files backup, can't code without this
2026-01-12