Agent skills · Developer tools
50 listings on this page, in order of arrival. Each one has its own page with README, repository facts and source links.
- obsidian-cli ★ 48,243
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports p - turborepo ★ 31,079
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filt - anti-detect-browser ★ 308
Drive Chromium from standard Playwright APIs with a real-device fingerprint applied in the kernel, one persistent isolated profile per ident - defuddle ★ 48,243
Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch wh - developing-genkit-dart ★ 440
Generates code and provides documentation for the Genkit Dart SDK. Use when the user asks to build AI agents in Dart, use Genkit flows, or i - infsh-cli ★ 17
skills-101/superpowers · skills.sh - gws-shared
gws CLI: Shared patterns for authentication, global flags, and output formatting. - is-this-photo-real ★ 32
Verify whether an image or video is authentic, original and correctly captioned — provenance checks, error level analysis, noise and JPEG co - agently-mail
通过 agently-cli 命令行工具操作邮件:发送、回复、转发、搜索、读取、下载附件、管理收件箱。当用户需要进行任何邮件相关操作时使用此 skill。 - opentui ★ 225
OpenTUI skill for building terminal user interfaces with the Core, React, or Solid APIs. Use for any TUI task including components, layout, - ab-testing ★ 49,867
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the us - ponytail ★ 136,789
Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question w - native-data-fetching ★ 2,521
Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, cach - nodejs-backend-patterns ★ 39,603
Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, data - upgrading-expo ★ 2,521
Guidelines for upgrading Expo SDK versions and fixing dependency issues - fastify-best-practices ★ 1,916
Guides development of Fastify Node.js backend servers and REST APIs using TypeScript or JavaScript. Use when building, configuring, or debug - golang-code-style ★ 3,243
Golang code style conventions — line length and breaking, variable declarations, control flow clarity, when comments help vs hurt. Use when - golang-testing ★ 3,243
Production-ready Golang tests — table-driven tests, testify suites and mocks, parallel tests, fuzzing, fixtures, goroutine leak detection wi - golang-performance ★ 3,243
Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memor - golang-concurrency ★ 3,243
Golang concurrency design — goroutine lifecycle and leak prevention, channels and `select`, channel ownership and direction, `sync.Mutex`/`R - insforge-cli ★ 36
Use this skill whenever someone needs a backend, or a task touches InsForge backend or cloud infrastructure through the InsForge CLI: projec - shadcn
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provide - golang-context ★ 3,243
Idiomatic context.Context usage in Golang — propagation through API boundaries, cancellation, timeouts and deadlines, request-scoped values, - golang-documentation ★ 3,243
Comprehensive documentation guide for Golang projects, covering godoc comments, README, CONTRIBUTING, CHANGELOG, Go Playground, Example test - golang-project-layout ★ 3,243
Golang project layout and workspace setup — cmd/internal/pkg directory conventions, module and package naming, go.work workspaces, and essen - golang-troubleshooting ★ 3,243
Troubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes, deadlocks, races, or unexpec - clerk-backend-api ★ 71
Clerk Backend REST API explorer and executor. Browse tags, inspect endpoint schemas, and execute authenticated requests. Use when listing us - golang-dependency-management ★ 3,243
Dependency management for Golang projects — go.mod and go.sum, `go get` install and upgrade flows, Minimal Version Selection, conflict resol - golang-popular-libraries ★ 3,243
Golang library and framework selection — vetted production-ready options by category (web, database, testing, logging, messaging), new and e - golang-dependency-injection ★ 3,243
Comprehensive guide for dependency injection (DI) in Golang. Covers why DI matters (testability, loose coupling, separation of concerns, lif - golang-cli ★ 3,243
Golang CLI application development. Use when building, modifying, or reviewing a Go CLI tool — especially for command structure, flag handli - golang-stretchr-testify ★ 3,243
Comprehensive guide to stretchr/testify for Golang testing. Covers assert, require, mock, and suite packages in depth. Use when writing test - herdr ★ 38,053
Control Herdr, a terminal multiplexer for coding agents. Use only when the user explicitly mentions Herdr or asks to use Herdr to inspect or - golang-grpc ★ 3,243
Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices. Use when implementing, review - multi-account-isolation ★ 308
Verify that browser profiles are actually isolated from one another instead of assuming it - confirm each profile's timezone agrees with its - golang-swagger ★ 3,243
Golang OpenAPI/Swagger documentation with swaggo/swag — annotation comments (@Summary, @Param, @Success, @Router, @Security), swag init code - golang-spf13-cobra ★ 3,243
Golang CLI command tree library using spf13/cobra — cobra.Command, RunE vs Run, PersistentPreRunE hook chain, Args validators (NoArgs, Exact - golang-graphql ★ 3,243
Implements GraphQL APIs in Golang using gqlgen or graphql-go. Apply when building GraphQL servers, designing schemas, writing resolvers, han - golang-spf13-viper ★ 3,243
Golang configuration library using spf13/viper — layered precedence (flag > env > file > KV > default), BindPFlag/BindPFlags, SetEnvPrefix + - code-review-and-quality ★ 93,777
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use - golang-google-wire ★ 3,243
Compile-time dependency injection in Golang using google/wire — wire.NewSet, wire.Build, wire.Bind (interface→concrete), wire.Struct, wire.V - vitest ★ 5,878
Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or worki - golang-uber-dig ★ 3,243
Implements dependency injection in Golang using uber-go/dig — reflection-based container, Provide/Invoke, dig.In/dig.Out parameter and resul - sandbox-sdk ★ 2,825
Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/CD systems, interactive - clerk-testing ★ 71
E2E testing for Clerk apps. Use with Playwright or Cypress for auth flow - golang-how-to ★ 3,243
Golang skills orchestrator — always active on any Golang coding, review, debug, or setup task. Reads the task context and loads the most rel - browser-fingerprint-audit ★ 2
Audit a browser fingerprint for internal contradictions with the liarjs CLI - canvas, WebGL, WebGL2, WebGPU, audio, 220 fonts, WebRTC and ti - angular-developer ★ 645
Generates Angular code and provides architectural guidance. Trigger when creating projects, components, services, or HTTP communication, or - improve ★ 9,111
Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Str - python-testing-patterns ★ 39,603
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setti