Coding & Development

mindrally/accessibility-a11y

149github.com

Implement web accessibility (a11y) best practices following WCAG guidelines to create inclusive, accessible user interfaces.

$ npx skills add mindrally/skills
Ver habilidad

deanpeters/roadmap-planning

5.8kgithub.com

Plan a strategic roadmap across prioritization, epic definition, stakeholder alignment, and sequencing. Use when turning strategy into a release plan that teams can execute.

$ npx skills add deanpeters/product-manager-skills
Ver habilidad

openai/cloudflare-deploy

23.8kgithub.com

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.

$ npx skills add openai/skills
Ver habilidad

waynesutton/convex-security-check

402github.com

Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling

$ npx skills add waynesutton/convexskills
Ver habilidad

dontbesilent2025/chatroom-austrian

6.9kgithub.com

哈耶克 × 米塞斯 × Claude 三人对话。奥派经济学视角的多角色讨论。 触发方式:/chatroom-austrian、/奥派、「奥派聊天室」 Austrian economics chatroom. Hayek × Mises × Claude debate. Trigger: /chatroom-austrian, /奥派, "Austrian chat"

$ npx skills add dontbesilent2025/dbskill
Ver habilidad

gogf/goframe-v2

github.com

GoFrame v2 development skill. Use only when the target Go project uses or is explicitly adopting GoFrame v2: the nearest go.mod requires github.com/gogf/gf/v2, existing Go files import github.com/gogf/gf/v2 or any github.com/gogf/gf/v2/... component package, or the user asks to scaffold, migrate, or build with GoFrame. Trigger for GoFrame-backed Go work such as APIs/controllers/services, middleware, routing/config, ORM/DAO/DO/entity/database operations, gf CLI/codegen, HTTP/gRPC services, and microservice conventions. Do not trigger for generic Go projects without GoFrame evidence, frontend-only work, shell scripts, or unrelated infrastructure tasks.

$ npx skills add gogf/skills
Ver habilidad

earthtojake/sendcutsend

github.com

Review DXF and STEP/STP uploads for SendCutSend.com orders using its ordering guide, catalog, and specs. Use only for SendCutSend.com preflight reports covering upload readiness, selected material/SKU/thickness/service availability, and service-specific checks for laser cutting, CNC routing, bending, tapping, countersinking, hardware insertion, and finishing.

$ npx skills add earthtojake/text-to-cad
Ver habilidad

vercel-labs/oauth

github.com

Configure OAuth providers (Google, Apple, Microsoft, Facebook, GitHub, etc.) to work with portless local dev URLs. Use when setting up OAuth redirect URIs, fixing "redirect_uri_mismatch" or "invalid redirect" errors, configuring sign-in providers for local development, or when a provider rejects .localhost subdomains. Triggers include "OAuth not working with portless", "redirect URI mismatch", "Google/Apple/Microsoft sign-in fails locally", "configure OAuth for local dev", or any task involving OAuth callback URLs with portless domains.

$ npx skills add vercel-labs/portless
Ver habilidad

wondelai/continuous-discovery

github.com

Build a weekly cadence of customer touchpoints using Opportunity Solution Trees, assumption mapping, and interview snapshots. Use when the user mentions "continuous discovery", "opportunity solution tree", "weekly interviews", "assumption testing", "discovery habits", "product trio", or "outcome-based roadmap". Also trigger when setting up regular customer feedback loops, prioritizing which experiments to run, or connecting discovery insights to delivery work. Covers experience mapping, co-creation, and prioritizing opportunities. For interview technique, see mom-test. For team structure, see inspired-product.

$ npx skills add wondelai/skills
Ver habilidad

enzed/r3f-interaction

github.com

React Three Fiber interaction - pointer events, controls, gestures, selection. Use when handling user input, implementing click detection, adding camera controls, or creating interactive 3D experiences.

$ npx skills add enzed/r3f-skills
Ver habilidad

refoundai/vibe-coding

1.2kgithub.com

Help users build software using AI coding tools. Use when someone is using AI to generate code, building prototypes without deep technical skills, or exploring how non-engineers can create functional software through natural language.

$ npx skills add refoundai/lenny-skills
Ver habilidad

steipete/openai-whisper-api

383.2kgithub.com

OpenAI Audio Transcriptions API via curl; gpt-4o-transcribe, mini, diarize, or whisper-1.

$ npx skills add steipete/clawdis
Ver habilidad

m1heng/feishu-doc

github.com

Feishu document read/write operations + comment management. Activate when user mentions Feishu docs, cloud docs, docx links, or document comments.

$ npx skills add m1heng/clawdbot-feishu
Ver habilidad

dpearson2699/widgetkit

github.com

Implement, review, or improve widgets, Live Activities, and controls using WidgetKit and ActivityKit. Use when building home screen, Lock Screen, or StandBy widgets with timeline providers; when creating interactive widgets with Button/Toggle and AppIntent actions; when adding Live Activities with Dynamic Island layouts (compact, minimal, expanded); when building Control Center widgets with ControlWidgetButton/ControlWidgetToggle; when configuring widget families, refresh budgets, deep links, push-based reloads, or Liquid Glass rendering; or when setting up widget extensions, App Groups, and entitlements.

$ npx skills add dpearson2699/swift-ios-skills
Ver habilidad

steipete/blogwatcher

383.2kgithub.com

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.

$ npx skills add steipete/clawdis
Ver habilidad

onmax/vitest

github.com

Use when writing unit/integration tests for Vite projects - configure vitest.config.ts, write test suites with describe/it, create mock implementations with vi.fn and vi.mock, set up code coverage thresholds, and run tests in parallel

$ npx skills add onmax/nuxt-skills
Ver habilidad

steipete/model-usage

383.2kgithub.com

Summarize CodexBar local cost logs by model for Codex or Claude, including current or full breakdowns.

$ npx skills add steipete/clawdis
Ver habilidad

dpearson2699/swiftdata

github.com

Implement, review, or improve data persistence using SwiftData. Use when defining @Model classes with @Attribute, @Relationship, @Transient, @Unique, or @Index; when querying with @Query, #Predicate, FetchDescriptor, or SortDescriptor; when configuring ModelContainer and ModelContext for SwiftUI or background work with @ModelActor; when planning schema migrations with VersionedSchema and SchemaMigrationPlan; when setting up CloudKit sync with ModelConfiguration; or when coexisting with or migrating from Core Data.

$ npx skills add dpearson2699/swift-ios-skills
Ver habilidad

dpearson2699/apple-on-device-ai

github.com

Integrate on-device AI using Foundation Models framework, Core ML, and open-source LLM runtimes on Apple Silicon. Covers Foundation Models (LanguageModelSession, @Generable, @Guide, SystemLanguageModel, structured output, tool calling), Core ML (coremltools, model conversion, quantization, palettization, pruning, Neural Engine, MLTensor), MLX Swift (transformer inference, unified memory), and llama.cpp (GGUF, cross-platform LLM). Use when building tool-calling AI features, working with guided generation schemas, converting models, or running on-device inference.

$ npx skills add dpearson2699/swift-ios-skills
Ver habilidad

hyf0/create-adaptable-composable

2.6kgithub.com

Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, ref, or getter. Normalize inputs with toValue()/toRef() inside reactive effects (watch/watchEffect) to keep behavior predictable and reactive. Use this skill when user asks for creating adaptable or reusable composables.

$ npx skills add hyf0/vue-skills
Ver habilidad

getsentry/sentry-nextjs-sdk

225github.com

Full Sentry SDK setup for Next.js. Use when asked to "add Sentry to Next.js", "install @sentry/nextjs", or configure error monitoring, tracing, session replay, logging, profiling, AI monitoring, or crons for Next.js applications. Supports Next.js 13+ with App Router and Pages Router.

$ npx skills add getsentry/sentry-for-ai
Ver habilidad

rudrankriyam/asc-localize-metadata

912github.com

Automatically translate and sync App Store metadata (description, keywords, what's new, subtitle) to multiple languages using LLM translation and asc CLI. Use when asked to localize an app's App Store listing, translate app descriptions, or add new languages to App Store Connect.

$ npx skills add rudrankriyam/app-store-connect-cli-skills
Ver habilidad

steipete/sonoscli

383.2kgithub.com

Control Sonos speakers (discover/status/play/volume/group).

$ npx skills add steipete/clawdis
Ver habilidad

dpearson2699/swiftui-uikit-interop

github.com

Bridges UIKit and SwiftUI by wrapping UIKit views and view controllers in SwiftUI with UIViewRepresentable and UIViewControllerRepresentable, embedding SwiftUI in UIKit with UIHostingController, and coordinating delegate callbacks. Use when integrating camera previews, map views, mail compose, document scanners, PDF renderers, text views with attributed text, or other UIKit-only or third-party UIKit SDK surfaces into a SwiftUI app, or when migrating a UIKit app to SwiftUI incrementally.

$ npx skills add dpearson2699/swift-ios-skills
Ver habilidad