Browse Skills

20307 skills found

nestjs-module-generator.md
0
1 export nestjs-module-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate NestJS module files with controllers, services, DTOs, and entities. Triggers on "create nestjs module", "generate nest module", "nestjs resource", "nest crud module".
2026-01-05
frontend-components.md
0
1 export frontend-components
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Design reusable, composable UI components with single responsibility, clear props interfaces, minimal state management, and proper encapsulation. Use this skill when creating or modifying React components, Vue components, Svelte components, web components, or any modular UI building blocks. Use this when designing component APIs with props and defaults, managing component state, composing smaller components into larger UIs, documenting component usage, implementing component lifecycle methods, or ensuring components are reusable across different contexts. Use this when working on .jsx, .tsx, .vue, .svelte files in component directories like components/, src/components/, or app/components/.
2026-01-05
slidev-presentations.md
0
1 export slidev-presentations
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Creates Slidev markdown presentations for developers. Activates for: slides with code highlighting, technical talks, conference presentations, workshop materials, live coding decks, or markdown-based slides. Not for PowerPoint/Google Slides or non-presentation documents.
2026-01-05
marketing-writer.md
0
1 export marketing-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Writes marketing content (landing pages, tweets, emails) for product features with a casual, direct brand voice. Use when the user ships a feature, needs marketing copy, mentions "marketing content", "landing page", "tweet about", "launch email", "announce", or requests help promoting/explaining product features. Automatically analyzes the codebase to understand the product context before writing.
2026-01-05
language-conventions.md
0
1 export language-conventions
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Defines language usage conventions separating user communication from technical artifacts. Use when writing code, documentation, commits, or communicating with users in multilingual projects.
2026-01-05
qt6-desktop-ux.md
0
1 export qt6-desktop-ux
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Qt6 UI/UX patterns for desktop applications. Use for dialogs, panels, toolbars.
2026-01-05
create-feature-component.md
0
1 export create-feature-component
2 biggs3d from "biggs3d/Tools"
3 Create a complete feature with ViewModel, View, and tests following Phoenix MVVM patterns. Use when building new UI features, panels, or components that manage their own state. Generates ViewModel with MobX, React view with observer, and comprehensive tests.
2026-01-05
swiftui-patterns.md
0
1 export swiftui-patterns
2 johnrogers from "johnrogers/claude-swift-engineering"
3 Use when implementing iOS 17+ SwiftUI patterns: @Observable/@Bindable, MVVM architecture, NavigationStack, lazy loading, UIKit interop, accessibility (VoiceOver/Dynamic Type), async operations (.task/.refreshable), or migrating from ObservableObject/@StateObject.
2026-01-05
htmx-expert.md
0
1 export htmx-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when users need help with htmx development, including implementing AJAX interactions, understanding htmx attributes (hx-get, hx-post, hx-swap, hx-target, hx-trigger), debugging htmx behavior, building hypermedia-driven applications, or following htmx best practices. Use when users ask about htmx patterns, server-side HTML responses, or transitioning from SPA frameworks to htmx. (user)
2026-01-05
browser-tools.md
0
1 export browser-tools
2 RebelPotato from "RebelPotato/agent-config"
3 Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a visible browser is required.
2026-01-05
rails-frontend-guidelines.md
0
1 export rails-frontend-guidelines
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Rails frontend development guidelines using Hotwire (Turbo + Stimulus), Tailwind CSS, and ViewComponent. Modern patterns for server-rendered HTML with progressive enhancement, zero-build frontend architecture, and Rails conventions. Use when creating views, components, Stimulus controllers, partials, or working with frontend code.
2026-01-05
atlassian.md
0
1 export atlassian
2 mir from "mir/maratai"
3 Access Jira issues and Confluence pages via Python scripts with OAuth 2.0 authentication. Use when user asks about Jira tickets, issues, bugs, stories, epics, sprints, or Confluence pages, wiki, documentation. Contains instructions to cleanup existing tickets, do status update of the tickets.
2026-01-05
pkce-reviewer.md
0
1 export pkce-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Review test cases for PKCE (Proof Key for Code Exchange) implementation. Covers code_challenge/code_verifier validation, S256 transformation, and all PKCE requirements per OAuth 2.1 Sections 4.1.1, 4.1.3, 7.5.1, 7.5.2. PKCE is MANDATORY in OAuth 2.1.
2026-01-05
mobile-design.md
0
1 export mobile-design
2 irahardianto from "irahardianto/monarch"
3 Create distinctive, production-grade mobile interfaces with high design quality using Flutter. Use this skill when the user asks to build mobile apps, screens, widgets, animations, or UI components. Generates creative, polished Flutter code that avoids generic standard widget aesthetics.
2026-01-05
mcp-integration-toolkit.md
0
1 export mcp-integration-toolkit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create, configure, and integrate MCP (Model Context Protocol) servers and clients. Use when building MCP servers with FastMCP (Python) or MCP SDK (Node/TypeScript), integrating external APIs, or creating custom tools/resources for LLMs. Handles server creation, client configuration, transport protocols, and security patterns.
2026-01-05
frontend-css.md
0
1 export frontend-css
2 overtimepog from "overtimepog/AgentTheo"
3 Write maintainable, performant CSS using modern methodologies including Tailwind CSS utility classes, CSS modules, CSS-in-JS, or design system tokens. Use this skill when styling components, creating layouts, implementing design systems, or working with CSS files (.css, .scss, .module.css), Tailwind configuration, styled-components, or CSS-in-JS solutions. Apply this skill when implementing utility-first patterns with Tailwind, using CSS custom properties for theming, creating responsive layouts with flexbox/grid, managing design tokens (colors, spacing, typography), or optimizing CSS for production with purging and tree-shaking. This skill ensures consistent styling methodology across the project, minimizes custom CSS when framework utilities exist, maintains design system coherence, and follows modern CSS best practices including container queries, CSS variables, and performance optimization.
2026-01-05
zabbix.md
0
1 export zabbix
2 julianobarbosa from "julianobarbosa/claude-code-skills"
3 Zabbix monitoring system automation via API and Python. Use when: (1) Managing hosts, templates, items, triggers, or host groups, (2) Automating monitoring configuration, (3) Sending data via Zabbix trapper/sender, (4) Querying historical data or events, (5) Bulk operations on Zabbix objects, (6) Maintenance window management, (7) User/permission management
2026-01-05
web-search.md
0
1 export web-search
2 w2112515 from "w2112515/exo-protocol"
3 执行网页搜索并返回结构化结果摘要
2026-01-05
build-and-deploy.md
0
1 export build-and-deploy
2 Eng0AI from "Eng0AI/gsap-awwwards-website-template"
3 Build and deploy this React + Vite GSAP website. Use when building, deploying, or preparing the project for production.
2026-01-05
sinatra-setup-for-beginners.md
0
1 export sinatra-setup-for-beginners
2 rubrical-studios from "rubrical-studios/idpf-praxis-dist"
3 Set up Ruby Sinatra development environment for beginners with step-by-step guidance, Bundler setup, and troubleshooting
2026-01-05
autogenerate-formulas.md
0
1 export autogenerate-formulas
2 foolishimp from "foolishimp/ai_sdlc_method"
3 Autogenerate formula implementations from formula specifications (F-*). Converts mathematical formulas, calculations, and algorithms into production code with tests. Use when F-* includes formula specifications.
2026-01-05
hotwire-components.md
0
1 export hotwire-components
2 bebekim from "bebekim/paymentreminder"
3 Build frontend components using Hotwire stack (Turbo + Stimulus) with Tailwind CSS. Use when creating interactive UI elements, forms with live validation, modals, dropdowns, tabs, or any client-side behavior. Ensures accessibility, mobile responsiveness, and consistent patterns.
2026-01-05
clientecriar-a-partir-video.md
0
1 export clientecriar-a-partir-video
2 joaopelegrino from "joaopelegrino/app-controle"
3 Skill especializada para USUÁRIOS FINAIS (clientes) que desejam criar cursos naplataforma Plataforma B2B de treinamento técnico corporativo a partir de vídeos do YouTube. Esta skill utiliza um FLUXODE DIAGNÓSTICO INTERATIVO para adaptar a estrutura às características do conteúdo.IMPORTANTE: A estrutura do curso é FLEXÍVEL e determinada pelo diagnóstico inicial.Não há número fixo de seções, módulos ou formato predefinido. A skill analisa oinput do usuário (vídeo único, playlist, série de vídeos) e propõe estrutura adequada.O processo é COLABORATIVO: após análise inicial, Claude apresenta proposta deestrutura e solicita validação/ajustes do usuário antes de prosseguir. Isso garanteque cursos curtos (1h) e longos (100h+) sejam tratados apropriadamente.Formatos de entrada suportados: vídeo único curto (<1h), vídeo único longo (1-10h),playlist do YouTube, múltiplos vídeos avulsos, série de vídeos relacionados,webinars gravados, lives arquivadas, tutoriais sequenciais.A skill guia desde a extração d
2026-01-05
backup-sovereign.md
0
1 export backup-sovereign
2 vaultmesh-org from "vaultmesh-org/backup-sovereign"
3 Create encrypted, verifiable backups with proof receipts (BLAKE3 + ROOT.txt) and mandatory restore drill. Uses age encryption for modern, simple UX. Designed for sovereign EU infrastructure. Use after node-hardening completes. Triggers: 'backup node', 'encrypted backup', 'create backup', 'restore drill', 'generate proof receipts', 'verify backup', 'backup with proof'.
2026-01-05