Showing 30 of 12,154

Sorted by quality
skill-security-auditor
Claude Codeby eigent-ai
93

Security auditing for code, configs, and infrastructure. Use when the user wants to audit or improve security: scan for vulnerabilities (SQL injection, XSS, command injection, path traversal), detect hardcoded secrets and credentials, review auth and authorization, check dependencies for known CVEs…

Security / 安全
Safe-ish
Scanned
blog-schema
Claude Codeby AgriciDaniel
93

Generate complete JSON-LD schema markup for blog posts including BlogPosting, Person, Organization, BreadcrumbList, FAQPage, and ImageObject. Validates against Google requirements and warns about deprecated types. Use when user says "schema", "blog schema", "json-ld", "structured data", "schema mar…

Writing / 写作
Safe-ish
Scanned
regulatory-analysis
Claude Codeby open-gitagent
93

Analyzes documents and processes against FINRA, SEC, Federal Reserve, and CFPB regulatory frameworks. Identifies compliance gaps, classifies findings by severity, and recommends remediation. Use when performing compliance audits, regulatory reviews, gap analyses, or verifying policy adherence to fi…

Safe-ish
Scanned
golang-spf13-cobra
Claude Codeby samber
93

Golang CLI command tree library using spf13/cobra — cobra.Command, RunE vs Run, PersistentPreRunE hook chain, Args validators (NoArgs, ExactArgs, MatchAll, custom), persistent vs local flags, command groups, ValidArgsFunction, RegisterFlagCompletionFunc, ShellCompDirective, usage/help template cust…

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

Modernize Golang code to use recent language features, standard library improvements, and idiomatic patterns. Trigger proactively when writing or reviewing Go code and old-style patterns are detected, or when encountering a deprecation warning. Also use when the user explicitly asks for modernizati…

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

Apply foundational design principles: affordances, signifiers, constraints, feedback, and conceptual models. Use when the user mentions "why is this confusing", "affordance", "error prevention", "discoverability", "human-centered design", "mental model", "mapping", "seven stages of action", "users …

Safe-ish
Scanned
Advertisement
portaljs-add-dataset
Claude Codeby datopian
93

Add a dataset (CSV, TSV, JSON, or GeoJSON) to an existing PortalJS portal. Appends an entry to datasets.json so the catalog and showcase render it automatically; routes the data by source (local file vs remote URL) — R2 via Git LFS by default, remote URLs by passthrough. Use when registering a new …

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

In-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU, S3FIFO, ARC, TwoQueue, SIEVE, FIFO), TTL, cache loaders, sharding, stale-while-revalidate, missing key caching, and Prometheus metrics. Apply when using or adopting samber/hot, when the codebase import…

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

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterhe…

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

Functional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for slices, maps, channels, strings, math, tuples, and concurrency (Map, Filter, Reduce, GroupBy, Chunk, Flatten, Find, Uniq, etc.). Core immutable package (lo), concurrent variants (lo/parallel aka lop), i…

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

SpecStory Lore - mine your SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more) into a persistent corpus, surface your reproducible workflows with corroborated evidence, and interactively forge the chosen ones into skills installed across all your agent harnesses. U…

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

Define a dataset's metadata profile — infer a Frictionless Table Schema from its data, add Data Package metadata (license, sources, keywords), and write it into datasets.json so the showcase renders a typed field table. Extend or customize via the L0-L3 profile ladder. Use when a registered dataset…

Data / 数据分析
Safe-ish
Scanned
skill-creator
Claude Codeby eigent-ai
93

Guide for creating effective skills. Use when creating a new skill or updating an existing skill that extends agent capabilities with specialized knowledge, workflows, or tool integrations.

Safe-ish
Scanned
golang-testing
Claude Codeby samber
93

Production-ready Golang tests — table-driven tests, testify suites and mocks, parallel tests, fuzzing, fixtures, goroutine leak detection with goleak, snapshot testing, code coverage, integration tests, idiomatic test naming. Use when writing or reviewing Go tests, choosing a testing approach, sett…

Coding / 软件开发
Safe-ish
Scanned
brainstorming
Claude Codeby jnMetaCode
93

在任何创造性工作之前必须使用此技能——创建功能、构建组件、添加功能或修改行为。在实现之前先探索用户意图、需求和设计。

Safe-ish
Scanned
golang-data-structures
Claude Codeby samber
93

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

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

Add another file (resource) to an EXISTING dataset in a PortalJS portal — a data dictionary, methodology, or an additional data file. Turns a single-file dataset into a multi-resource one; the showcase renders a section per resource. Use when a dataset needs a second file, such as a data dictionary…

Data / 数据分析
Safe-ish
Scanned
solve-challenge
Claude Codeby ljagiello
93

Solves CTF challenges by performing first-pass triage, identifying the dominant category, and routing execution to the right specialized ctf-* skill. Use when the user gives you a challenge bundle, a remote service, a suspicious file, or only a vague challenge description and you must determine whe…

Safe-ish
Scanned
executing-plans
Claude Codeby jnMetaCode
93

当你有一份书面实现计划需要在单独的会话中执行,并设有审查检查点时使用

Safe-ish
Scanned
portaljs-add-chart
Claude Codeby datopian
93

Add a chart (line, bar, area, pie, or scatter) to a dataset's showcase in a PortalJS portal. Installs recharts, writes a reusable Chart component, and renders it in the showcase Views section. Use when visualizing a dataset already registered in datasets.json.

Data / 数据分析
Safe-ish
Scanned
manage-skills
Claude Codeby open-gitagent
93

Searches the SkillsMP registry, installs skills locally or globally, creates custom skills with SKILL.md frontmatter, and manages the skill lifecycle. Use when the user wants to find skills, add new capabilities, install a skill, browse available skills, create a custom skill, or manage the skills …

Safe-ish
Scanned
chinese-commit-conventions
Claude Codeby jnMetaCode
93

中文 commit 与 changelog 配置参考——Conventional Commits 中文适配、commitlint/husky/commitizen 中文模板、conventional-changelog 中文配置。仅在用户显式 /chinese-commit-conventions 时调用,不要根据上下文自动触发。

Safe-ish
Scanned
golang-uber-fx
Claude Codeby samber
93

Golang application framework using uber-go/fx — fx.New, fx.Provide, fx.Invoke, fx.Module, fx.Lifecycle hooks, fx.Annotate (name/group/As), fx.Decorate, fx.Supply, fx.Replace, fx.WithLogger, and signal-aware Run(). Apply when using or adopting uber-go/fx, when the codebase imports `go.uber.org/fx`, …

Coding / 软件开发
Safe-ish
Scanned
ctf-reverse
Claude Codeby ljagiello
93

Provides reverse engineering techniques for CTF challenges. Use when the main job is to understand how a compiled, obfuscated, packed, or virtualized target works before exploiting or solving it, including binaries, APKs, WASM, firmware, custom VMs, bytecode, game clients, malware-like loaders, and…

Security / 安全
Safe-ish
Scanned
portaljs-add-dcat
Claude Codeby datopian
93

Make a PortalJS portal harvestable by national/EU/US open-data portals — emit standards-compliant DCAT catalog feeds (DCAT 2/3, DCAT-AP, DCAT-US, national profiles) in JSON-LD, Turtle, and RDF/XML at build, with autodiscovery and per-profile conformance checking. Use when a portal needs to be harve…

Safe-ish
Scanned
drawio-skill
Claude Codeby Agents365-ai
93

Use when the user requests diagrams, flowcharts, architecture diagrams, ER diagrams, UML / sequence / class diagrams, SysML / MBSE diagrams (block definition, internal block, requirement, parametric), BPMN business process diagrams, swimlane / cross-functional flowcharts, network topology, cloud ar…

Safe-ish
Scanned
portaljs-connect-ckan
Claude Codeby datopian
93

Wire a scaffolded PortalJS portal to a CKAN backend over its API. Generates a tiny server-side fetch client (no runtime dependency) and feeds the /search catalog and /@namespace/slug showcases from CKAN instead of datasets.json. Use when connecting an existing portal to a live CKAN instance instead…

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

Idiomatic context.Context usage in Golang — propagation through API boundaries, cancellation, timeouts and deadlines, request-scoped values, context.WithoutCancel for background work outliving requests. Apply when designing context propagation across layers, debugging leaked or unexpired contexts, …

Coding / 软件开发
Safe-ish
Scanned
skill-creator
Claude Codeby heshengtao
93

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Safe-ish
Scanned
golang-design-patterns
Claude Codeby samber
93

Idiomatic Golang design patterns — functional options, constructors, error flow and cascading, resource management and lifecycle, graceful shutdown, resilience, architecture, dependency injection, data handling, streaming, and more. Apply when explicitly choosing between architectural patterns, imp…

Coding / 软件开发
Safe-ish
Scanned