Browse Skills

20307 skills found

skill-creator.md
0
1 export skill-creator
2 sidsarasvati from "sidsarasvati/dotfiles"
3 Use when creating, designing, or building Claude Code skills. Auto-activates for "create a skill", "build a skill", "skill for X", or "make this into a skill". Provides complete 6-step creation protocol, embedded Anthropic documentation, working examples, and templates. Never need to fetch external docs again.
2026-01-05
golang-testing-strategies.md
0
1 export golang-testing-strategies
2 bobmatnyc from "bobmatnyc/termpilot"
3 Comprehensive Go testing strategies including table-driven tests, testify assertions, gomock interface mocking, benchmark testing, and CI/CD integration. Use when writing test suites, setting up testing infrastructure, or ensuring code quality.
2026-01-05
frontend-design-assistant.md
0
1 export frontend-design-assistant
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Frontend design assistant for users with zero/low-code background. This skill should be used when users request creating web interfaces, landing pages, dashboards, or any frontend UI; when users ask about frontend terminology, design elements, or architecture concepts; when users want to understand CSS, layout, typography, or color choices. Emphasizes distinctive aesthetics over generic AI-generated designs, teaches concepts in context, and adapts to user skill level (pure HTML/CSS or React/Vue).
2026-01-05
ui-ux-designer.md
0
1 export ui-ux-designer
2 JKKN-Institutions from "JKKN-Institutions/Kenavo"
3 This skill should be used when users request UI/UX design work, component creation, page layouts, wireframes, or design system implementation for Next.js applications using Tailwind CSS with a custom brand color palette (cream
2026-01-05
flutter-testing.md
0
1 export flutter-testing
2 abhishekbrt from "abhishekbrt/GlowState"
3 Flutter testing patterns with mocktail. Covers unit testing, widget testing, and BLoC/Cubit testing. Use when writing tests or setting up test infrastructure.
2026-01-05
vanilla-rails-controllers.md
0
1 export vanilla-rails-controllers
2 ZempTime from "ZempTime/zemptime-marketplace"
3 Use when writing Rails controllers, adding controller actions, or implementing state changes (close, archive, publish, assign) - enforces resource extraction instead of custom actions
2026-01-05
browser-use-skill-creator.md
0
1 export browser-use-skill-creator
2 byrencheema from "byrencheema/tappy"
3 Create and manage Browser Use Cloud skills for browser automation. Use when creating new browser automation skills, checking skill status, or adding web scraping/interaction capabilities.
2026-01-05
gaming-entertainment.md
0
1 export gaming-entertainment
2 dylantarre from "dylantarre/animation-principles"
3 Use when designing animations for gaming apps, streaming platforms, entertainment portals, or interactive media
2026-01-05
global-conventions.md
0
1 export global-conventions
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Follow development best practices for project organization, version control, documentation, environment configuration, and dependency management to maintain consistency across the team. Use this skill when organizing project files and directory structures, writing or updating README files and documentation, working with git commits and branches, configuring environment variables, managing dependencies in package.json or requirements.txt, or establishing code review processes. Use this skill when working with configuration files, .env files, documentation files, or when setting up CI/CD workflows. Use this skill when implementing feature flags, maintaining changelogs, or establishing team development workflows and contribution guidelines.
2026-01-05
frontend-design.md
0
1 export frontend-design
2 MuhammedAlkhudiry from "MuhammedAlkhudiry/ai-concise-guidelines"
3 UI/UX focused editing for visual changes only. Use for styling, layout, animations, typography, and design system work. No logic changes. Supports ULTRATHINK trigger for deep design analysis.
2026-01-05
vtm-expert.md
0
1 export vtm-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Virtual Task Manager domain expert.Knows about:- Next, Context, Task, Start, Complete, Stats, List operationsUse when:- User asks about task management operations- Context needed before starting work- Reviewing task status- Managing task workflow
2026-01-05
sql-optimization-patterns.md
0
1 export sql-optimization-patterns
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
2026-01-05
nextjs-skills.md
0
1 export nextjs-skills
2 rozwer from "rozwer/cross2B-Pro"
3 Use for Next.js design/architecture work. Respect App Router boundaries and server/client separation.
2026-01-05
testing-agent.md
0
1 export testing-agent
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Testing and quality validation for Flutter code.USE WHEN: creating tests, verifying coverage, running E2E tests,validating code quality, checking test coverage thresholds.Minimum coverage: 80% overall, 95% services, 70% widgets.Examples:<example>Context: The user implemented a new feature.user: "I've just implemented the new itinerary creation service"assistant: "I'll use testing-agent to generate comprehensive tests and ensure quality."<commentary>New code needs testing - use testing-agent.</commentary></example><example>Context: The user wants to run E2E tests.user: "Run the E2E tests to validate the login flow"assistant: "I'll use testing-agent to execute E2E tests with MCP Chrome DevTools."<commentary>E2E testing is a testing-agent responsibility.</commentary></example>
2026-01-05
integrating-formspree-forms.md
0
1 export integrating-formspree-forms
2 bryonjacob from "bryonjacob/aug"
3 Use when adding forms to static websites using Formspree - provides contact forms, newsletter signups, validation, and spam protection without backend code
2026-01-05
observability.md
0
1 export observability
2 jagreehal from "jagreehal/jagreehal-claude-skills"
3 Make functions observable with trace() wrapper, structured logging (Pino), and OpenTelemetry. Observability is orthogonal to business logic.
2026-01-05
moai-system-universal.md
0
1 export moai-system-universal
2 majiayu000 from "majiayu000/claude-skill-registry"
3 The ultimate unified development skill combining 25+ programming languages, 9+ BaaS providers, 6+ development functions, and 15+ security capabilities with AI orchestration, Context7 integration, enterprise compliance, and end-to-end project automation
2026-01-05
sqlite-integration-for-beginners.md
0
1 export sqlite-integration-for-beginners
2 rubrical-studios from "rubrical-studios/idpf-praxis-dist"
3 Add SQLite database to Flask or Sinatra app with beginner-friendly code examples and teaching comments
2026-01-05
global-conventions.md
0
1 export global-conventions
2 89jobrien from "89jobrien/mcp-joecc"
3 Follow team development conventions for project structure, version control, and collaboration. Use this skill when organizing files and directories, writing commit messages, or setting up pull requests. When managing environment variables, dependencies, or configuration files. When establishing code review processes, testing requirements, or changelog practices. When using feature flags for incomplete features.
2026-01-05
developing-claude-code-plugins.md
0
1 export developing-claude-code-plugins
2 mikekelly from "mikekelly/developing-claude-code-plugins"
3 Build, test, and distribute Claude Code plugins with slash commands, agents, skills, hooks, MCP servers, and LSP servers. MUST be loaded when creating, reviewing, debugging, or distributing plugins. Use PROACTIVELY when user mentions plugins, extensions, marketplaces, or wants to add custom commands/agents to Claude Code.
2026-01-05
code-review.md
0
1 export code-review
2 48Nauts-Operator from "48Nauts-Operator/opencode-baseline"
3 Systematic code review checklist for quality and security
2026-01-05
video-generation.md
0
1 export video-generation
2 MO196931 from "MO196931/documentosZai"
3 Implement AI-powered video generation capabilities using the z-ai-web-dev-sdk. Use this skill when the user needs to generate videos from text prompts or images, create video content programmatically, or build applications that produce video outputs. Supports asynchronous task management with status polling and result retrieval.
2026-01-05
ngx-design-system.md
0
1 export ngx-design-system
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Premium dark mode design system for NGX Genesis. Use when creating web interfaces, landing pages, dashboards, React components, or any UI for the NGX ecosystem. Includes color tokens, glassmorphism effects, neon glow buttons, depth cards, and all brand visual effects. The style is 80% effects and 20% colors - requires transparencies, backdrop-blur, multiple shadows, and subtle gradients.
2026-01-05
prompt-improver.md
0
1 export prompt-improver
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Improve prompts for AI agents and Telegram bots using OpenAI's prompt engineering best practices. Analyzes clarity, specificity, context, and output format. Returns structured improvements.
2026-01-05