Coding & Development

tobi/release

27.0kgithub.com

Manage releases for this project. Validates changelog, installs git hooks, and cuts releases. Use when user says "/release", "release 1.0.5", "cut a release", or asks about the release process. NOT auto-invoked by the model.

$ npx skills add tobi/qmd
Ver habilidad

samber/golang-spf13-cobra

2.6kgithub.com

Golang CLI command tree library using spf13/cobra — cobra.Command, RunE vs Run, PersistentPreRunE hook chain, Args validators (NoArgs, ExactArgs, MatchAll, custom), persistent vs local flags, command groups, ValidArgsFunction, RegisterFlagCompletionFunc, ShellCompDirective, usage/help template customization, man-page and markdown doc generation, and testing with SetArgs/SetOut/SetErr. Apply when using or adopting spf13/cobra, or when the codebase imports `github.com/spf13/cobra`. For configuration layering alongside cobra, see the `samber/cc-skills-golang@golang-spf13-viper` skill. For general CLI architecture (project layout, exit codes, signal handling, I/O patterns), see `samber/cc-skills-golang@golang-cli`.

$ npx skills add samber/cc-skills-golang
Ver habilidad

sickn33/security-review

43.4kgithub.com

This skill ensures all code follows security best practices and identifies potential vulnerabilities. Use when implementing authentication or authorization, handling user input or file uploads, or creating new API endpoints.

$ npx skills add sickn33/antigravity-awesome-skills
Ver habilidad

steipete/gifgrep

383.2kgithub.com

Search GIF providers with CLI/TUI, download results, and extract stills/sheets.

$ npx skills add steipete/clawdis
Ver habilidad

paramchoudhary/tech-resume-optimizer

1.2kgithub.com

Optimize resumes for software engineering, PM, and technical roles

$ npx skills add paramchoudhary/resumeskills
Ver habilidad

steipete/ordercli

383.2kgithub.com

Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).

$ npx skills add steipete/clawdis
Ver habilidad

giuseppe-trisciuoglio/unit-test-bean-validation

306github.com

Provides patterns for unit testing Jakarta Bean Validation (JSR-380), including @Valid, @NotNull, @Min, @Max, @Email constraints with Hibernate Validator. Generates custom validator tests, constraint violation assertions, validation groups, and parameterized validation tests. Validates data integrity logic without Spring context. Use when writing validation tests, bean validation tests, or testing custom constraint validators.

$ npx skills add giuseppe-trisciuoglio/developer-kit
Ver habilidad

paramchoudhary/job-description-analyzer

1.2kgithub.com

Analyze job postings, calculate match scores, identify gaps, and create application strategy

$ npx skills add paramchoudhary/resumeskills
Ver habilidad

steipete/xurl

383.2kgithub.com

xurl CLI for authenticated X posts, replies, reads/search, DMs, media upload, followers, auth status, or raw v2 API calls.

$ npx skills add steipete/clawdis
Ver habilidad

alinaqi/playwright-testing

github.com

E2E testing with Playwright - Page Objects, cross-browser, CI/CD

$ npx skills add alinaqi/claude-bootstrap
Ver habilidad

ailabs-393/business-analytics-reporter

github.com

This skill should be used when analyzing business sales and revenue data from CSV files to identify weak areas, generate statistical insights, and provide strategic improvement recommendations. Use when the user requests a business performance report, asks to analyze sales data, wants to identify areas of weakness, or needs recommendations on business improvement strategies.

$ npx skills add ailabs-393/ai-labs-claude-skills
Ver habilidad

noizai/daily-news-caster

github.com

Fetches the latest news using news-aggregator-skill, formats it into a podcast script in Markdown format, and uses the tts skill to generate a podcast audio file. Use when the user asks to get the latest news and read it out as a podcast.

$ npx skills add noizai/skills
Ver habilidad

steipete/imsg

383.2kgithub.com

iMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.

$ npx skills add steipete/clawdis
Ver habilidad

dpearson2699/background-processing

github.com

Schedule and execute background work on iOS using BGTaskScheduler. Use when registering BGAppRefreshTask for short background fetches, BGProcessingTask for long-running maintenance, BGContinuedProcessingTask (iOS 26+) for foreground-started work that continues in background, background URLSession downloads, or background push notifications. Covers Info.plist configuration, expiration handling, task completion, and debugging with simulated launches.

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

steipete/slack

383.2kgithub.com

Slack tool actions: send/read/edit/delete messages, react, pin/unpin, list pins/reactions/emoji, member info.

$ npx skills add steipete/clawdis
Ver habilidad

samber/golang-uber-dig

2.6kgithub.com

Implements dependency injection in Golang using uber-go/dig — reflection-based container, Provide/Invoke, dig.In/dig.Out parameter and result objects, named values, value groups, optional dependencies, scopes, and Decorate. Apply when using or adopting uber-go/dig, when the codebase imports `go.uber.org/dig`, or when wiring an application graph at startup. For higher-level lifecycle and modules, see `samber/cc-skills-golang@golang-uber-fx` skill.

$ npx skills add samber/cc-skills-golang
Ver habilidad

steipete/sherpa-onnx-tts

383.2kgithub.com

Local text-to-speech via sherpa-onnx (offline, no cloud)

$ npx skills add steipete/clawdis
Ver habilidad

marimo-team/anywidget-generator

github.com

Generate anywidget components for marimo notebooks.

$ npx skills add marimo-team/skills
Ver habilidad

antonbabenko/terraform-skill

2.2kgithub.com

Use when writing, reviewing, or debugging Terraform/OpenTofu modules, tests, CI, scans, or state ops - diagnoses failure mode (identity churn, secrets, blast radius, CI drift, state corruption) with version-aware guards.

$ npx skills add antonbabenko/terraform-skill
Ver habilidad

steipete/things-mac

383.2kgithub.com

Add, update, list, search, or inspect Things 3 todos, inbox, today, projects, areas, and tags on macOS.

$ npx skills add steipete/clawdis
Ver habilidad

samber/golang-swagger

2.6kgithub.com

Golang OpenAPI/Swagger documentation with swaggo/swag — annotation comments (@Summary, @Param, @Success, @Router, @Security), swag init code generation, framework integrations (gin, echo, fiber, chi, net/http), security definitions (Bearer/JWT, OAuth2, API key), and struct tags (swaggertype, enums, example, swaggerignore). Apply when adding or maintaining Swagger/OpenAPI docs in a Go project, or when the codebase imports github.com/swaggo/swag, github.com/swaggo/gin-swagger, github.com/swaggo/echo-swagger, github.com/swaggo/http-swagger, or github.com/swaggo/files.

$ npx skills add samber/cc-skills-golang
Ver habilidad

dpearson2699/healthkit

github.com

Read, write, and query Apple Health data using HealthKit. Covers HKHealthStore authorization, sample queries, statistics queries, statistics collection queries for charts, saving HKQuantitySample data, background delivery, workout sessions with HKWorkoutSession and HKLiveWorkoutBuilder, HKUnit, and HKQuantityTypeIdentifier values. Use when integrating with Apple Health, displaying health metrics, recording workouts, or enabling background health data delivery.

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

grasseed/google-search-browser-use

github.com

Use browser-use to perform Google searches, open results, and extract key information from live pages. Use when the user asks to "search Google", "look this up on Google", or needs current web results via a real browser session (often to avoid bot blocks).

$ npx skills add grasseed/google-search-browser-use
Ver habilidad

samber/golang-uber-fx

2.6kgithub.com

Golang application framework using uber-go/fx — fx.New, fx.Provide, fx.Invoke, fx.Module, fx.Lifecycle hooks, fx.Annotate (name/group/As), fx.Decorate, fx.Supply, fx.Replace, fx.WithLogger, and signal-aware Run(). Apply when using or adopting uber-go/fx, when the codebase imports `go.uber.org/fx`, or when wiring services with fx.New. For raw DI without lifecycle, see `samber/cc-skills-golang@golang-uber-dig` skill.

$ npx skills add samber/cc-skills-golang
Ver habilidad