Skill ディレクトリ

AI Agent のための再利用可能な Skill を見つける。

タスクで実際の GitHub Skill を検索し、利用前に Stars、Trust、監査、カテゴリ、インストール経路を確認できます。

すべての推奨は、リポジトリ、監査、インストール経路に明確につながっています。

検索結果: backward-slice

英語版ディレクトリ

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

177K
Stars
81/100
信頼
カテゴリ: coding-agents監査

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

413
Stars
75/100
信頼
カテゴリ: coding-agents監査

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
信頼
カテゴリ: media監査

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
信頼
カテゴリ: engineering / code quality監査

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

84
Stars
66/100
信頼
カテゴリ: utility監査

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
信頼
カテゴリ: coding-agents監査

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
信頼
カテゴリ: design-creative監査

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
信頼
カテゴリ: design-creative監査

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
信頼
カテゴリ: design-creative監査

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
信頼
カテゴリ: coding-agents監査

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

666
Stars
71/100
信頼
カテゴリ: development監査