Coding & Development

claude-office-skills/docx-manipulation

304github.com

Create, edit, and manipulate Word documents programmatically using python-docx

$ npx skills add claude-office-skills/skills
Ver habilidad

makenotion/notion-cli

github.com

Use the Notion CLI (`ntn`) to interact with the Notion API, manage workers, and upload files. Use when the user asks to "call the Notion API", "deploy a worker", "upload a file to Notion", "create a page", "query a database", or any task involving the `ntn` command.

$ npx skills add makenotion/skills
Ver habilidad

samber/golang-samber-slog

2.6kgithub.com

Structured logging extensions for Golang using samber/slog-**** packages — multi-handler pipelines (slog-multi), log sampling (slog-sampling), attribute formatting (slog-formatter), HTTP middleware (slog-fiber, slog-gin, slog-chi, slog-echo), and backend routing (slog-datadog, slog-sentry, slog-loki, slog-syslog, slog-logstash, slog-graylog...). Apply when using or adopting slog, or when the codebase already imports any github.com/samber/slog-* package.

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

affaan-m/ck

230.4kgithub.com

Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

jeffallan/python-pro

10.6kgithub.com

Use when building Python 3.11+ applications requiring type safety, async programming, or robust error handling. Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites with fixtures and mocking, and validates code with black and ruff. Invoke for type hints, async/await patterns, dataclasses, dependency injection, logging configuration, and structured error handling.

$ npx skills add jeffallan/claude-skills
Ver habilidad

thedotmack/make-plan

github.com

Create a detailed, phased implementation plan with documentation discovery. Use when asked to plan a feature, task, or multi-step implementation — especially before executing with do.

$ npx skills add thedotmack/claude-mem
Ver habilidad

affaan-m/product-lens

230.4kgithub.com

Use this skill to validate the "why" before building, run product diagnostics, and pressure-test product direction before the request becomes an implementation contract.

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

openai/gh-fix-ci

23.8kgithub.com

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

$ npx skills add openai/skills
Ver habilidad

samber/golang-samber-oops

2.6kgithub.com

Structured error handling in Golang with samber/oops — error builders, stack traces, error codes, error context, error wrapping, error attributes, user-facing vs developer messages, panic recovery, and logger integration. Apply when using or adopting samber/oops, or when the codebase already imports github.com/samber/oops.

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

affaan-m/nestjs-patterns

230.4kgithub.com

NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production-grade TypeScript backends.

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

lijigang/ljg-learn

github.com

Deep concept anatomist that deconstructs any concept through 8 exploration dimensions (history, dialectics, phenomenology, linguistics, formalization, existentialism, aesthetics, meta-philosophy) and compresses insights into an epiphany. Use when user asks to explain, dissect, or deeply understand a concept, term, or idea. Triggers on '解剖概念', '概念解剖', 'explain concept', 'learn concept', '/ljg-learn'. Produces org-mode output.

$ npx skills add lijigang/ljg-skills
Ver habilidad

samber/golang-samber-do

2.6kgithub.com

Dependency injection in Golang using samber/do — service containers, lifecycle management, scopes, health checks, graceful shutdown, and module organization. Apply when using or adopting samber/do, when the codebase imports github.com/samber/do or github.com/samber/do/v2, or when refactoring manual constructor injection into a DI container.

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

steipete/nano-pdf

383.2kgithub.com

Edit PDFs with natural-language instructions using the nano-pdf CLI.

$ npx skills add steipete/clawdis
Ver habilidad

elevenlabs/music

github.com

Generate music using ElevenLabs Music API. Use when creating instrumental tracks, songs with lyrics, background music, jingles, or any AI-generated music composition. Supports prompt-based generation, composition plans for granular control, and detailed output with metadata.

$ npx skills add elevenlabs/skills
Ver habilidad

sickn33/playwright-skill

43.4kgithub.com

IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below.

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

affaan-m/token-budget-advisor

230.4kgithub.com

Offers the user an informed choice about how much response depth to consume before answering. Use this skill when the user explicitly wants to control response length, depth, or token budget. TRIGGER when: "token budget", "token count", "token usage", "token limit", "response length", "answer depth", "short version", "brief answer", "detailed answer", "exhaustive answer", "respuesta corta vs larga", "cuántos tokens", "ahorrar tokens", "responde al 50%", "dame la versión corta", "quiero controlar cuánto usas", or clear variants where the user is explicitly asking to control answer size or depth. DO NOT TRIGGER when: user has already specified a level in the current session (maintain it), the request is clearly a one-word answer, or "token" refers to auth/session/payment tokens rather than response size.

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

samber/golang-samber-lo

2.6kgithub.com

Functional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for slices, maps, channels, strings, math, tuples, and concurrency (Map, Filter, Reduce, GroupBy, Chunk, Flatten, Find, Uniq, etc.). Core immutable package (lo), concurrent variants (lo/parallel aka lop), in-place mutations (lo/mutable aka lom), lazy iterators (lo/it aka loi for Go 1.23+), and experimental SIMD (lo/exp/simd). Apply when using or adopting samber/lo, when the codebase imports github.com/samber/lo, or when implementing functional-style data transformations in Go. Not for streaming pipelines (→ See `samber/cc-skills-golang@golang-samber-ro` skill).

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

langgenius/component-refactoring

146.5kgithub.com

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.

$ npx skills add langgenius/dify
Ver habilidad

lijigang/ljg-writes

github.com

写作引擎。像手术刀剖开一个观点,一层层剥到底。1000-1500 字。

$ npx skills add lijigang/ljg-skills
Ver habilidad

thedotmack/smart-explore

github.com

Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.

$ npx skills add thedotmack/claude-mem
Ver habilidad

affaan-m/healthcare-phi-compliance

230.4kgithub.com

Protected Health Information (PHI) and Personally Identifiable Information (PII) compliance patterns for healthcare applications. Covers data classification, access control, audit trails, encryption, and common leak vectors.

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

shubhamsaboo/code-reviewer

github.com

Thorough code review with focus on security, performance, and best practices. Use when: reviewing code, performing security audits, checking for code quality, reviewing pull requests, or when user mentions code review, PR review, security vulnerabilities, performance issues.

$ npx skills add shubhamsaboo/awesome-llm-apps
Ver habilidad

clerk/clerk-tanstack-patterns

56github.com

TanStack React Start auth patterns with @clerk/tanstack-react-start - createServerFn, beforeLoad guards, loaders, Vinxi server. Triggers on: TanStack auth, createServerFn clerk, beforeLoad protection, TanStack Start middleware.

$ npx skills add clerk/skills
Ver habilidad

samber/golang-stay-updated

2.6kgithub.com

Provides resources to stay updated with Golang news, communities and people to follow. Use when seeking Go learning resources, discovering new libraries, finding community channels, or keeping up with Go language changes and releases.

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