Browse Skills

20307 skills found

database-migrations.md
0
1 export database-migrations
2 matt-riley from "matt-riley/mjrwtf"
3 Create, apply, and rollback goose migrations for SQLite using the embedded migrate tool.
2026-01-05
collaborating-with-coco.md
0
1 export collaborating-with-coco
2 luw2007 from "luw2007/skills"
3 Delegates coding tasks to Coco CLI (Codebase Copilot) for prototyping, debugging, and code review. Use when needing algorithm implementation, bug analysis, or code quality feedback. Supports multi-turn sessions via SESSION_ID.
2026-01-05
thesys-generative-ui.md
0
1 export thesys-generative-ui
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Production-ready skill for integrating TheSys C1 Generative UI API into React applications. This skill should be used when building AI-powered interfaces that stream interactive components (forms, charts, tables) instead of plain text responses. Covers complete integration patterns for Vite+React, Next.js, and Cloudflare Workers with OpenAI, Anthropic Claude, and Cloudflare Workers AI. Includes tool calling with Zod schemas, theming, thread management, and production deployment. Prevents 12+ common integration errors and provides working templates for chat interfaces, data visualization, and dynamic forms. Use this skill when implementing conversational UIs, AI assistants, search interfaces, or any application requiring real-time generative user interfaces with streaming LLM responses.Keywords: TheSys C1, TheSys Generative UI, @thesysai/genui-sdk, generative UI, AI UI, streaming UI components, interactive components, AI forms, AI charts, AI tables, conversational UI, AI assistants UI, React generative UI, V
2026-01-05
code-review-assistant.md
0
1 export code-review-assistant
2 fusionet24 from "fusionet24/AISkills"
3 Activates when reviewing code to identify quality issues, security vulnerabilities, and suggest improvements
2026-01-05
web-test.md
0
1 export web-test
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Execute tests from persistent test cases. Reads ./tests/ directory, runs cleanup, wallet setup (if Web3), executes tests, and generates report.
2026-01-05
terraform.md
0
1 export terraform
2 poindexter12 from "poindexter12/waypoint"
3 Terraform infrastructure-as-code reference for HCL syntax, state management,module design, and provider configuration. Use when working with Terraformconfigurations (.tf files), running terraform commands, troubleshooting stateissues, or designing modules. Includes Telmate Proxmox provider patterns.Triggers: terraform, tfstate, .tf files, HCL, modules, providers, proxmox_vm_qemu.
2026-01-05
uimatch-compare.md
0
1 export uimatch-compare
2 kosaki08 from "kosaki08/uimatch"
3 Run a single-shot visual comparison between a Figma design node and an implementation URL (local app, Storybook iframe, or deployed page) using @uimatch/cli, then read the generated report to explain design fidelity and quality gate status. Use this skill when the user wants to check whether one specific UI component or page matches its Figma design or debug a particular mismatch.
2026-01-05
operator-substitutions.md
0
1 export operator-substitutions
2 site-bender from "site-bender/sitebender"
3 Using Toolsmith functions instead of raw JavaScript operators and methods (&&, ||, !, .length, ===, etc.). Use when writing conditionals, comparisons, logic operations, or working with collections. Prefer Toolsmith functions to reduce cognitive load and improve readability.
2026-01-05
change-planning.md
0
1 export change-planning
2 noodlbox from "noodlbox/noodlbox-claude-plugins"
3 Analyze blast radius, check what will break, review changes before commit. Use for pre-commit review, PR risk assessment, planning safe refactors, or checking if changes are safe to merge. NOT for debugging (use debugging) or exploring unfamiliar code (use exploring-codebases).
2026-01-05
verbalized-sampling.md
0
1 export verbalized-sampling
2 glnds from "glnds/claude-config"
3 Prompt engineering technique to overcome mode collapse in LLM responses by generating multiple answers with probabilities. Use when you want to see alternative responses beyond the top-ranked answer, explore the full distribution of possible responses, discover unexpected solutions, or understand the probability range of different answers. Particularly useful for creative tasks, complex decision-making, brainstorming, and situations where conventional top-ranked answers may be limiting.
2026-01-05
software-architecture.md
0
1 export software-architecture
2 Doyajin174 from "Doyajin174/myskills"
3 Clean Architecture and SOLID principles guide. Use this when designing systems, reviewing architecture, or making structural decisions.
2026-01-05
push-notifications.md
0
1 export push-notifications
2 timequity from "timequity/vibe-coder"
3 Firebase Cloud Messaging and Apple Push Notification Service setup.
2026-01-05
rag-wrapper.md
0
1 export rag-wrapper
2 mindmorass from "mindmorass/reflex"
3 Patterns for wrapping any agent with RAG context from ChromaDB. Use to add persistent memory to imported or external agents.
2026-01-05
java-unit-tests.md
0
1 export java-unit-tests
2 Kacper99 from "Kacper99/kacpers-marketplace"
3 Comprehensive guidance for writing high-quality unit tests in Java projects using JUnit 5 and AssertJ. Use when writing unit tests, creating test classes, or need guidance on mocking strategies, assertions, test builders, or JUnit 5 best practices. Requires JUnit 5, AssertJ, and Mockito dependencies.
2026-01-05
global-coding-style.md
0
1 export global-coding-style
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Write clean, consistent, maintainable code following established naming conventions, formatting standards, and the DRY principle across all files in the codebase. Use this skill when writing or refactoring any code file regardless of language or framework to ensure consistent style. Use this skill when naming variables, functions, classes, and files, when formatting code with proper indentation, when creating small focused functions, or when removing dead code and unused imports. Use this skill for Python files, JavaScript/TypeScript files, CSS files, configuration files, or any programming language file. Use this skill when establishing code formatting standards with tools like Prettier, ESLint, Black, or RuboCop, or when applying the DRY principle to eliminate code duplication.
2026-01-05
principal-engineer.md
0
1 export principal-engineer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when implementing features, writing production code, providing technical feedback on designs, or making implementation decisions. Apply when user asks to implement, build, code, develop, or create software. Also use when reviewing design documents from the architect perspective of implementation feasibility. Use proactively after system design is complete.
2026-01-05
backend-migrations.md
0
1 export backend-migrations
2 Software-Design-Club from "Software-Design-Club/todo-app"
3 Create and manage database migrations with reversible changes, zero-downtime deployments, and proper version control practices. Use this skill when creating database migration files, schema change scripts, or any files that modify database structure. Use this when writing migration files with up/down methods, implementing rollback strategies, creating or modifying database tables, adding or removing columns, creating indexes, or handling data migrations separately from schema changes. Use this when working on files in migration directories like db/migrate/, migrations/, or database/migrations/, or when modifying schema definition files.
2026-01-05
abp-framework-patterns.md
0
1 export abp-framework-patterns
2 thapaliyabikendra from "thapaliyabikendra/ai-artifacts"
3 Master ABP Framework patterns including repository pattern, unit of work, domain services, application services, authorization, multi-tenancy, background jobs, and distributed events. Use when: (1) building ABP-based applications with DDD architecture, (2) creating CRUD services with Entity, AppService, DTOs, validators, (3) handling authorization/permissions, (4) generating ABP module code.
2026-01-05
typescript-strict.md
0
1 export typescript-strict
2 Barnhardt-Enterprises-Inc from "Barnhardt-Enterprises-Inc/quetrex-claude"
3 Strict TypeScript rules. Use when writing ANY TypeScript.
2026-01-05
jira-wiki.md
0
1 export jira-wiki
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Jira Wiki Markup (Text Formatting Notation) for formatting issue descriptions, comments, and custom fields. NOT Markdown—Jira uses different syntax. Use when formatting Jira text, creating tables/panels/code blocks in Jira, linking users/issues/attachments, writing Jira templates, or when any Jira formatting question arises. Triggers include "Jira markup", "Jira formatting", "Jira table", "Jira code block", "Jira panel", "link in Jira", "format Jira comment/description", "Jira wiki syntax".
2026-01-05
naming.md
0
1 export naming
2 site-bender from "site-bender/sitebender"
3 Naming conventions for files, folders, functions, types, components, constants, and URLs. Enforces camelCase, PascalCase, SCREAMING_SNAKE_CASE, and kebab-case rules. References abbreviations skill for handling abbreviations, initialisms, and acronyms. Use when naming anything in the codebase.
2026-01-05
moai-cc-mcp-builder.md
0
1 export moai-cc-mcp-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 AI-powered enterprise MCP (Model Context Protocol) server development orchestrator with Context7 integration, intelligent code generation, automated architecture design, and enterprise-grade server deployment patterns for advanced LLM service integration
2026-01-05
using-system-architect.md
0
1 export using-system-architect
2 tachyon-beep from "tachyon-beep/hamlet"
3 Use when you have architecture documentation from system-archaeologist and need critical assessment, refactoring recommendations, or improvement prioritization - routes to appropriate architect specialist skills
2026-01-05
web-search.md
0
1 export web-search
2 0xKahi from "0xKahi/dotfiles"
3 search the web for information when user explicitly requests web searches, by identifying the nature of the request and delegating to appropriate subagents (@code-researcher for documentation/code examples, @web-researcher for general information)
2026-01-05