Browse Skills

44557 skills found

vue-vite-testing.md
0
1 export vue-vite-testing
2 Eva813 from "Eva813/vue3-skills"
3 Comprehensive unit testing guide for Vue 3 + Vite projects using Vitest and Vue Test Utils. Use when writing or reviewing unit tests for Vue components, composables, Pinia stores, or TypeScript/JavaScript utilities in Vite-based projects. Covers test structure, best practices, mocking strategies, and Vue-specific testing patterns.
2026-01-05
mql5-x-compile.md
0
1 export mql5-x-compile
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Compile MQL5 indicators via CLI using X: drive mapping to bypass 'Program Files' path spaces issue. Use PROACTIVELY after editing ANY .mq5 or .mqh file. Triggers - after editing MQL5 code, compile, build, MetaEditor, .mq5, .mqh, indicator, script, EA, expert advisor, "test it", "try it", "run it", path space errors. (project)
2026-01-05
grantwriter.md
0
1 export grantwriter
2 vitamin3615 from "vitamin3615/Agent-skills"
3 Expert guide for writing successful research funding proposals for biological sciences. Specialized focus on NIH grants, biomedical research funding, career development awards, and fellowship applications. Covers proposal structure, review criteria, budget planning, collaboration strategies, and biological research-specific considerations.
2026-01-05
vault.md
0
1 export vault
2 fnichol from "fnichol/claude-code-plugins"
3 Use when user says "save this", "create project", "promote from inbox" - manages Obsidian vault documentation with frontmatter (project/status/type/created), file naming (YYYY-MM-DD-name.md), wikilinks, and project structure in projects/ folders
2026-01-05
jira.md
0
1 export jira
2 vm0-ai from "vm0-ai/api0"
3 Jira Cloud REST API via curl. Use this skill to create, update, search, and manage issues, projects, and workflows in Jira.
2026-01-05
Enhance Meeting Minutes.md
0
1 export Enhance Meeting Minutes
2 jmandel from "jmandel/enhance-meeting-minutes.skill"
3 This skill should be used when enhancing FHIR meeting minutes by synthesizing transcript discussion into Confluence pages, capturing reasoning and trade-offs with XML DOM manipulation
2026-01-05
docker-runbook.md
0
1 export docker-runbook
2 galactivale from "galactivale/financeocr"
3 VaultCPA Docker operations guide including common commands, troubleshooting, deployment procedures, and container management. Use when working with Docker, deploying services, or debugging container issues.
2026-01-05
code-quality-reviewer.md
0
1 export code-quality-reviewer
2 SlySlayer32 from "SlySlayer32/dashboard-link-saas"
3 Comprehensive code quality review and missing logic detection for Dashboard Link SaaS. Use when the user asks to "find missing logic", "review code quality", "check for issues", "ensure quality", "validate code", "find bugs", or any similar vague quality-focused prompts. Also use for PR reviews, pre-deployment checks, and systematic code audits.
2026-01-05
godot-asset-generator.md
0
1 export godot-asset-generator
2 jwynia from "jwynia/agent-skills"
3 Generate game assets using AI image generation APIs (DALL-E, Replicate, fal.ai) and prepare them for Godot. Covers the full art pipeline from concept art and style guides to final sprites, sprite sheets, and import configuration. This skill should be used when creating game art, generating sprites, making tilesets, creating UI elements, or preparing assets for Godot import. Keywords: game assets, AI art, DALL-E, Replicate, fal.ai, sprite sheet, tileset, Godot, pixel art, character sprite, game art, texture, animation frames.
2026-01-05
loogle.md
0
1 export loogle
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Search for Lean 4 and Mathlib theorems, lemmas, and definitions by type signature, name, or subexpression pattern. Use when the user asks to find a theorem, look up a Lean definition, search for lemmas, or needs help discovering Mathlib functions.
2026-01-05
lintstagedrc.md
0
1 export lintstagedrc
2 sayali-ingle-pdl from "sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3 Generates .lintstagedrc configuration to automatically fix and format staged files before commit. Runs ESLint, Stylelint, and Prettier on staged files.
2026-01-05
supabase-database-ops.md
0
1 export supabase-database-ops
2 Venture-Formations from "Venture-Formations/aiprodaily"
3 Critical guardrail for Supabase database operations ensuring multi-tenant isolation with publication_id filtering, proper use of supabaseAdmin, avoiding SELECT *, error handling patterns, and secure server-side database access. Use when writing database queries, working with supabase, accessing newsletter_campaigns, articles, rss_posts, or any tenant-scoped data.
2026-01-05
create-skill.md
0
1 export create-skill
2 0xmsc from "0xmsc/coding_assistant"
3 Guide for creating new Agent Skills. Use this skill when you need to create a new skill.
2026-01-05
performance-analyzer.md
0
1 export performance-analyzer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically analyze performance issues when user mentions slow pages, performance problems, or optimization needs. Performs focused performance checks on specific code, queries, or components. Invoke when user says "this is slow", "performance issue", "optimize", or asks about speed.
2026-01-05
create-slide.md
0
1 export create-slide
2 fecet from "fecet/quarto-scaffold"
3 fluid-slide 项目专用的幻灯片制作规范。 定义了 Grid 布局、MD3 工具类、特殊组件等项目内约定。 配合 quarto-revealjs 技能使用。
2026-01-05
lattice.md
0
1 export lattice
2 enzokro from "enzokro/crinzo-plugins"
3 Context graph for workspace decisions. Query precedents, trace patterns, check staleness.
2026-01-05
mova-run-gates-wrapper.md
0
1 export mova-run-gates-wrapper
2 Leryk1981 from "Leryk1981/mova_wf_cycle"
3 Runs npm validate/test/smoke gates and emits a JSON gate report with log paths.
2026-01-05
gcp-bq-table-management.md
0
1 export gcp-bq-table-management
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when creating BigQuery tables, implementing partitioning or clustering, managing table schemas, or optimizing table structure. Covers time-based partitioning, range partitioning, clustering strategies, DDL commands, and table configuration.
2026-01-05
smalltalk-usage-finder.md
0
1 export smalltalk-usage-finder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Class and method usage analyzer for Pharo Smalltalk. Provides expertise in understanding class responsibilities through class comments (get_class_comment), discovering usage patterns via references (search_references_to_class), finding example methods (exampleXXX patterns), analyzing method usage in context (search_references with polymorphism handling), generating package overviews (list_classes with comment analysis), and resolving ambiguous names (search_classes_like, search_methods_like). Use when understanding what a class does, finding usage examples for classes or methods, discovering how to use an API, analyzing package structure and purpose, resolving unclear class or method names, or learning usage patterns from real-world code.
2026-01-05
ux-designer.md
0
1 export ux-designer
2 Cornjebus from "Cornjebus/amair"
3 Expert UI/UX design guidance for building unique, accessible, and user-centered interfaces. Use when designing interfaces, making visual design decisions, choosing colors/typography, implementing responsive layouts, or when user mentions design, UI, UX, styling, or visual appearance. Always ask before making design decisions.
2026-01-05
invoice-organizer.md
0
1 export invoice-organizer
2 mattleonard16 from "mattleonard16/taxhelper"
3 Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.
2026-01-05
uploading-to-imgur.md
0
1 export uploading-to-imgur
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Upload images to Imgur via API and get shareable links. Supports anonymous upload (Client ID) and authenticated upload (Access Token). Returns detailed JSON with image URLs, delete links, dimensions, and metadata. Use when the user needs to upload images to Imgur, share images publicly, or get image hosting URLs.
2026-01-05
user-stories.md
0
1 export user-stories
2 shwilliamson from "shwilliamson/a-test"
3 Guidelines for writing effective user stories with clear acceptance criteria. Use when creating issues from discovery findings.
2026-01-05
substack-post-crafter.md
0
1 export substack-post-crafter
2 chekos from "chekos/bns-marketplace"
3 Craft Substack newsletter posts optimized for engagement, open rates, and subscriber growth.Use when writing headlines/subject lines, structuring posts, crafting hooks, writing teasersfor next issues, or adapting content between newsletter and Notes. Includes email-firstoptimization, the cliff-hanger technique, SEO integration, and Spanish-language patterns.
2026-01-05