Skills
Each entry shows what its maintainer published and when the project was last touched. Where a repository has been deleted or archived, that is stated on the entry instead of being quietly left out.
Worked on in the last 90 days (60)
Someone pushed a commit recently. This is the shortlist worth trying first.
-
samber-cc-skills-golang-golang-code-style
— last commit 2026-08-01
Golang code style conventions — line length and breaking, variable declarations, control flow clarity, when comments help vs hurt. Use when…
-
samber-cc-skills-golang-golang-concurrency
— last commit 2026-08-01
Golang concurrency patterns. Use when writing or reviewing concurrent Go code involving goroutines, channels, select, locks, sync primitive…
-
samber-cc-skills-golang-golang-context
— last commit 2026-08-01
Idiomatic context.Context usage in Golang — propagation through API boundaries, cancellation, timeouts and deadlines, request-scoped values…
-
samber-cc-skills-golang-golang-continuous-integration
— last commit 2026-08-01
CI/CD pipeline configuration using GitHub Actions for Golang projects — testing, linting, SAST, security scanning, code coverage, Dependabo…
-
samber-cc-skills-golang-golang-data-structures
— last commit 2026-08-01
Golang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash buckets, maps package),…
-
samber-cc-skills-golang-golang-database
— last commit 2026-08-01
Comprehensive guide for Go database access — parameterized queries, struct scanning, NULLable columns, transactions, isolation levels, SELE…
-
samber-cc-skills-golang-golang-dependency-injection
— last commit 2026-08-01
Comprehensive guide for dependency injection (DI) in Golang. Covers why DI matters (testability, loose coupling, separation of concerns, li…
-
samber-cc-skills-golang-golang-dependency-management
— last commit 2026-08-01
Dependency management strategies for Golang projects — go.mod management, installing/upgrading packages, Minimal Version Selection, vulnera…
-
samber-cc-skills-golang-golang-design-patterns
— last commit 2026-08-01
Idiomatic Golang design patterns — functional options, constructors, error flow and cascading, resource management and lifecycle, graceful…
-
samber-cc-skills-golang-golang-documentation
— last commit 2026-08-01
Comprehensive documentation guide for Golang projects, covering godoc comments, README, CONTRIBUTING, CHANGELOG, Go Playground, Example tes…
-
samber-cc-skills-golang-golang-error-handling
— last commit 2026-08-01
Idiomatic Golang error handling — creation, wrapping with %w, errors.Is/As, errors.Join, custom error types, sentinel errors, panic/recover…
-
samber-cc-skills-golang-golang-google-wire
— last commit 2026-08-01
Compile-time dependency injection in Golang using google/wire — wire.NewSet, wire.Build, wire.Bind (interface→concrete), wire.Struct, wire.…
-
samber-cc-skills-golang-golang-gopls
— last commit 2026-08-01
Golang semantic code intelligence via `gopls`, the official Go language server — go-to-definition, find references, call/implementation hie…
-
samber-cc-skills-golang-golang-graphql
— last commit 2026-08-01
Implements GraphQL APIs in Golang using gqlgen or graphql-go. Apply when building GraphQL servers, designing schemas, writing resolvers, ha…
-
samber-cc-skills-golang-golang-grpc
— last commit 2026-08-01
Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices. Use when implementing, revie…
-
samber-cc-skills-golang-golang-how-to
— last commit 2026-08-01
Golang skills orchestrator — always active on any Golang coding, review, debug, or setup task. Reads the task context and loads the most re…
-
samber-cc-skills-golang-golang-lint
— last commit 2026-08-01
Linting best practices and golangci-lint configuration for Golang projects — running linters, configuring .golangci.yml, suppressing warnin…
-
samber-cc-skills-golang-golang-modernize
— last commit 2026-08-01
Modernize Golang code to use recent language features, standard library improvements, and idiomatic patterns. Trigger proactively when writ…
-
samber-cc-skills-golang-golang-naming
— last commit 2026-08-01
Go (Golang) naming conventions — covers packages, constructors, structs, interfaces, constants, enums, errors, booleans, receivers, getters…
-
samber-cc-skills-golang-golang-observability
— last commit 2026-08-01
Golang everyday observability — the always-on signals in production. Covers structured logging with slog, Prometheus metrics, OpenTelemetry…
-
samber-cc-skills-golang-golang-performance
— last commit 2026-08-01
Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memo…
-
samber-cc-skills-golang-golang-pkg-go-dev
— last commit 2026-08-01
Golang package and module documentation and exploration via `godig`, a pkg.go.dev API client (CLI + MCP server) — package docs, API referen…
-
samber-cc-skills-golang-golang-popular-libraries
— last commit 2026-08-01
Recommends production-ready Golang libraries and frameworks. Apply when the user explicitly asks for library suggestions, wants to compare…
-
samber-cc-skills-golang-golang-project-layout
— last commit 2026-08-01
Provides a guide for setting up Golang project layouts and workspaces. Use when starting a new Go project, organizing an existing codebase,…
-
samber-cc-skills-golang-golang-refactoring
— last commit 2026-08-01
Golang refactoring — the safe, at-scale process for restructuring existing Go code: a coverage-adaptive safety net, tool-driven behavior-pr…
-
samber-cc-skills-golang-golang-safety
— last commit 2026-08-01
Defensive Golang coding to prevent panics, silent data corruption, and subtle runtime bugs. Use when encountering nil panics, append aliasi…
-
samber-cc-skills-golang-golang-samber-do
— last commit 2026-08-01
Dependency injection in Golang using samber/do — service containers, lifecycle management, scopes, health checks, graceful shutdown, and mo…
-
samber-cc-skills-golang-golang-samber-hot
— last commit 2026-08-01
In-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU, S3FIFO, ARC, TwoQueue, SIEVE, FIFO), TTL,…
-
agricidaniel-claude-obsidian-autoresearch
— last commit 2026-08-01
Run a bounded, source-grounded research loop, draft a cited dossier, and optionally propose a separately reviewed canonical vault merge. Us…
-
agricidaniel-claude-obsidian-canvas
— last commit 2026-08-01
Create, inspect, and update Obsidian JSON Canvas boards with text, file, link, group, and edge nodes. Use for canvas status, canvas lists,…
-
agricidaniel-claude-obsidian-defuddle
— last commit 2026-08-01
Plan and, with explicit network consent, use an optional external Defuddle cleaner to extract article-like HTTPS pages as Markdown. Use for…
-
agricidaniel-claude-obsidian-example
— last commit 2026-08-01
Hermetic contract-validation fixture.
-
agricidaniel-claude-obsidian-obsidian-bases
— last commit 2026-08-01
Explain, draft, and validate Obsidian Bases .base files with filters, formulas, properties, summaries, and table, card, or list views. Use…
-
agricidaniel-claude-obsidian-obsidian-markdown
— last commit 2026-08-01
Explain, draft, or validate Obsidian Flavored Markdown syntax: properties, wikilinks, embeds, callouts, tags, comments, highlights, block r…
-
agricidaniel-claude-obsidian-save
— last commit 2026-08-01
Save a user-selected answer, decision, insight, or session summary into an Obsidian vault as one reviewed transaction. Use only when the us…
-
agricidaniel-claude-obsidian-think
— last commit 2026-08-01
Apply the Fable-derived 10-stage OBSERVE, OBSERVE, LISTEN, THINK, CONNECT, CONNECT, FEEL, ACCEPT, CREATE, GROW loop to consequential or amb…
-
agricidaniel-claude-obsidian-wiki
— last commit 2026-08-01
Initialize, adopt, and route work for a separate Obsidian knowledge vault through the portable claude-obsidian core. Use for vault setup, s…
-
agricidaniel-claude-obsidian-wiki-cli
— last commit 2026-08-01
Detect and use the official Obsidian command-line interface for read-only vault access; use for wiki-cli, Obsidian CLI, Obsidian read, Obsi…
-
agricidaniel-claude-obsidian-wiki-fold
— last commit 2026-08-01
Create a bounded, extractive, structurally idempotent rollup of recent Obsidian wiki log entries, with dry-run preview by default and one o…
-
agricidaniel-claude-obsidian-wiki-ingest
— last commit 2026-08-01
Ingest supplied source material into an Obsidian vault with provenance and claim tracking: pasted text, files staged in the selected vault'…
-
agricidaniel-claude-obsidian-wiki-lint
— last commit 2026-08-01
Run a deterministic, read-only health check on an Obsidian wiki. Use for lint, vault health check, audit wiki health, find orphans, find de…
-
agricidaniel-claude-obsidian-wiki-mode
— last commit 2026-08-01
Read or configure the vault filing methodology and suggest destinations for planned knowledge creation under Generic, LYT, PARA, or Zettelk…
-
agricidaniel-claude-obsidian-wiki-query
— last commit 2026-08-01
Answer an explicitly vault-scoped question from an Obsidian wiki without changing it. Use when the user selects the vault as the evidence s…
-
agricidaniel-claude-obsidian-wiki-retrieve
— last commit 2026-08-01
Build and query a vault-local contextual BM25 retrieval index with optional multilingual Nomic cosine reranking; use for retrieve, hybrid r…
-
googleworkspace-cli-gws-admin-reports
— last commit 2026-08-01
Google Workspace Admin SDK: Audit logs and usage reports.
-
googleworkspace-cli-gws-calendar
— last commit 2026-08-01
Google Calendar: Manage calendars and events.
-
googleworkspace-cli-gws-calendar-agenda
— last commit 2026-08-01
Google Calendar: Show upcoming events across all calendars.
-
googleworkspace-cli-gws-calendar-insert
— last commit 2026-08-01
Google Calendar: Create a new event.
-
googleworkspace-cli-gws-chat
— last commit 2026-08-01
Google Chat: Manage Chat spaces and messages.
-
googleworkspace-cli-gws-chat-send
— last commit 2026-08-01
Google Chat: Send a message to a space.
-
googleworkspace-cli-gws-classroom
— last commit 2026-08-01
Google Classroom: Manage classes, rosters, and coursework.
-
googleworkspace-cli-gws-docs
— last commit 2026-08-01
Read and write Google Docs.
-
googleworkspace-cli-gws-docs-write
— last commit 2026-08-01
Google Docs: Append text to a document.
-
googleworkspace-cli-gws-drive
— last commit 2026-08-01
Google Drive: Manage files, folders, and shared drives.
-
googleworkspace-cli-gws-drive-upload
— last commit 2026-08-01
Google Drive: Upload a file with automatic metadata.
-
googleworkspace-cli-gws-events
— last commit 2026-08-01
Subscribe to Google Workspace events.
-
googleworkspace-cli-gws-events-renew
— last commit 2026-08-01
Google Workspace Events: Renew/reactivate Workspace Events subscriptions.
-
googleworkspace-cli-gws-events-subscribe
— last commit 2026-08-01
Google Workspace Events: Subscribe to Workspace events and stream them as NDJSON.
-
googleworkspace-cli-gws-forms
— last commit 2026-08-01
Read and write Google Forms.
-
googleworkspace-cli-gws-gmail
— last commit 2026-08-01
Gmail: Send, read, and manage email.
Page 28 of 50
How this page is ordered
Entries are grouped by whether anyone is still working on them, using the date of the most recent push to the repository. They are not ordered by stars, because a star is a bookmark somebody left once and never took back.
Where we have not checked an entry yet, it says so rather than being mixed in with the verified ones.