Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repositories
Indexed repository

majiayu000/claude-skill-registry

These skills were discovered automatically and have not necessarily received an editorial review.

View on GitHub
192 indexed skills65 stars

add-malli-schemas
Indexed

Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling

View indexed skill

add-malli-schemas
Indexed

Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling

View indexed skill

add-uint-support
Indexed

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

View indexed skill

add-uint-support
Indexed

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

View indexed skill

add-uint-support
Indexed

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

View indexed skill

add-uint-support
Indexed

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

View indexed skill

analytics-events
Indexed

Add product analytics events to track user interactions in the Metabase frontend

View indexed skill

analytics-events
Indexed

Add product analytics events to track user interactions in the Metabase frontend

View indexed skill

analytics-events
Indexed

Add product analytics events to track user interactions in the Metabase frontend

View indexed skill

analyze-ci
Indexed

Analyze failed GitHub Action jobs for a pull request.

View indexed skill

analyze-ci
Indexed

Analyze failed GitHub Action jobs for a pull request.

View indexed skill

at-dispatch-v2
Indexed

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

View indexed skill

at-dispatch-v2
Indexed

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

View indexed skill

at-dispatch-v2
Indexed

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

View indexed skill

at-dispatch-v2
Indexed

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

View indexed skill

azure-role-selector
Indexed

When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.

View indexed skill

azure-role-selector
Indexed

When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.

View indexed skill

azure-static-web-apps
Indexed

Helps create, configure, and deploy Azure Static Web Apps using the SWA CLI. Use when deploying static sites to Azure, setting up SWA local development, configuring staticwebapp.config.json, adding Azure Functions APIs to SWA, or setting up GitHub Actions CI/CD for Static Web Apps.

View indexed skill

backport-pr-assistant
Indexed

Help backport PRs to release branches using the backport CLI tool. Use when backporting changes that have merge conflicts requiring manual resolution.

View indexed skill

backport-pr-assistant
Indexed

Help backport PRs to release branches using the backport CLI tool. Use when backporting changes that have merge conflicts requiring manual resolution.

View indexed skill

backport-pr-assistant
Indexed

Help backport PRs to release branches using the backport CLI tool. Use when backporting changes that have merge conflicts requiring manual resolution.

View indexed skill

cache-expert
Indexed

Covers Dagger Engine caching internals including cache key derivation, invalidation, and the immutable DAG model. Use when debugging cache misses, unexpected invalidations, or implementing caching-related engine features.

View indexed skill

cache-expert
Indexed

Covers Dagger Engine caching internals including cache key derivation, invalidation, and the immutable DAG model. Use when debugging cache misses, unexpected invalidations, or implementing caching-related engine features.

View indexed skill

calcom-api
Indexed

Interact with the Cal.com API v2 to manage scheduling, bookings, event types, availability, and calendars. Use this skill when building integrations that need to create or manage bookings, check availability, configure event types, or sync calendars with Cal.com's scheduling infrastructure.

View indexed skill

changelog
Indexed

Maintains IdeaVim changelog (CHANGES.md) and build.gradle.kts changeNotes. Use when updating changelog, documenting releases, or reviewing commits/PRs for changelog entries.

View indexed skill

changelog
Indexed

Maintains IdeaVim changelog (CHANGES.md) and build.gradle.kts changeNotes. Use when updating changelog, documenting releases, or reviewing commits/PRs for changelog entries.

View indexed skill

ci-monitor
Indexed

Monitor Nx Cloud CI pipeline and handle self-healing fixes automatically. Checks for Nx Cloud connection before starting.

View indexed skill

ci-monitor
Indexed

Monitor Nx Cloud CI pipeline and handle self-healing fixes automatically. Checks for Nx Cloud connection before starting.

View indexed skill

clickhouse-io
Indexed

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

View indexed skill

clickhouse-io
Indexed

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

View indexed skill

code-porter
Indexed

View indexed skill

coding-standards
Indexed

Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.

View indexed skill

commit-helper
Indexed

Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.

View indexed skill

commit-helper
Indexed

Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.

View indexed skill

component-refactoring
Indexed

Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component --json` shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, or complexity reduction, or when `pnpm analyze-component` warns to refactor before testing; avoid for simple/well-structured components, third-party wrappers, or when the user explicitly wants testing without refactoring.

View indexed skill

component-refactoring
Indexed

Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component --json` shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, or complexity reduction, or when `pnpm analyze-component` warns to refactor before testing; avoid for simple/well-structured components, third-party wrappers, or when the user explicitly wants testing without refactoring.

View indexed skill

concept-workflow
Indexed

End-to-end workflow for creating complete JavaScript concept documentation, orchestrating all skills from research to final review

View indexed skill

concept-workflow
Indexed

End-to-end workflow for creating complete JavaScript concept documentation, orchestrating all skills from research to final review

View indexed skill

concept-workflow
Indexed

End-to-end workflow for creating complete JavaScript concept documentation, orchestrating all skills from research to final review

View indexed skill

concept-workflow
Indexed

End-to-end workflow for creating complete JavaScript concept documentation, orchestrating all skills from research to final review

View indexed skill

connect
Indexed

Connect Claude to any app. Send emails, create issues, post messages, update databases - take real actions across Gmail, Slack, GitHub, Notion, and 1000+ services.

View indexed skill

connect
Indexed

Connect Claude to any app. Send emails, create issues, post messages, update databases - take real actions across Gmail, Slack, GitHub, Notion, and 1000+ services.

View indexed skill

connect-apps
Indexed

Connect Claude to external apps like Gmail, Slack, GitHub. Use this skill when the user wants to send emails, create issues, post messages, or take actions in external services.

View indexed skill

connect-apps
Indexed

Connect Claude to external apps like Gmail, Slack, GitHub. Use this skill when the user wants to send emails, create issues, post messages, or take actions in external services.

View indexed skill

continuous-learning
Indexed

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

View indexed skill

continuous-learning
Indexed

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

View indexed skill

contribution-loop
Indexed

Find repos with design drift and generate meaningful PRs to fix them. Runs as an autonomous loop discovering GitHub repos using design systems, scanning for drift, and staging fixes for human review.

View indexed skill

copilot
Indexed

Hand off a task to GitHub Copilot.

View indexed skill

copilot-sdk
Indexed

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.

View indexed skill

copilot-sdk
Indexed

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.

View indexed skill

create-pr
Indexed

Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.

View indexed skill

create-pr
Indexed

Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.

View indexed skill

dagger-codegen
Indexed

Edit dagger.gen.go output, Go templates (object.go.tmpl, defs.go.tmpl), invoke() dispatch, SDK interfaces (CodeGenerator, ClientGenerator), `dagger develop`, `dagger client install`. Keywords: codegen, SDK, bindings, templates, internal/dagger, dag.*, ModuleMainSrc

View indexed skill

dagger-codegen
Indexed

Edit dagger.gen.go output, Go templates (object.go.tmpl, defs.go.tmpl), invoke() dispatch, SDK interfaces (CodeGenerator, ClientGenerator), `dagger develop`, `dagger client install`. Keywords: codegen, SDK, bindings, templates, internal/dagger, dag.*, ModuleMainSrc

View indexed skill

dashboard-create-screen
Indexed

Create a new screen in the Multi-site Dashboard with automatic route registration

View indexed skill

dashboard-create-screen
Indexed

Create a new screen in the Multi-site Dashboard with automatic route registration

View indexed skill

design-principles
Indexed

Swiss International Style design system for Resume Matcher. Use this skill when building UI components, modifying styles, or creating new pages. Every frontend change MUST follow these rules.

View indexed skill

discord
Indexed

Post announcements and messages to Discord channels. Use when sharing updates, releases, or team communications.

View indexed skill

docs-review
Indexed

Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.

View indexed skill

docs-review
Indexed

Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.

View indexed skill

docs-voice
Indexed

Use when writing any React documentation. Provides voice, tone, and style rules for all doc types.

View indexed skill

docstring
Indexed

Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.

View indexed skill

docstring
Indexed

Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.

View indexed skill

drizzle
Indexed

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

View indexed skill

e2e
Indexed

Run E2E tests for Sentry JavaScript SDK test applications

View indexed skill

e2e
Indexed

Run E2E tests for Sentry JavaScript SDK test applications

View indexed skill

eval-harness
Indexed

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

View indexed skill

fact-check
Indexed

Verify technical accuracy of JavaScript concept pages by checking code examples, MDN/ECMAScript compliance, and external resources to prevent misinformation

View indexed skill

fact-check
Indexed

Verify technical accuracy of JavaScript concept pages by checking code examples, MDN/ECMAScript compliance, and external resources to prevent misinformation

View indexed skill

fetch-diff
Indexed

Fetch PR diff with filtering and line numbers for code review.

View indexed skill

fetch-diff
Indexed

Fetch PR diff with filtering and line numbers for code review.

View indexed skill

fetch-diff
Indexed

Fetch PR diff with filtering and line numbers for code review.

View indexed skill

flags
Indexed

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

View indexed skill

flags
Indexed

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

View indexed skill

flow
Indexed

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

View indexed skill

flow
Indexed

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

View indexed skill

frontend-code-review
Indexed

Trigger when the user requests a review of frontend files (e.g., `.tsx`, `.ts`, `.js`). Support both pending-change reviews and focused file reviews while applying the checklist rules.

View indexed skill

frontend-code-review
Indexed

Trigger when the user requests a review of frontend files (e.g., `.tsx`, `.ts`, `.js`). Support both pending-change reviews and focused file reviews while applying the checklist rules.

View indexed skill

frontend-patterns
Indexed

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

View indexed skill

generate-migration
Indexed

Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts.

View indexed skill

generate-migration
Indexed

Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts.

View indexed skill

generate-migration
Indexed

Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts.

View indexed skill

golang-patterns
Indexed

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

View indexed skill

golang-patterns
Indexed

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

View indexed skill

golang-testing
Indexed

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.

View indexed skill

heroui-native
Indexed

HeroUI Native component library for React Native (Tailwind v4 via Uniwind). Use when working with HeroUI Native components, installing HeroUI Native, customizing themes, or accessing component documentation. Keywords: HeroUI Native, heroui-native, React Native UI, Uniwind.

View indexed skill

heroui-native
Indexed

HeroUI Native component library for React Native (Tailwind v4 via Uniwind). Use when working with HeroUI Native components, installing HeroUI Native, customizing themes, or accessing component documentation. Keywords: HeroUI Native, heroui-native, React Native UI, Uniwind.

View indexed skill

heroui-react
Indexed

HeroUI v3 React component library (Tailwind CSS v4 + React Aria). Use when working with HeroUI components, installing HeroUI, customizing HeroUI themes, or accessing HeroUI component documentation. Keywords: HeroUI, Hero UI, heroui, @heroui/react, @heroui/styles.

View indexed skill

heroui-react
Indexed

HeroUI v3 React component library (Tailwind CSS v4 + React Aria). Use when working with HeroUI components, installing HeroUI, customizing HeroUI themes, or accessing HeroUI component documentation. Keywords: HeroUI, Hero UI, heroui, @heroui/react, @heroui/styles.

View indexed skill

hotkey
Indexed

Guide for adding keyboard shortcuts. Use when implementing new hotkeys, registering shortcuts, or working with keyboard interactions. Triggers on hotkey implementation or keyboard shortcut tasks.

View indexed skill

implementing-jsc-classes-zig
Indexed

Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.

View indexed skill

implementing-jsc-classes-zig
Indexed

Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.

View indexed skill

implementing-jsc-classes-zig
Indexed

Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.

View indexed skill

implementing-jsc-classes-zig
Indexed

Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.

View indexed skill

implementing-jsc-classes-zig
Indexed

Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.

View indexed skill

install-skills
Indexed

Configure and customize skills for your workspace by asking questions and updating skill files with your preferences.

View indexed skill

java-coding-standards
Indexed

Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.

View indexed skill

jpa-patterns
Indexed

JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.

View indexed skill

jsonapi
Indexed

Strict JSON:API v1.1 specification compliance. Trigger: When creating or modifying API endpoints, reviewing API responses, or validating JSON:API compliance.

View indexed skill

jsonapi
Indexed

Strict JSON:API v1.1 specification compliance. Trigger: When creating or modifying API endpoints, reviewing API responses, or validating JSON:API compliance.

View indexed skill

legacy-circuit-mockups
Indexed

Generate breadboard circuit mockups and visual diagrams using HTML5 Canvas drawing techniques. Use when asked to create circuit layouts, visualize electronic component placements, draw breadboard diagrams, mockup 6502 builds, generate retro computer schematics, or design vintage electronics projects. Supports 555 timers, W65C02S microprocessors, 28C256 EEPROMs, W65C22 VIA chips, 7400-series logic gates, LEDs, resistors, capacitors, switches, buttons, crystals, and wires.

View indexed skill

linkai-agent
Indexed

Call LinkAI applications and workflows. Use bash command to execute like 'bash <base_dir>/scripts/call.sh <app_code> <question>'.

View indexed skill

list-npm-package-content
Indexed

List the contents of an npm package tarball before publishing. Use when the user wants to see what files are included in an npm bundle, verify package contents, or debug npm publish issues.

View indexed skill

mcp-cli
Indexed

Interface for MCP (Model Context Protocol) servers via CLI. Use when you need to interact with external tools, APIs, or data sources through MCP servers, list available MCP servers/tools, or call MCP tools from command line.

View indexed skill

metal-kernel
Indexed

Write Metal/MPS kernels for PyTorch operators. Use when adding MPS device support to operators, implementing Metal shaders, or porting CUDA kernels to Apple Silicon. Covers native_functions.yaml dispatch, host-side operators, and Metal kernel implementation.

View indexed skill

microcopy
Indexed

UI copy and microcopy guidelines. Use when writing UI text, buttons, error messages, empty states, onboarding, or any user-facing copy. Triggers on i18n translation, UI text writing, or copy improvement tasks. Supports both Chinese and English.

View indexed skill

my-prs
Indexed

List PRs opened today that are assigned to me or the move-destinations team, excluding external contributors

View indexed skill

my-prs
Indexed

List PRs opened today that are assigned to me or the move-destinations team, excluding external contributors

View indexed skill

nuget-manager
Indexed

Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.

View indexed skill

nuget-manager
Indexed

Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.

View indexed skill

nuget-manager
Indexed

Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.

View indexed skill

nx-workspace
Indexed

Explore and understand Nx workspaces. USE WHEN answering any questions about the nx workspace, the projects in it or tasks to run. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What targets can I run?', 'What's affected by my changes?', 'Which projects depend on library Y?', or any questions about Nx workspace structure, project configuration, or available tasks.

View indexed skill

openai-knowledge
Indexed

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.

View indexed skill

openai-knowledge
Indexed

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.

View indexed skill

orpc-contract-first
Indexed

Guide for implementing oRPC contract-first API patterns in Dify frontend. Triggers when creating new API contracts, adding service endpoints, integrating TanStack Query with typed contracts, or migrating legacy service calls to oRPC. Use for all API layer work in web/contract and web/service directories.

View indexed skill

orpc-contract-first
Indexed

Guide for implementing oRPC contract-first API patterns in Dify frontend. Triggers when creating new API contracts, adding service endpoints, integrating TanStack Query with typed contracts, or migrating legacy service calls to oRPC. Use for all API layer work in web/contract and web/service directories.

View indexed skill

orpc-contract-first
Indexed

Guide for implementing oRPC contract-first API patterns in Dify frontend. Triggers when creating new API contracts, adding service endpoints, integrating TanStack Query with typed contracts, or migrating legacy service calls to oRPC. Use for all API layer work in web/contract and web/service directories.

View indexed skill

payload
Indexed

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

View indexed skill

payload
Indexed

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

View indexed skill

payload
Indexed

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

View indexed skill

plantuml-ascii
Indexed

Generate ASCII art diagrams using PlantUML text mode. Use when user asks to create ASCII diagrams, text-based diagrams, terminal-friendly diagrams, or mentions plantuml ascii, text diagram, ascii art diagram. Supports: Converting PlantUML diagrams to ASCII art, Creating sequence diagrams, class diagrams, flowcharts in ASCII format, Generating Unicode-enhanced ASCII art with -utxt flag

View indexed skill

plantuml-ascii
Indexed

Generate ASCII art diagrams using PlantUML text mode. Use when user asks to create ASCII diagrams, text-based diagrams, terminal-friendly diagrams, or mentions plantuml ascii, text diagram, ascii art diagram. Supports: Converting PlantUML diagrams to ASCII art, Creating sequence diagrams, class diagrams, flowcharts in ASCII format, Generating Unicode-enhanced ASCII art with -utxt flag

View indexed skill

playwright-mcp-dev
Indexed

Explains how to add and debug playwright MCP tools and CLI commands.

View indexed skill

postgis-skill
Indexed

PostGIS-focused SQL tips, tricks and gotchas. Use when in need of dealing with geospatial data in Postgres.

View indexed skill

pr-review
Indexed

进行 Pull Request 代码审查,包括代码质量、安全性、性能、架构合理性等方面的全面评估。当用户要求审查 PR 或提到 "review pr"、"检查 PR" 等关键词时激活。

View indexed skill

prompt-lookup
Indexed

Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.

View indexed skill

prowler
Indexed

Main entry point for Prowler development - quick reference for all components. Trigger: General Prowler development questions, project overview, component navigation (NOT PR CI gates or GitHub Actions workflows).

View indexed skill

prowler
Indexed

Main entry point for Prowler development - quick reference for all components. Trigger: General Prowler development questions, project overview, component navigation (NOT PR CI gates or GitHub Actions workflows).

View indexed skill

prowler-api
Indexed

Prowler API patterns: RLS, RBAC, providers, Celery tasks. Trigger: When working in api/ on models/serializers/viewsets/filters/tasks involving tenant isolation (RLS), RBAC, or provider lifecycle.

View indexed skill

prowler-api
Indexed

Prowler API patterns: RLS, RBAC, providers, Celery tasks. Trigger: When working in api/ on models/serializers/viewsets/filters/tasks involving tenant isolation (RLS), RBAC, or provider lifecycle.

View indexed skill

prowler-changelog
Indexed

Manages changelog entries for Prowler components following keepachangelog.com format. Trigger: When creating PRs, adding changelog entries, or working with any CHANGELOG.md file in ui/, api/, mcp_server/, or prowler/.

View indexed skill

prowler-changelog
Indexed

Manages changelog entries for Prowler components following keepachangelog.com format. Trigger: When creating PRs, adding changelog entries, or working with any CHANGELOG.md file in ui/, api/, mcp_server/, or prowler/.

View indexed skill

prowler-provider
Indexed

Creates new Prowler cloud providers or adds services to existing providers. Trigger: When extending Prowler SDK provider architecture (adding a new provider or a new service to an existing provider).

View indexed skill

prowler-provider
Indexed

Creates new Prowler cloud providers or adds services to existing providers. Trigger: When extending Prowler SDK provider architecture (adding a new provider or a new service to an existing provider).

View indexed skill

python-configuration
Indexed

Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, managing secrets, or implementing environment-specific behavior.

View indexed skill

python-testing-patterns
Indexed

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

View indexed skill

read-arxiv-paper
Indexed

Use this skill when when asked to read an arxiv paper given an arxiv URL

View indexed skill

recent-data
Indexed

Guide for using Recent Data (topics, resources, pages). Use when working with recently accessed items, implementing recent lists, or accessing session store recent data. Triggers on recent data usage or implementation tasks.

View indexed skill

resource-curator
Indexed

Find, evaluate, and maintain high-quality external resources for JavaScript concept documentation, including auditing for broken and outdated links

View indexed skill

resource-curator
Indexed

Find, evaluate, and maintain high-quality external resources for JavaScript concept documentation, including auditing for broken and outdated links

View indexed skill

resource-curator
Indexed

Find, evaluate, and maintain high-quality external resources for JavaScript concept documentation, including auditing for broken and outdated links

View indexed skill

resume-builder
Indexed

Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON output for https://rxresu.me.

View indexed skill

review-docs
Indexed

Review and improve documentation with parallel evaluation and iterative improvement loop.

View indexed skill

reviewing-changes
Indexed

Guides Android code reviews with type-specific checklists and MVVM/Compose pattern validation. Use when reviewing Android PRs, pull requests, diffs, or local changes involving Kotlin, ViewModel, Composable, Repository, or Gradle files. Triggered by "review PR", "review changes", "check this code", "Android review", or code review requests mentioning bitwarden/android. Loads specialized checklists for feature additions, bug fixes, UI refinements, refactoring, dependency updates, and infrastructure changes.

View indexed skill

sag
Indexed

ElevenLabs text-to-speech with mac-style say UX.

View indexed skill

screenshot
Indexed

Take a screenshot of the plugin UI using the standalone app CLI for debugging and documentation

View indexed skill

seo-review
Indexed

Perform a focused SEO audit on JavaScript concept pages to maximize search visibility, featured snippet optimization, and ranking potential

View indexed skill

seo-review
Indexed

Perform a focused SEO audit on JavaScript concept pages to maximize search visibility, featured snippet optimization, and ranking potential

View indexed skill

skill-lookup
Indexed

Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.

View indexed skill

skill-lookup
Indexed

Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.

View indexed skill

skill-lookup
Indexed

Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.

View indexed skill

snowflake-semanticview
Indexed

Create, alter, and validate Snowflake semantic views using Snowflake CLI (snow). Use when asked to build or troubleshoot semantic views/semantic layer definitions with CREATE/ALTER SEMANTIC VIEW, to validate semantic-view DDL against Snowflake via CLI, or to guide Snowflake CLI installation and connection setup.

View indexed skill

springboot-tdd
Indexed

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

View indexed skill

springboot-verification
Indexed

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

View indexed skill

strategic-compact
Indexed

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

View indexed skill

tdd-workflow
Indexed

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

View indexed skill

triage-ci-flake
Indexed

Use when CI tests fail on main branch after PR merge, or when investigating flaky test failures in CI environments

View indexed skill

triage-ci-flake
Indexed

Use when CI tests fail on main branch after PR merge, or when investigating flaky test failures in CI environments

View indexed skill

triage-ci-flake
Indexed

Use when CI tests fail on main branch after PR merge, or when investigating flaky test failures in CI environments

View indexed skill

triaging-issues
Indexed

Triages GitHub issues by routing to oncall teams, applying labels, and closing questions. Use when processing new PyTorch issues or when asked to triage an issue.

View indexed skill

typescript
Indexed

TypeScript strict patterns and best practices. Trigger: When implementing or refactoring TypeScript in .ts/.tsx (types, interfaces, generics, const maps, type guards, removing any, tightening unknown).

View indexed skill

typescript-write
Indexed

Write TypeScript and JavaScript code following Metabase coding standards and best practices. Use when developing or refactoring TypeScript/JavaScript code.

View indexed skill

update-docs
Indexed

This skill should be used when the user asks to "update documentation for my changes", "check docs for this PR", "what docs need updating", "sync docs with code", "scaffold docs for this feature", "document this feature", "review docs completeness", "add docs for this change", "what documentation is affected", "docs impact", or mentions "docs/", "docs/01-app", "docs/02-pages", "MDX", "documentation update", "API reference", ".mdx files". Provides guided workflow for updating Next.js documentation based on code changes.

View indexed skill

update-release-notes
Indexed

Update the release notes file at `apps/docs/content/releases/next.mdx` based on PRs merged to main since the previous release, or archive `next.mdx` to a versioned file when a new version is published.

View indexed skill

verify
Indexed

Use when you want to validate changes before committing, or when you need to check all React contribution requirements.

View indexed skill

verify
Indexed

Use when you want to validate changes before committing, or when you need to check all React contribution requirements.

View indexed skill

vscode-ext-localization
Indexed

Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices

View indexed skill

winapp-cli
Indexed

Windows App Development CLI (winapp) for building, packaging, and deploying Windows applications. Use when asked to initialize Windows app projects, create MSIX packages, generate AppxManifest.xml, manage development certificates, add package identity for debugging, sign packages, or access Windows SDK build tools. Supports .NET, C++, Electron, Rust, Tauri, and cross-platform frameworks targeting Windows.

View indexed skill

worker-benchmarks
Indexed

Run comprehensive worker system benchmarks and performance analysis

View indexed skill

worker-benchmarks
Indexed

Run comprehensive worker system benchmarks and performance analysis

View indexed skill

worker-integration
Indexed

Worker-Agent integration for intelligent task dispatch and performance tracking

View indexed skill

worker-integration
Indexed

Worker-Agent integration for intelligent task dispatch and performance tracking

View indexed skill

worker-integration
Indexed

Worker-Agent integration for intelligent task dispatch and performance tracking

View indexed skill

worker-integration
Indexed

Worker-Agent integration for intelligent task dispatch and performance tracking

View indexed skill

workiq-copilot
Indexed

Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.

View indexed skill

workiq-copilot
Indexed

Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.

View indexed skill

write-example
Indexed

Writing examples for the tldraw SDK examples app. Use when creating new examples, adding SDK demonstrations, or writing example code in apps/examples.

View indexed skill

write-example
Indexed

Writing examples for the tldraw SDK examples app. Use when creating new examples, adding SDK demonstrations, or writing example code in apps/examples.

View indexed skill

write-example
Indexed

Writing examples for the tldraw SDK examples app. Use when creating new examples, adding SDK demonstrations, or writing example code in apps/examples.

View indexed skill

write-issue
Indexed

Writing and maintaining GitHub issues for the tldraw repository. Use when creating new issues, editing issue titles/bodies, triaging issues, or cleaning up issue metadata (types, labels).

View indexed skill

write-issue
Indexed

Writing and maintaining GitHub issues for the tldraw repository. Use when creating new issues, editing issue titles/bodies, triaging issues, or cleaning up issue metadata (types, labels).

View indexed skill

write-pr
Indexed

Writing pull request titles and descriptions for the tldraw repository. Use when creating a new PR, updating an existing PR's title or body, or when the /pr command needs PR content guidance.

View indexed skill

write-pr
Indexed

Writing pull request titles and descriptions for the tldraw repository. Use when creating a new PR, updating an existing PR's title or body, or when the /pr command needs PR content guidance.

View indexed skill

write-pr
Indexed

Writing pull request titles and descriptions for the tldraw repository. Use when creating a new PR, updating an existing PR's title or body, or when the /pr command needs PR content guidance.

View indexed skill

write-pr
Indexed

Writing pull request titles and descriptions for the tldraw repository. Use when creating a new PR, updating an existing PR's title or body, or when the /pr command needs PR content guidance.

View indexed skill

write-pr
Indexed

Writing pull request titles and descriptions for the tldraw repository. Use when creating a new PR, updating an existing PR's title or body, or when the /pr command needs PR content guidance.

View indexed skill

write-release-notes
Indexed

Writing release notes articles for tldraw SDK releases. Use when creating new release documentation, drafting release notes from scratch, or reviewing release note quality. Provides guidance on structure, voice, and content for release files in `apps/docs/content/releases/`.

View indexed skill

write-tbp
Indexed

Writing technical blog posts about tldraw features and implementation details. Use when creating blog content about how tldraw solves interesting problems.

View indexed skill

zig-system-calls
Indexed

Guides using bun.sys for system calls and file I/O in Zig. Use when implementing file operations instead of std.fs or std.posix.

View indexed skill

zig-system-calls
Indexed

Guides using bun.sys for system calls and file I/O in Zig. Use when implementing file operations instead of std.fs or std.posix.

View indexed skill

zig-system-calls
Indexed

Guides using bun.sys for system calls and file I/O in Zig. Use when implementing file operations instead of std.fs or std.posix.

View indexed skill

zig-system-calls
Indexed

Guides using bun.sys for system calls and file I/O in Zig. Use when implementing file operations instead of std.fs or std.posix.

View indexed skill