Skill-Verzeichnis

Wiederverwendbare Skills für AI Agents entdecken.

Durchsuche reale GitHub-Skills nach Aufgabe und prüfe Stars, Trust, Audit, Kategorie und Installationspfad vor der Verwendung.

Jede Empfehlung bleibt mit ihrem Repository, Audit und Installationspfad nachvollziehbar.

Suchergebnisse: backward-slice

Englisches Verzeichnis

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

177K
Stars
81/100
Trust
Kategorie: coding-agentsAudit

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

413
Stars
75/100
Trust
Kategorie: coding-agentsAudit

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
Trust
Kategorie: mediaAudit

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
Trust
Kategorie: engineering / code qualityAudit

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

84
Stars
66/100
Trust
Kategorie: utilityAudit

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
Trust
Kategorie: coding-agentsAudit

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
Trust
Kategorie: design-creativeAudit

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
Trust
Kategorie: design-creativeAudit

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
Trust
Kategorie: design-creativeAudit

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
Trust
Kategorie: coding-agentsAudit

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

666
Stars
71/100
Trust
Kategorie: developmentAudit