Directorio de skills

Descubre skills reutilizables para AI agents.

Busca skills reales de GitHub por tarea y revisa stars, confianza, auditoría, categoría y ruta de instalación antes de utilizarlos.

Cada recomendación conserva un vínculo claro con su repositorio, auditoría y ruta de instalación.

Resultados de búsqueda: backward-slice

Directorio en inglés

Break a plan, spec, or conversation into independently actionable tracer-bullet tickets with explicit blocking relationships.

177K
Stars
81/100
Confianza
Categoría: coding-agentsAuditoría

A self-learning skill layer for Claude Code that automatically distills, merges, updates, and prunes skills from real sessions.

413
Stars
75/100
Confianza
Categoría: coding-agentsAuditoría

A Claude Code custom skill for generating structured Chinese prompts for ByteDance's Seedance 2.0 AI video generation platform.

2.2K
Stars
72/100
Confianza
Categoría: mediaAuditoría

Adversarial code review that breaks the self-review monoculture. Use when you want a genuinely critical review of recent changes, before merging a PR, or when you suspect Claude is being too agreeable about code quality. Forces perspective shifts through hostile reviewer personas that catch blind spots the author's mental model shares with the reviewer.

25K
Stars
77/100
Confianza
Categoría: engineering / code qualityAuditoría

72 agent skills synthesizing 17 years of software engineering discipline into a prescriptive methodology for solo developers

84
Stars
66/100
Confianza
Categoría: utilityAuditoría

A self-interrogation skill packaging 697 senior-engineer questions as a portable Claude/Codex skill and prompt to improve agent reasoning before writing code.

76
Stars
69/100
Confianza
Categoría: coding-agentsAuditoría

Golang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash buckets, maps package), arrays, container/list/heap/ring, strings.Builder vs bytes.Buffer, generic collections, pointers (unsafe.Pointer, weak.Pointer), and copy semantics. Use when choosing or optimizing Go data structures, implementing generic containers, using container/ packages, unsafe or weak pointers, or questioning slice/map internals.

3.0K
Stars
73/100
Confianza
Categoría: design-creativeAuditoría

Comprehensive documentation guide for Golang projects, covering godoc comments, README, CONTRIBUTING, CHANGELOG, Go Playground, Example tests, API docs, and llms.txt. Use when writing or reviewing doc comments, documentation, adding code examples, setting up doc sites, or discussing documentation best practices. Triggers for both libraries and applications/CLIs.

3.0K
Stars
73/100
Confianza
Categoría: design-creativeAuditoría

Compile-time dependency injection in Golang using google/wire — wire.NewSet, wire.Build, wire.Bind (interface→concrete), wire.Struct, wire.Value, wire.InterfaceValue, wire.FieldsOf, cleanup functions, //go:build wireinject injector files, and generated wire_gen.go. Apply when using or adopting google/wire, when the codebase imports `github.com/google/wire`, or when wiring an application graph at compile time via `wire.Build`. For runtime DI with reflection, see `samber/cc-skills-golang@golang-uber-dig` skill.

3.0K
Stars
74/100
Confianza
Categoría: design-creativeAuditoría

Golang code style conventions — line length and breaking, variable declarations, control flow clarity, when comments help vs hurt. Use when writing or reviewing Go code, asking about style or clarity, or establishing project coding standards. Not for naming conventions (→ See `samber/cc-skills-golang@golang-naming` skill), linter configuration (→ See `samber/cc-skills-golang@golang-lint` skill), or doc comments (→ See `samber/cc-skills-golang@golang-documentation` skill).

3.0K
Stars
67/100
Confianza
Categoría: coding-agentsAuditoría

prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

666
Stars
71/100
Confianza
Categoría: developmentAuditoría