majiayu000/claude-skill-registry
These skills were discovered automatically and have not necessarily received an editorial review.
add-malli-schemasIndexed
Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling
View indexed skilladd-malli-schemasIndexed
Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling
View indexed skilladd-uint-supportIndexed
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 skilladd-uint-supportIndexed
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 skilladd-uint-supportIndexed
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 skilladd-uint-supportIndexed
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 skillanalytics-eventsIndexed
Add product analytics events to track user interactions in the Metabase frontend
View indexed skillanalytics-eventsIndexed
Add product analytics events to track user interactions in the Metabase frontend
View indexed skillanalytics-eventsIndexed
Add product analytics events to track user interactions in the Metabase frontend
View indexed skillanalyze-ciIndexed
Analyze failed GitHub Action jobs for a pull request.
View indexed skillanalyze-ciIndexed
Analyze failed GitHub Action jobs for a pull request.
View indexed skillat-dispatch-v2Indexed
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 skillat-dispatch-v2Indexed
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 skillat-dispatch-v2Indexed
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 skillat-dispatch-v2Indexed
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 skillazure-role-selectorIndexed
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 skillazure-role-selectorIndexed
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 skillazure-static-web-appsIndexed
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 skillbackport-pr-assistantIndexed
Help backport PRs to release branches using the backport CLI tool. Use when backporting changes that have merge conflicts requiring manual resolution.
View indexed skillbackport-pr-assistantIndexed
Help backport PRs to release branches using the backport CLI tool. Use when backporting changes that have merge conflicts requiring manual resolution.
View indexed skillbackport-pr-assistantIndexed
Help backport PRs to release branches using the backport CLI tool. Use when backporting changes that have merge conflicts requiring manual resolution.
View indexed skillcache-expertIndexed
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 skillcache-expertIndexed
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 skillcalcom-apiIndexed
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 skillchangelogIndexed
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 skillchangelogIndexed
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 skillci-monitorIndexed
Monitor Nx Cloud CI pipeline and handle self-healing fixes automatically. Checks for Nx Cloud connection before starting.
View indexed skillci-monitorIndexed
Monitor Nx Cloud CI pipeline and handle self-healing fixes automatically. Checks for Nx Cloud connection before starting.
View indexed skillclickhouse-ioIndexed
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
View indexed skillclickhouse-ioIndexed
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
View indexed skillcode-porterIndexed
coding-standardsIndexed
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
View indexed skillcommit-helperIndexed
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 skillcommit-helperIndexed
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 skillcomponent-refactoringIndexed
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 skillcomponent-refactoringIndexed
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 skillconcept-workflowIndexed
End-to-end workflow for creating complete JavaScript concept documentation, orchestrating all skills from research to final review
View indexed skillconcept-workflowIndexed
End-to-end workflow for creating complete JavaScript concept documentation, orchestrating all skills from research to final review
View indexed skillconcept-workflowIndexed
End-to-end workflow for creating complete JavaScript concept documentation, orchestrating all skills from research to final review
View indexed skillconcept-workflowIndexed
End-to-end workflow for creating complete JavaScript concept documentation, orchestrating all skills from research to final review
View indexed skillconnectIndexed
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 skillconnectIndexed
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 skillconnect-appsIndexed
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 skillconnect-appsIndexed
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 skillcontinuous-learningIndexed
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
View indexed skillcontinuous-learningIndexed
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
View indexed skillcontribution-loopIndexed
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 skillcopilotIndexed
Hand off a task to GitHub Copilot.
View indexed skillcopilot-sdkIndexed
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 skillcopilot-sdkIndexed
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 skillcreate-prIndexed
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 skillcreate-prIndexed
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 skilldagger-codegenIndexed
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 skilldagger-codegenIndexed
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 skilldashboard-create-screenIndexed
Create a new screen in the Multi-site Dashboard with automatic route registration
View indexed skilldashboard-create-screenIndexed
Create a new screen in the Multi-site Dashboard with automatic route registration
View indexed skilldesign-principlesIndexed
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 skilldiscordIndexed
Post announcements and messages to Discord channels. Use when sharing updates, releases, or team communications.
View indexed skilldocs-reviewIndexed
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 skilldocs-reviewIndexed
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 skilldocs-voiceIndexed
Use when writing any React documentation. Provides voice, tone, and style rules for all doc types.
View indexed skilldocstringIndexed
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.
View indexed skilldocstringIndexed
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.
View indexed skilldrizzleIndexed
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 skille2eIndexed
Run E2E tests for Sentry JavaScript SDK test applications
View indexed skille2eIndexed
Run E2E tests for Sentry JavaScript SDK test applications
View indexed skilleval-harnessIndexed
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
View indexed skillfact-checkIndexed
Verify technical accuracy of JavaScript concept pages by checking code examples, MDN/ECMAScript compliance, and external resources to prevent misinformation
View indexed skillfact-checkIndexed
Verify technical accuracy of JavaScript concept pages by checking code examples, MDN/ECMAScript compliance, and external resources to prevent misinformation
View indexed skillfetch-diffIndexed
Fetch PR diff with filtering and line numbers for code review.
View indexed skillfetch-diffIndexed
Fetch PR diff with filtering and line numbers for code review.
View indexed skillfetch-diffIndexed
Fetch PR diff with filtering and line numbers for code review.
View indexed skillflagsIndexed
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.
View indexed skillflagsIndexed
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.
View indexed skillflowIndexed
Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
View indexed skillflowIndexed
Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
View indexed skillfrontend-code-reviewIndexed
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 skillfrontend-code-reviewIndexed
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 skillfrontend-patternsIndexed
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
View indexed skillgenerate-migrationIndexed
Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts.
View indexed skillgenerate-migrationIndexed
Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts.
View indexed skillgenerate-migrationIndexed
Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts.
View indexed skillgolang-patternsIndexed
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
View indexed skillgolang-patternsIndexed
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
View indexed skillgolang-testingIndexed
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.
View indexed skillheroui-nativeIndexed
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 skillheroui-nativeIndexed
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 skillheroui-reactIndexed
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 skillheroui-reactIndexed
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 skillhotkeyIndexed
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 skillimplementing-jsc-classes-zigIndexed
Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.
View indexed skillimplementing-jsc-classes-zigIndexed
Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.
View indexed skillimplementing-jsc-classes-zigIndexed
Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.
View indexed skillimplementing-jsc-classes-zigIndexed
Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.
View indexed skillimplementing-jsc-classes-zigIndexed
Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.
View indexed skillinstall-skillsIndexed
Configure and customize skills for your workspace by asking questions and updating skill files with your preferences.
View indexed skilljava-coding-standardsIndexed
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
View indexed skilljpa-patternsIndexed
JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.
View indexed skilljsonapiIndexed
Strict JSON:API v1.1 specification compliance. Trigger: When creating or modifying API endpoints, reviewing API responses, or validating JSON:API compliance.
View indexed skilljsonapiIndexed
Strict JSON:API v1.1 specification compliance. Trigger: When creating or modifying API endpoints, reviewing API responses, or validating JSON:API compliance.
View indexed skilllegacy-circuit-mockupsIndexed
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 skilllinkai-agentIndexed
Call LinkAI applications and workflows. Use bash command to execute like 'bash <base_dir>/scripts/call.sh <app_code> <question>'.
View indexed skilllist-npm-package-contentIndexed
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 skillmcp-cliIndexed
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 skillmetal-kernelIndexed
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 skillmicrocopyIndexed
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 skillmy-prsIndexed
List PRs opened today that are assigned to me or the move-destinations team, excluding external contributors
View indexed skillmy-prsIndexed
List PRs opened today that are assigned to me or the move-destinations team, excluding external contributors
View indexed skillnuget-managerIndexed
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 skillnuget-managerIndexed
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 skillnuget-managerIndexed
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 skillnx-workspaceIndexed
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 skillopenai-knowledgeIndexed
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 skillopenai-knowledgeIndexed
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 skillorpc-contract-firstIndexed
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 skillorpc-contract-firstIndexed
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 skillorpc-contract-firstIndexed
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 skillpayloadIndexed
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 skillpayloadIndexed
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 skillpayloadIndexed
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 skillplantuml-asciiIndexed
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 skillplantuml-asciiIndexed
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 skillplaywright-mcp-devIndexed
Explains how to add and debug playwright MCP tools and CLI commands.
View indexed skillpostgis-skillIndexed
PostGIS-focused SQL tips, tricks and gotchas. Use when in need of dealing with geospatial data in Postgres.
View indexed skillpr-reviewIndexed
进行 Pull Request 代码审查,包括代码质量、安全性、性能、架构合理性等方面的全面评估。当用户要求审查 PR 或提到 "review pr"、"检查 PR" 等关键词时激活。
View indexed skillprompt-lookupIndexed
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 skillprowlerIndexed
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 skillprowlerIndexed
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 skillprowler-apiIndexed
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 skillprowler-apiIndexed
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 skillprowler-changelogIndexed
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 skillprowler-changelogIndexed
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 skillprowler-providerIndexed
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 skillprowler-providerIndexed
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 skillpython-configurationIndexed
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 skillpython-testing-patternsIndexed
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 skillread-arxiv-paperIndexed
Use this skill when when asked to read an arxiv paper given an arxiv URL
View indexed skillrecent-dataIndexed
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 skillresource-curatorIndexed
Find, evaluate, and maintain high-quality external resources for JavaScript concept documentation, including auditing for broken and outdated links
View indexed skillresource-curatorIndexed
Find, evaluate, and maintain high-quality external resources for JavaScript concept documentation, including auditing for broken and outdated links
View indexed skillresource-curatorIndexed
Find, evaluate, and maintain high-quality external resources for JavaScript concept documentation, including auditing for broken and outdated links
View indexed skillresume-builderIndexed
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 skillreview-docsIndexed
Review and improve documentation with parallel evaluation and iterative improvement loop.
View indexed skillreviewing-changesIndexed
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 skillsagIndexed
ElevenLabs text-to-speech with mac-style say UX.
View indexed skillscreenshotIndexed
Take a screenshot of the plugin UI using the standalone app CLI for debugging and documentation
View indexed skillseo-reviewIndexed
Perform a focused SEO audit on JavaScript concept pages to maximize search visibility, featured snippet optimization, and ranking potential
View indexed skillseo-reviewIndexed
Perform a focused SEO audit on JavaScript concept pages to maximize search visibility, featured snippet optimization, and ranking potential
View indexed skillskill-lookupIndexed
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 skillskill-lookupIndexed
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 skillskill-lookupIndexed
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 skillsnowflake-semanticviewIndexed
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 skillspringboot-tddIndexed
Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.
View indexed skillspringboot-verificationIndexed
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
View indexed skillstrategic-compactIndexed
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
View indexed skilltdd-workflowIndexed
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 skilltriage-ci-flakeIndexed
Use when CI tests fail on main branch after PR merge, or when investigating flaky test failures in CI environments
View indexed skilltriage-ci-flakeIndexed
Use when CI tests fail on main branch after PR merge, or when investigating flaky test failures in CI environments
View indexed skilltriage-ci-flakeIndexed
Use when CI tests fail on main branch after PR merge, or when investigating flaky test failures in CI environments
View indexed skilltriaging-issuesIndexed
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 skilltypescriptIndexed
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 skilltypescript-writeIndexed
Write TypeScript and JavaScript code following Metabase coding standards and best practices. Use when developing or refactoring TypeScript/JavaScript code.
View indexed skillupdate-docsIndexed
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 skillupdate-release-notesIndexed
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 skillverifyIndexed
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
View indexed skillverifyIndexed
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
View indexed skillvscode-ext-localizationIndexed
Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices
View indexed skillwinapp-cliIndexed
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 skillworker-benchmarksIndexed
Run comprehensive worker system benchmarks and performance analysis
View indexed skillworker-benchmarksIndexed
Run comprehensive worker system benchmarks and performance analysis
View indexed skillworker-integrationIndexed
Worker-Agent integration for intelligent task dispatch and performance tracking
View indexed skillworker-integrationIndexed
Worker-Agent integration for intelligent task dispatch and performance tracking
View indexed skillworker-integrationIndexed
Worker-Agent integration for intelligent task dispatch and performance tracking
View indexed skillworker-integrationIndexed
Worker-Agent integration for intelligent task dispatch and performance tracking
View indexed skillworkiq-copilotIndexed
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 skillworkiq-copilotIndexed
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 skillwrite-exampleIndexed
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 skillwrite-exampleIndexed
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 skillwrite-exampleIndexed
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 skillwrite-issueIndexed
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 skillwrite-issueIndexed
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 skillwrite-prIndexed
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 skillwrite-prIndexed
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 skillwrite-prIndexed
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 skillwrite-prIndexed
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 skillwrite-prIndexed
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 skillwrite-release-notesIndexed
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 skillwrite-tbpIndexed
Writing technical blog posts about tldraw features and implementation details. Use when creating blog content about how tldraw solves interesting problems.
View indexed skillzig-system-callsIndexed
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 skillzig-system-callsIndexed
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 skillzig-system-callsIndexed
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 skillzig-system-callsIndexed
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