reference-compiler-cli

100.1k
angularangular

Explains the mental model and architecture of the code under `packages/compiler-cli`. You MUST use this skill any time you plan to work with code in `packages/compiler-cli`

189 days ago

reference-core

100.1k
angularangular

Explains the mental model and architecture of the code under `packages/core`. You MUST use this skill any time you plan to work with code in `packages/core`

189 days ago

write-unit-tests

45.6k
tldrawtldraw

Writing unit and integration tests for the tldraw SDK. Use when creating new tests, adding test coverage, or fixing failing tests in packages/editor or packages/tldraw. Covers Vitest patterns, TestEditor usage, and test file organization.

193 days ago

generate-translations

40.9k
payloadcmspayloadcms

Use when new translation keys are added to packages to generate new translations strings

193 days ago

python-packaging

29.9k
wshobsonwshobson

Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.

193 days ago

turborepo

29.9k
vercelvercel

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

192 days ago

winapp-cli

23.2k
githubgithub

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.

192 days ago

nuget-manager

23.2k
githubgithub

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.

192 days ago

salesforce-development

21.9k
davila7davila7

Expert patterns for Salesforce platform development including Lightning Web Components (LWC), Apex triggers and classes, REST/Bulk APIs, Connected Apps, and Salesforce DX with scratch orgs and 2nd generation packages (2GP). Use when: salesforce, sfdc, apex, lwc, lightning web components.

192 days ago

skill-judge

21.8k
davila7davila7

Evaluate Agent Skill design quality against official specifications and best practices. Use when reviewing, auditing, or improving SKILL.md files and skill packages. Provides multi-dimensional scoring and actionable improvement suggestions.

192 days ago

move-code-quality

21.8k
davila7davila7

Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working with .move files or Move.toml manifests.

192 days ago

e2e-tests-studio

21.6k
mastra-aimastra-ai

REQUIRED when modifying any file in packages/playground-ui or packages/playground. Triggers on: React component creation/modification/refactoring, UI changes, new playground features, bug fixes affecting studio UI. Generates Playwright E2E tests that validate PRODUCT BEHAVIOR, not just UI states.

192 days ago

tailwind-best-practices

21.6k
mastra-aimastra-ai

Tailwind CSS styling guidelines for Mastra Playground UI. This skill should be used when writing, reviewing, or refactoring styling code in packages/playground-ui and packages/playground to ensure design system consistency. Triggers on tasks involving Tailwind classes, component styling, or design tokens.

192 days ago

codebase-cleanup-deps-audit

18.0k
sickn33sickn33

You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies.

193 days ago

python-packaging

18.0k
sickn33sickn33

Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python ...

192 days ago

dependency-management-deps-audit

18.0k
sickn33sickn33

You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies.

193 days ago

release

17.1k
screenpipescreenpipe

Release the screenpipe monorepo. Bumps versions, generates changelog, triggers GitHub Actions for app, CLI, MCP, and JS packages.

192 days ago

release

6.9k
MoonshotAIMoonshotAI

Execute the release workflow for Kimi Code CLI packages.

192 days ago

wagmi-development

6.7k
wevmwevm

Creates Wagmi features across all layers - core actions, query options, framework bindings. Use when adding new actions, hooks, or working across packages/core, packages/react, packages/vue.

192 days ago

moonbit-agent-guide

5.4k
loro-devloro-dev

Guide for writing, refactoring, and testing MoonBit projects. Use when working in MoonBit modules or packages, organizing MoonBit files, using moon tooling (build/check/test/doc/ide), or following MoonBit-specific layout, documentation, and testing conventions.

192 days ago

release-testing

5.3k
monomono

Run integration tests to verify SkiaSharp NuGet packages work correctly before publishing. Use when user asks to: - Test/verify packages before release - Run integration tests - Test on specific device (iPad, iPhone, Android emulator, Mac, Windows) - Verify SkiaSharp rendering works - Check if packages are ready for publishing - Run smoke/console/blazor/maui tests - Continue with release - Test version X Triggers: "test the release", "verify packages", "run tests on iPad", "check ios tests", "test mac catalyst", "run android tests", "continue", "test 3.119.2-preview.2".

192 days ago

release-publish

5.3k
monomono

Publish SkiaSharp packages and finalize the release. Use when user says "publish X", "finalize X", "tag X", or "finish release X". This is the FINAL step - after release-testing passes. Publishes to NuGet.org, creates tag, GitHub release, and closes milestone. Triggers: "publish the release", "push to nuget", "create github release", "tag the release", "close the milestone", "annotate release notes", "testing passed what's next", "finalize 3.119.2", "release is ready".

192 days ago

github-proxy (GitHub Proxy Accelerator)

4.4k
volcenginevolcengine

GitHub access acceleration for users in China. Uses githubproxy.cc as a proxy to speed up GitHub repository cloning, file downloads, Raw file access, and related operations. Typical scenarios: (1) accelerating git clone of GitHub repositories, (2) speeding up downloads of GitHub Release files, Raw files, and Archive packages, (3) any situation where accessing GitHub resources is slow.

192 days ago

turborepo

3.8k
antfuantfu

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

192 days ago

test-with-spanner

3.2k
storjstorj

Run unit tests that require the Spanner emulator. Use this skill when the user wants to run tests in packages like satellite/metabase, satellite/metainfo, or any other tests that interact with Spanner. Automatically handles checking for and configuring the Spanner emulator environment.

192 days ago

nuget-manager

3.1k
GitToolsGitTools

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.

192 days ago

webf-native-plugin-dev

2.4k
openwebfopenwebf

Develop custom WebF native plugins based on Flutter packages. Create reusable plugins that wrap Flutter/platform capabilities as JavaScript APIs. Use when building plugins for native features like camera, payments, sensors, file access, or wrapping existing Flutter packages.

192 days ago

webf-native-ui-dev

2.4k
openwebfopenwebf

Develop custom native UI libraries based on Flutter widgets for WebF. Create reusable component libraries that wrap Flutter widgets as web-accessible custom elements. Use when building UI libraries, wrapping Flutter packages, or creating native component systems.

192 days ago

setup-build-tools

2.2k
aaddrickaaddrick

Install build and extraction tools needed for building Claude Desktop Debian packages

192 days ago

packages-documentation

2.0k
reactivereactive

Write, update, and format docs for public APIs - API reference, README, docstrings, usage examples, migration guides, deprecation notices

192 days ago

web-frameworks

1.8k
mrgooniemrgoonie

Build modern full-stack web applications with Next.js (App Router, Server Components, RSC, PPR, SSR, SSG, ISR), Turborepo (monorepo management, task pipelines, remote caching, parallel execution), and RemixIcon (3100+ SVG icons in outlined/filled styles). Use when creating React applications, implementing server-side rendering, setting up monorepos with multiple packages, optimizing build performance and caching strategies, adding icon libraries, managing shared dependencies, or working with TypeScript full-stack projects.

193 days ago

homebrew

1.8k
openclawopenclaw

Homebrew package manager for macOS. Search, install, manage, and troubleshoot packages and casks.

193 days ago

post-at

1.8k
openclawopenclaw

Manage Austrian Post (post.at) deliveries - list packages, check delivery status, set delivery place preferences.

193 days ago

ecap-security-auditor

1.8k
openclawopenclaw

Security audit framework for AI agent skills, MCP servers, and packages. Your LLM does the analysis — we provide structure, prompts, and a shared trust database.

192 days ago

Nia

1.8k
openclawopenclaw

Index and search code repositories, documentation, research papers, HuggingFace datasets, local folders, and packages with Nia AI. Includes Oracle autonomous research, dependency analysis, context sharing, and code advisor.

193 days ago

skillguard

1.8k
openclawopenclaw

Security scanner for AgentSkill packages. Scan skills for credential theft, code injection, prompt manipulation, data exfiltration, and evasion techniques before installing them. Use when evaluating skills from ClawHub or any untrusted source.

192 days ago

swiftui-empty-app-init

1.8k
openclawopenclaw

Initialize a minimal SwiftUI iOS app in the current directory by generating a single `.xcodeproj` with XcodeGen (no workspaces, packages, or tests unless explicitly requested).

193 days ago

ai-elements

1.7k
vercelvercel

Create new AI chat interface components for the ai-elements library following established composable patterns, shadcn/ui integration, and Vercel AI SDK conventions. Use this when creating new components in packages/elements/src or when the user asks to add a new component to ai-elements.

192 days ago

pr

1.6k
kubb-labskubb-labs

Rules and checklist for preparing PRs, creating changesets, and releasing packages in the monorepo.

192 days ago

wiki-vitepress

1.6k
microsoftmicrosoft

Packages generated wiki Markdown into a VitePress static site with dark theme, dark-mode Mermaid diagrams with click-to-zoom, and production build output. Use when the user wants to create a browsable website from generated wiki pages.

192 days ago

guidewire-deploy-integration

1.5k
Jeremylongshore Claude Code Plugins Plus Skills Guidewire Deploy IntegrationJeremylongshore Claude Code Plugins Plus Skills Guidewire Deploy Integration

Deploy Guidewire InsuranceSuite integrations to Guidewire Cloud Platform. Use when deploying configuration packages, managing releases, or implementing blue-green deployments. Trigger with phrases like "deploy guidewire", "guidewire cloud deployment", "release management", "configuration deployment", "guidewire promotion".

192 days ago

analyzing-dependencies

1.5k
Jeremylongshore Claude Code Plugins Plus Skills Dependency CheckerJeremylongshore Claude Code Plugins Plus Skills Dependency Checker

This skill analyzes project dependencies for security vulnerabilities, outdated packages, and license compliance issues. It helps identify potential risks in your project's dependencies using the dependency-checker plugin. Use this skill when you need to check dependencies for vulnerabilities, identify outdated packages that need updates, or ensure license compatibility. Trigger phrases include "check dependencies", "dependency check", "find vulnerabilities", "scan for outdated packages", "/depcheck", and "license compliance". This skill supports npm, pip, composer, gem, and go modules projects.

192 days ago

clerk-upgrade-migration

1.5k
Jeremylongshore Claude Code Plugins Plus Skills Clerk Upgrade MigrationJeremylongshore Claude Code Plugins Plus Skills Clerk Upgrade Migration

Upgrade Clerk SDK versions and handle breaking changes. Use when upgrading Clerk packages, migrating to new SDK versions, or handling deprecation warnings. Trigger with phrases like "upgrade clerk", "clerk migration", "update clerk SDK", "clerk breaking changes".

192 days ago

gamma-upgrade-migration

1.5k
jeremylongshorejeremylongshore

Upgrade Gamma SDK versions and migrate between API versions. Use when upgrading SDK packages, handling deprecations, or migrating to new API versions. Trigger with phrases like "gamma upgrade", "gamma migration", "gamma new version", "gamma deprecated", "gamma SDK update".

192 days ago

dig

1.1k
udecodeudecode

Look up documentation and source code for libraries and packages. Use when the user asks a question about a library, needs to understand a library's API, or when you need information about a library that you don't know about. Triggers on questions like "How do I use X library?", "What's the API for Y?", "Show me how Z library handles this", or when encountering unfamiliar library usage.

192 days ago

Linear Todo Sync

967
qdhenryqdhenry

This skill fetches open tasks assigned to the user from the Linear API and generates a markdown todo list file in the project root. This skill should be used when the user asks about their work items, wants to see what they need to work on, or requests to load/sync their Linear tasks. Requires Python 3.7+, requests, mdutils, and python-dotenv packages. Requires LINEAR_API_KEY in .env file.

192 days ago

turborepo

929
sanity-iosanity-io

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

192 days ago

openakita/skills@mcp-installer

905
openakitaopenakita

Install, configure, and add MCP servers to the OpenAkita system. Used when a user needs to: (1) install existing MCP packages (npm/pip), (2) add remote MCP services (HTTP/SSE), (3) configure a custom local MCP server, or (4) manage MCP server configurations.

192 days ago