Showing 30 of 22875 results
Type-safe SQL access in Go with sqlc and goose migrations. ALWAYS use this skill when writing or reviewing Go database code β `sqlc.yaml` configuration, query annotations (`:one`, `:many`, `:exec`, `:execrows`), generated `Querier` interface for mocking, goose Up/Down migrations, transaction patterns with `BEginTx` and `db.WithTx`, `pgx`/`pgxpool` vs `database/sql`, `sql.ErrNoRows` handling, JSON columns, and testing the data layer. Pair with go-http for the service-handler-storage stack, go-errors for wrapping `sql.ErrNoRows`, and go-testing for `Querier` mocking.
Idiomatic Go style: naming, package and file organization, interfaces, documentation, generics, iterators, range-over-int, performance, dependency management, and common pitfalls. ALWAYS use this skill when writing or reviewing Go code for general style and idioms β questions about naming conventions, where to put a type, when to use generics vs `any`, how to size interfaces, godoc comments, the `internal/` package, struct literal initialization, slice/map gotchas, loop-variable capture, defer timing, or "is this idiomatic Go?". Pair with go-errors, go-concurrency, go-testing, go-logging, go-http, go-cli, go-sql, or go-lint when those concerns dominate the task.
Idiomatic Go testing with the stdlib `testing` package and the go-testdeep assertion library. ALWAYS use this skill when writing or reviewing Go tests β table-driven tests with `map[string]testCase`, `t.Run` subtests, `t.Helper()` for assertion helpers, `t.Cleanup`, `t.Parallel`, integration test gating with environment variables, benchmarks (`testing.B`), fuzz tests, go-testdeep operators (`td.Cmp`, `td.CmpError`, `td.CmpNoError`, `td.Struct`, `td.Smuggle`, `td.Between`, `td.Re`, `td.Require`), and the third-party-frameworks debate (go-testdeep when deps are allowed, stdlib-only for dependency-free projects, never testify). Pair with go-sql for testing DB code with sqlc's `Querier` interface, go-http for `httptest` patterns, and go-concurrency for race-detector usage.
A meme micro-skill: when the work turns complicated and intense, it drops one line reminding you the land is waiting.
π― Goal β /goal with Goal Gate built-in. Clarifies goal first, then auto-dispatches to the best CS-series domain via cs-ceo.
Persistent goal mode for Claude Code: namespaced goal commands plus Stop-hook autonomous continuation backed by markdown state.
v0.2.1 β Set business goals that survive contact with reality, then actually operate against them β not a vision board you abandon by February. A six-stage Setup Arc takes you from what game you're playing to goals stress-tested before launch; a five-cadence Ongoing Arc (daily writing to annual vision check) keeps them alive. A hard cap of three active goals and a critic that red-teams every goal before you commit keep it honest. Standalone.
Goal-and-verification-driven development chain for Claude Code β goal-object work packages with a harden/execute/verify lifecycle.
Set durable goals with verifiable stop conditions; a subagent judge gates completion against an explicit Definition of Done.
Full gobbi workflow system β structured orchestration with multi-stance evaluation, adaptive planning, and git workflow isolation for Claude Code
Manage the Gobi collaborative knowledge platform from the command line. Publish vault profiles, create posts and replies, generate images and videos.
Complete Godot 4.x game development skill β GDScript, scene architecture, 2D/3D rendering, physics, animation, UI design, audio systems, input handling, shaders, networking, localization, AI behavior, asset pipeline, performance optimization, export pipelines, and file I/O. Based on official Godot documentation.
Godot 4.x debugging, GDScript patterns, project status (docs/STATUS.md), and bundled godot-mcp server
Agentic skills framework for Godot 4.x game development β 54 domain-specific skills for GDScript and C#
Agentic skills framework for Godot 4.x game development β 54 domain-specific skills for GDScript and C#
Google APIs CLI (Gmail, Calendar, Tasks, Drive, Docs, Sheets) via gogcli
Agent skills for automating WhatsApp interactions and workflows. Enables sending messages, managing conversations, and automating messaging-based processes.
from lwmacct/260112-cc-plugins-study
Scan, fix, and create ORL rules for Terraform, HCL, CloudFormation, Bicep, Dockerfile, Kubernetes, and Python
Teach appropriately-expressive backend code (Python/TS/Go): when to comment, abstract, validate, and handle errors. Every rule has a when-NOT guard, so it curbs LLM over-commenting/over-abstraction without overcorrecting into cryptic code. Bundles real before/after examples and a tripwire scanner.
Generate or review high-density, interactive, self-contained HTML artifacts based on Thariq Shihipar's 'Unreasonable Effectiveness of HTML' patterns.
Systems-thinking agent topology with four specialized agents (Strategist, Architect, Implementer, Evolution) for complex engineering tasks.