Showing 30 of 12,154

Sorted by quality
blog-rewrite
Claude Codeby AgriciDaniel
93

Rewrite and optimize existing blog posts for Google rankings (December 2025 Core Update, E-E-A-T) and AI citations (GEO/AEO). Full rewrite for both Google rankings AND AI citations. For AI-citation-only audit (no Google work), use blog-geo instead. Replaces fabricated statistics with sourced data, …

Data / 数据分析
Safe-ish
Scanned
terraform-skill
Claude Codeby antonbabenko
93

Use when writing, reviewing, or debugging Terraform/OpenTofu modules, tests, CI, scans, or state ops - diagnoses failure mode (identity churn, secrets, blast radius, CI drift, state corruption) with version-aware guards.

Coding / 软件开发
Safe-ish
Scanned
golang-dependency-injection
Claude Codeby samber
93

Comprehensive guide for dependency injection (DI) in Golang. Covers why DI matters (testability, loose coupling, separation of concerns, lifecycle management), manual constructor injection, and DI library comparison (google/wire, uber-go/dig, uber-go/fx, samber/do). Use this skill when designing se…

Coding / 软件开发
Safe-ish
Scanned
golang-samber-ro
Claude Codeby samber
93

Reactive streams and event-driven programming in Golang using samber/ro — ReactiveX implementation with 150+ type-safe operators, cold/hot observables, 5 subject types (Publish, Behavior, Replay, Async, Unicast), declarative pipelines via Pipe, 40+ plugins (HTTP, cron, fsnotify, JSON, logging), aut…

Coding / 软件开发
Safe-ish
Scanned
workthreads
Claude Codeby specstoryai
93

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what sh…

Coding / 软件开发
Safe-ish
Scanned
top-design
Claude Codeby wondelai
93

Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevat…

Writing / 写作
Safe-ish
Scanned
Advertisement
portaljs-migrate
Claude Codeby datopian
93

Migrate (harvest) datasets between open-data platforms. Reads CKAN, a DCAT-US /data.json catalog (DKAN, ArcGIS Hub, data.gov), a DCAT / DCAT-AP RDF feed (JSON-LD, Turtle, or RDF/XML), Socrata, OpenDataSoft, or an ArcGIS FeatureServer, and writes them to a static PortalJS catalog or pushes them into…

Data / 数据分析
Safe-ish
Scanned
golang-samber-do
Claude Codeby samber
93

Dependency injection in Golang using samber/do — service containers, lifecycle management, scopes, health checks, graceful shutdown, and module organization. Apply when using or adopting samber/do, when the codebase imports github.com/samber/do or github.com/samber/do/v2, or when refactoring manual…

Coding / 软件开发
Safe-ish
Scanned
portaljs-check-data-quality
Claude Codeby datopian
93

Audit a local or remote tabular file (CSV/TSV) for common data quality issues — schema, nulls, types, duplicates. Read-only. Use when a dataset needs a quality check before publishing, or a showcase renders wrong (blank cells, garbled numbers, an unsortable date column) and the cause needs isolatin…

Data / 数据分析
Safe-ish
Scanned
dispatching-parallel-agents
Claude Codeby jnMetaCode
93

当面对 2 个以上可以独立进行、无共享状态或顺序依赖的任务时使用

Safe-ish
Scanned
golang-samber-mo
Claude Codeby samber
93

Monadic types for Golang using samber/mo — Option, Result, Either, Future, IO, Task, and State types for type-safe nullable values, error handling, and functional composition with pipeline sub-packages. Apply when using or adopting samber/mo, when the codebase imports `github.com/samber/mo`, or whe…

Coding / 软件开发
Safe-ish
Scanned
design-sprint
Claude Codeby wondelai
93

Run a structured 5-day process to prototype, test, and validate product ideas with real users. Use when the user mentions "design sprint", "validate before we build", "rapid prototype", "test with users", or "should we build this". Also trigger when a team is stuck in endless debate over a high-sta…

Design / 设计
Safe-ish
Scanned
pdf
Claude Codeby anthropics
93

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, ex…

Safe-ish
Scanned
cran-extrachecks
Claude Codeby posit-dev
93

Prepare R packages for CRAN submission by checking for common ad-hoc requirements not caught by devtools::check(). Use when: (1) Preparing a package for first CRAN release, (2) Preparing a package update for CRAN resubmission, (3) Reviewing a package to ensure CRAN compliance, (4) Responding to CRA…

Safe-ish
Scanned
golang-project-layout
Claude Codeby samber
93

Provides a guide for setting up Golang project layouts and workspaces. Use when starting a new Go project, organizing an existing codebase, setting up a monorepo with multiple packages, creating CLI tools with multiple main packages, deciding between cmd/internal/pkg directory conventions, or discu…

Coding / 软件开发
Safe-ish
Scanned
traction-eos
Claude Codeby wondelai
93

Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep havi…

Data / 数据分析
Safe-ish
Scanned
portaljs-new-portal
Claude Codeby datopian
93

Scaffold a new PortalJS data portal from a brief. Copies the canonical template from examples/portaljs-catalog and substitutes project tokens. Use when starting a brand-new data portal project from scratch.

Safe-ish
Scanned
finishing-a-development-branch
Claude Codeby jnMetaCode
93

当实现完成、所有测试通过、需要决定如何集成工作时使用——通过提供合并、PR 或清理等结构化选项来引导开发工作的收尾

Coding / 软件开发
Network
Scanned
ctf-web
Claude Codeby ljagiello
93

Provides web exploitation techniques for CTF challenges. Use when the target is primarily an HTTP application, API, browser client, template engine, identity flow, or smart-contract frontend/backend surface, including XSS, SQLi, SSTI, SSRF, XXE, JWT, auth bypass, file upload, request smuggling, OAu…

Coding / 软件开发
Safe-ish
Scanned
design-postgis-tables
Claude Codeby timescale
93

Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance patterns for location-based applications

Safe-ish
Scanned
migrate-postgres-tables-to-hypertables
Claude Codeby timescale
93

Use this skill to migrate identified PostgreSQL tables to Timescale/TimescaleDB hypertables with optimal configuration and validation. **Trigger when user asks to:** - Migrate or convert PostgreSQL tables to hypertables - Execute hypertable migration with minimal downtime - Plan blue-green migratio…

Data / 数据分析
Safe-ish
Scanned
systematic-debugging
Claude Codeby jnMetaCode
93

遇到任何 bug、测试失败或异常行为时使用,在提出修复方案之前执行

Coding / 软件开发
Safe-ish
Scanned
docx
Claude Codeby anthropics
93

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of cont…

Safe-ish
Scanned
ctf-writeup
Claude Codeby ljagiello
93

Generates a single standardized submission-style CTF writeup for competition handoff and organizer review. Use after solving a CTF challenge to document the solution steps, tools used, and lessons learned in a structured format.

Safe-ish
Scanned
golang-documentation
Claude Codeby samber
93

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 b…

Coding / 软件开发
Safe-ish
Scanned
portaljs-add-map
Claude Codeby datopian
93

Render a GeoJSON dataset on an interactive Leaflet map in the Views section of a dataset's showcase. Installs react-leaflet and a Map component, then renders the map for the chosen dataset. Use when a dataset's data is geographic and a map view is needed alongside the showcase's default metadata an…

Coding / 软件开发
Safe-ish
Scanned
chinese-code-review
Claude Codeby jnMetaCode
93

中文 review 沟通参考——话术模板、分级标注(必须修复/建议修改/仅供参考)、国内团队常见反模式应对。仅在用户显式 /chinese-code-review 时调用,不要根据上下文自动触发。

Coding / 软件开发
Safe-ish
Scanned
portaljs-architect
Claude Codeby datopian
93

Recommend a data-portal architecture (storage, compute, catalog, access, hosting, metadata) from stated needs, then hand off to the build skills. The advisory entry point. Use when starting a new data-portal project and the underlying architecture has not yet been decided.

Safe-ish
Scanned
ctf-misc
Claude Codeby ljagiello
93

Provides miscellaneous CTF challenge techniques for problems that do not cleanly fit the main categories. Use for encoding puzzles, pyjails, bash jails, RF/SDR, DNS oddities, unicode tricks, esoteric languages, QR or audio puzzles, constraint solving, game theory, unusual sandbox escapes, and hybri…

Creative / 创意娱乐
Shell Network
Scanned
ctf-pwn
Claude Codeby ljagiello
93

Provides binary exploitation techniques for CTF challenges. Use when you already have a vulnerable native target or service and need to turn memory corruption or low-level primitives into code execution or privilege escalation, such as buffer overflows, format strings, heap bugs, ROP, ret2libc, she…

Coding / 软件开发
Safe-ish
Scanned