Browse Skills
6605 skills found
documentation-standards.md
1
1
export
documentation-standards
2
from
"Reodor-Studios/create-reodor-app"
from
"Reodor-Studios/create-reodor-app"
3
Document new features and updates following the project documentation standards. Use when creating or updating documentation for features, significant refactors, or complex business logic. Ensures proper separation of business and technical documentation with consistent formatting.
2025-12-05
kysely-query-architect.md
1
1
export
kysely-query-architect
2
from
"AdamAugustinsky/a3-stack-kysely"
from
"AdamAugustinsky/a3-stack-kysely"
3
Write type-safe Kysely queries following project patterns. Use when writing new database queries, optimizing queries, or working with the @packages/db/src/queries/* files.
2026-01-13
test-resource-service.md
1
1
export
test-resource-service
2
from
"madooei/backend-template"
from
"madooei/backend-template"
3
This is a template for a backend service built with TypeScript and Hono.js. It provides a basic structure for creating RESTful APIs.
2026-01-05
permissions.md
1
1
export
permissions
2
from
"wodsmith/thewodapp"
from
"wodsmith/thewodapp"
3
Guide for working with team-based permissions and authorization in the WODsmith codebase. Use when touching TEAM_PERMISSIONS constants, hasTeamPermission/requireTeamPermission functions, adding permission checks to actions or server functions, creating features requiring authorization, or ensuring client-server permission consistency.
2026-04-21
device-management.md
1
1
export
device-management
2
from
"surrealwolf/unifi-network-mcp"
from
"surrealwolf/unifi-network-mcp"
3
MCP server for UniFi Network management - network devices, WiFi, and firewall management
2026-03-10
nextjs.md
1
1
export
nextjs
2
from
"specvital/specvital.github.io"
from
"specvital/specvital.github.io"
3
🏠 Official project website and documentation hub hosted on GitHub Pages.
2026-02-17
tts-livekit-plugin.md
1
1
export
tts-livekit-plugin
2
from
"Okeysir198/P20251122-claude-skills"
from
"Okeysir198/P20251122-claude-skills"
3
Public repository for Skills
2026-01-15
webapp-testing.md
1
1
export
webapp-testing
2
from
"grasdouble/Lufa"
from
"grasdouble/Lufa"
3
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
2026-04-20
fsharp-persistence.md
1
1
export
fsharp-persistence
2
from
"heimeshoff/Cinemarco"
from
"heimeshoff/Cinemarco"
3
Implement data persistence using SQLite with Dapper, JSON files, or event sourcing.Use when: "database", "save data", "store", "CRUD", "create table", "query", "SQL","SQLite", "Dapper", "file storage", "JSON file", "event sourcing", "persistence","read from database", "write to database", "data access", "repository".Creates code in src/Server/Persistence.fs with async I/O patterns.
2026-01-30
spawning-agents-on-the-command-line.md
1
1
export
spawning-agents-on-the-command-line
2
from
"snits/claude-files"
from
"snits/claude-files"
3
prompt files, and custom commands
2026-04-06
supabase-expert.md
1
1
export
supabase-expert
2
from
"synqing/Lightwave-Ledstrip"
from
"synqing/Lightwave-Ledstrip"
3
Comprehensive Supabase expert with access to 2,616 official documentation files covering PostgreSQL database, authentication, real-time subscriptions, storage, edge functions, vector embeddings, and all platform features. Invoke when user mentions Supabase, PostgreSQL, database, auth, real-time, storage, edge functions, backend-as-a-service, or pgvector.
2026-04-18
reporting.md
1
1
export
reporting
2
from
"pluginagentmarketplace/custom-plugin-data-analyst"
from
"pluginagentmarketplace/custom-plugin-data-analyst"
3
Data Analyst Plugin - Tools for data analysis, exploration, and visualization
2026-01-07
piper.md
1
1
export
piper
2
from
"SecKatie/katies-ai-skills"
from
"SecKatie/katies-ai-skills"
3
My AI skills packaged for https://github.com/RedHatProductSecurity/lola
2026-02-12
code-reviewer.md
1
1
export
code-reviewer
2
from
"ranjanpoudel1234/ai-tools"
from
"ranjanpoudel1234/ai-tools"
3
Reviews code for architecture, performance, API design, and maintainability. AUTOMATICALLY INVOKE when user mentions "review", "PR", "pull request", "code review", "backend review", or "analyze code". Verifies against latest Microsoft C# and .NET standards.
2026-03-28
icon-generation.md
1
1
export
icon-generation
2
from
"cmwen/prompt-loop-app"
from
"cmwen/prompt-loop-app"
3
Generate app icons (SVG/PNG) and launcher icons for Android Flutter apps. Use when creating UI icons, launcher icons, or platform-ready icon assets. Handles sizing, formats, and flutter_launcher_icons integration.
2026-04-16
docs-generator.md
1
1
export
docs-generator
2
from
"ajianaz/skills-collection"
from
"ajianaz/skills-collection"
3
Generate hierarchical documentation structures (AGENTS.md, agent.d, and custom docs) for codebases. Use when user asks to create documentation files, analyze codebase for AI agent documentation, set up AI-friendly project documentation, or generate context files for AI coding assistants. Triggers on "create documentation", "generate docs", "analyze codebase for AI", "documentation setup", "hierarchical docs".
2026-02-25
vue-composition-api.md
1
1
export
vue-composition-api
2
from
"pluginagentmarketplace/custom-plugin-vue"
from
"pluginagentmarketplace/custom-plugin-vue"
3
Vue Development Plugin
2026-03-15
fabric.md
1
1
export
fabric
2
from
"zmre/nix-pai"
from
"zmre/nix-pai"
3
Native Fabric pattern execution for Claude Code. USE WHEN processing content with Fabric patterns (extract_wisdom, summarize, analyze_claims, threat modeling, etc.). Patterns run natively in Claude's context - no CLI spawning needed. Only use fabric CLI for YouTube transcripts (-y) or pattern updates (-U).
2026-04-20
vscode-extension-expert.md
1
1
export
vscode-extension-expert
2
from
"StrayDragon/my-claude-skills"
from
"StrayDragon/my-claude-skills"
3
Comprehensive VSCode extension development expert that guides you through creating extensions using the official Yeoman generator tool. Provides interactive setup, configuration guidance, and development workflow support. Covers scaffolding with yo code, extension anatomy, debugging, testing, publishing, and API reference. Features primary access to complete VS Code API documentation at `@source/vscode-docs/api/` for authoritative reference. Use when starting new VSCode extensions, setting up development environment, configuring extension manifests, debugging extensions, or when mentioning VSCode extension creation, TypeScript extensions, plugin development, or editor customization. Built with official VS Code documentation, generator best practices, and complete API reference.
2026-01-28
style-inspector.md
1
1
export
style-inspector
2
from
"andreamk/ipsum-claude-marketplace"
from
"andreamk/ipsum-claude-marketplace"
3
Claude marketplace plugins built for developer workflows.
2025-12-18
error-tracking.md
1
1
export
error-tracking
2
from
"fghaffar/claude-cursor-setup"
from
"fghaffar/claude-cursor-setup"
3
Add error tracking and performance monitoring to your project services. Use this skill when adding error handling, creating new controllers/routes, instrumenting background jobs, or tracking performance. Supports Sentry, Datadog, and other monitoring solutions. ALL ERRORS MUST BE CAPTURED - no exceptions.
2026-03-12
commit.md
1
1
export
commit
2
from
"weihanchen/ai-voice-assistant-fastrtc"
from
"weihanchen/ai-voice-assistant-fastrtc"
3
🧠 A spec-driven, extensible VoiceBot powered by FastRTC, ASR/TTS/LangGraph/MultiAgent, and ChatGPT Function Calling. Built to be maintainable, reliable, and production-ready.
2026-03-12
short-prompt-guide.md
1
1
export
short-prompt-guide
2
from
"rfxlamia/flow"
from
"rfxlamia/flow"
3
Strategy for creating efficient short-form video prompts. Use when creating filler shots, atmospheric scenes, or quick video clips that don't require full Production Brief methodology. Covers when to go short vs long, format+style upfront rule, and two approaches (Descriptive vs Directive) for compact yet coherent results.
2026-03-01
dnd-character-stats.md
1
1
export
dnd-character-stats
2
from
"JoeCotellese/dnd-dm-skill"
from
"JoeCotellese/dnd-dm-skill"
3
Learn to build Claude Code skills by creating D&D Dungeon Master tools - a hands-on tutorial series
2026-02-22