Showing 30 of 12,154

Sorted by quality
performance
Claude Codeby addyosmani
88

Optimize web performance for faster loading and better user experience. Use when asked to "speed up my site", "optimize performance", "reduce load time", "fix slow loading", "improve page speed", or "performance audit".

Design / 设计
Safe-ish
Scanned
golang-gopls
Claude Codeby samber
88

Golang semantic code intelligence via `gopls`, the official Go language server — go-to-definition, find references, call/implementation hierarchy, workspace symbol search, package API discovery, diagnostics, safe rename, refactors (extract/inline/fill/rewrite code actions), formatting, and generate…

Coding / 软件开发
Safe-ish
Scanned
research
Claude Codeby open-gitagent
88

Researches a topic by breaking it into subtopics, gathering factual information with reasoning, and producing a structured summary with key findings and open questions. Use when the user asks to research, investigate, look up, summarize a topic, or says 'what is known about...' or 'learn about...'

Research / 研究
Safe-ish
Scanned
improve-retention
Claude Codeby wondelai
88

Diagnose and fix retention problems using behavior design (B=MAP). Use when the user mentions "users sign up but dont stick around", "activation rate", "onboarding friction", "retention metrics", "why users dont complete", "churn analysis", or "aha moment". Also trigger when analyzing cohort retent…

Safe-ish
Scanned
skill-creator
Claude Codeby Prat011
88

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
writing-agent-relay-workflows
Claude Codeby AgentWorkforce
88

Use when building multi-agent workflows with @relayflows/core. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, repairable verification gates, evidence-based completion, mandatory Claude-then-Codex fresh-eyes review/fix loops with test ha…

Writing / 写作
Network
Scanned
Advertisement
grok-build
Claude Codeby sanjay3290
88

Orchestrate coding work by delegating well-specified implementation tasks to xAI's Grok Build CLI (grok) running headlessly, while the coding assistant plans, writes the task specs, reviews every diff, and owns the result. Use when user says: 'use grok', 'grok build', 'delegate to grok', 'have grok…

Automation / 自动化
Safe-ish
Scanned
blog-outline
Claude Codeby AgriciDaniel
88

SERP-informed outline generation with H2/H3 heading hierarchy, competitive content gap analysis, section-by-section word count targets, chart and image placement markers, FAQ question planning, and internal linking zones. Skeleton only: structure, H2/H3 hierarchy, word counts, FAQ slots. Use blog-b…

Data / 数据分析
Safe-ish
Scanned
creating-claude-agents
Claude Codeby AgentWorkforce
88

Use when creating or improving Claude Code agents. Expert guidance on agent file structure, frontmatter, persona definition, tool access, model selection, and validation against schema.

Coding / 软件开发
Safe-ish
Scanned
subagent-driven-development
Claude Codeby jnMetaCode
88

当在当前会话中执行包含独立任务的实现计划时使用

Coding / 软件开发
Safe-ish
Scanned
golang-uber-dig
Claude Codeby samber
88

Implements dependency injection in Golang using uber-go/dig — reflection-based container, Provide/Invoke, dig.In/dig.Out parameter and result objects, named values, value groups, optional dependencies, scopes, and Decorate. Apply when using or adopting uber-go/dig, when the codebase imports `go.ube…

Coding / 软件开发
Safe-ish
Scanned
blog-cluster
Claude Codeby AgriciDaniel
88

Semantic topic cluster planning and automated execution engine for claude-blog. Performs SERP-based keyword research, groups keywords by search intent and SERP overlap, builds a hub-and-spoke cluster architecture, generates an interactive SVG cluster map, and executes the full cluster by orchestrat…

Automation / 自动化
Safe-ish
Scanned
golang-code-style
Claude Codeby samber
88

Golang code style conventions — line length and breaking, variable declarations, control flow clarity, when comments help vs hurt. Use when writing or reviewing Go code, asking about style or clarity, or establishing project coding standards. Not for naming conventions (→ See `samber/cc-skills-gola…

Coding / 软件开发
Safe-ish
Scanned
typeui
Claude Codeby bergside
88

Use TypeUI with Grok to access project design skills, brand kits, UI prompts, and layout variations through the TypeUI MCP server when creating or refining user interfaces.

Design / 设计
Safe-ish
Scanned
open-code-review
Claude Codeby alibaba
88

Performs AI-powered code review on Git changes using the `ocr` CLI from alibaba/open-code-review. Use when the user asks to review code, review a pull request, review staged/unstaged changes, review a commit, or compare branches for code quality issues. Produces line-level review comments and can a…

Coding / 软件开发
Safe-ish
Scanned
golang-performance
Claude Codeby samber
88

Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimiza…

Coding / 软件开发
Safe-ish
Scanned
xlsx
Claude Codeby ThinkInAIXYZ
88

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing da…

Data / 数据分析
Safe-ish
Scanned
workflow-runner
Claude Codeby jnMetaCode
88

在 Claude Code / OpenClaw / Cursor 中直接运行 agency-orchestrator YAML 工作流——无需 API key,使用当前会话的 LLM 作为执行引擎。当用户提供 .yaml 工作流文件或要求多角色协作完成任务时触发。

Automation / 自动化
Safe-ish
Scanned
create-agent
Claude Codeby open-gitagent
88

Creates and configures agent.yaml files, writes SOUL.md personality definitions, and sets up agent directory structures with skills, tools, and knowledge. Use when the user wants to configure an agent, create agent.yaml, write SOUL.md, set up agent directory structure, or customize agent settings.

Safe-ish
Scanned
run-agent
Claude Codeby open-gitagent
88

Configures and runs agents with different adapters including Claude, OpenAI, CrewAI, Lyzr, and GitHub Models. Supports local execution, remote git repos, and one-shot prompts. Use when the user wants to run an agent, switch LLM providers, configure adapter settings, or launch agents from git reposi…

MLOps / AI 工程
Safe-ish
Scanned
golang-spf13-viper
Claude Codeby samber
88

Golang configuration library using spf13/viper — layered precedence (flag > env > file > KV > default), BindPFlag/BindPFlags, SetEnvPrefix + SetEnvKeyReplacer + AutomaticEnv, ReadInConfig + ConfigFileNotFoundError, Unmarshal + mapstructure struct tags, Sub for sub-trees, WatchConfig + OnConfigChang…

Coding / 软件开发
Safe-ish
Scanned
mcp-builder
Claude Codeby anthropics
88

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

Coding / 软件开发
Safe-ish
Scanned
blog-multilingual
Claude Codeby AgriciDaniel
88

One-command multilingual blog creation. Writes a blog post, translates it into user-specified languages, applies cultural adaptation, and emits hreflang tags, sitemap entries, and a CMS-ready language map. The complete write-to-publish pipeline for international content. Orchestrates blog-write, bl…

Writing / 写作
Shell
Scanned
scorecard-marketing
Claude Codeby wondelai
88

Build quiz and assessment funnels that generate qualified leads at 30-50% conversion. Use when the user mentions "quiz funnel", "scorecard", "lead magnet", "score-based segmentation", or "lead qualification". Also trigger when designing self-assessment tools, building calculators or graders for mar…

Red Team
Scanned
using-superpowers
Claude Codeby jnMetaCode
88

在开始任何对话时使用——确立如何查找和使用技能,要求在任何响应(包括澄清性问题)之前调用 Skill 工具

Safe-ish
Scanned
blog-locale-audit
Claude Codeby AgriciDaniel
88

Audit a directory of multilingual blog content for completeness, consistency, hreflang correctness, meta-tag parity, and freshness. Builds a translation coverage matrix, flags stale translations, validates hreflang and schema, and emits a prioritized report with runnable fix commands. Use when user…

Writing / 写作
Safe-ish
Scanned
slack-gif-creator
Claude Codeby Prat011
88

Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".

Productivity / 办公效率
Safe-ish
Scanned
writing-plans
Claude Codeby jnMetaCode
88

当你有规格说明或需求用于多步骤任务时使用,在动手写代码之前

Coding / 软件开发
Safe-ish
Scanned
open-code-review
Claude Codeby alibaba
88

Performs AI-powered code review on Git changes using the `ocr` CLI from alibaba/open-code-review. Use when the user asks to review code, review a pull request, review staged/unstaged changes, review a commit, or compare branches for code quality issues. Produces line-level review comments and can a…

Coding / 软件开发
Safe-ish
Scanned
slack-gif-creator
Claude Codeby anthropics
88

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."

Productivity / 办公效率
Safe-ish
Scanned