Top Rated
The most starred skills loved by the community. Quality guaranteed!
chain-of-responsibility-react
by progmichaelkibenko
Implements the Chain of Responsibility pattern in React. Use when the user mentions chain of responsibility, CoR, or when you need to chain handlers that each process and pass to the next—validation pipelines, contextual help, event handling, or any sequential pipeline.
chain-of-responsibility-go
by progmichaelkibenko
Implements the Chain of Responsibility pattern in Go. Use when the user mentions chain of responsibility, CoR, or when you need to chain handlers that each process and pass to the next—validation pipelines, processing steps, transformation chains, or any sequential pipeline.
chain-of-responsibility-nodejs
by progmichaelkibenko
Implements the Chain of Responsibility pattern in Node.js. Use when the user mentions chain of responsibility, CoR, or when you need to chain handlers that each process and pass to the next—validation pipelines, processing steps, transformation chains, or any sequential pipeline.
pipeline-pattern-react
by progmichaelkibenko
Implements the Pipeline design pattern in React for data transformation. Use when the user mentions pipeline pattern, or when you need a fixed sequence of stages that each transform data and pass to the next—ETL-style processing in the UI, parsing, formatting pipelines, or any linear transformation flow that runs to completion.
chain-of-responsibility-python
by progmichaelkibenko
Implements the Chain of Responsibility pattern in Python. Use when the user mentions chain of responsibility, CoR, or when you need to chain handlers that each process and pass to the next—validation pipelines, processing steps, transformation chains, or any sequential pipeline.
pipeline-pattern-go
by progmichaelkibenko
Implements the Pipeline design pattern in Go for data transformation. Use when the user mentions pipeline pattern, or when you need a fixed sequence of stages that each transform data and pass to the next—ETL, parsing, data processing, or any linear transformation flow that runs to completion.
pipeline-pattern-nodejs
by progmichaelkibenko
Implements the Pipeline design pattern in Node.js for data transformation. Use when the user mentions pipeline pattern, or when you need a fixed sequence of stages that each transform data and pass to the next—ETL, parsing, data processing, or any linear transformation flow that runs to completion.
pipeline-pattern-python
by progmichaelkibenko
Implements the Pipeline design pattern in Python for data transformation. Use when the user mentions pipeline pattern, or when you need a fixed sequence of stages that each transform data and pass to the next—ETL, parsing, data processing, or any linear transformation flow that runs to completion.
hello-world
by kit101
[TODO: Complete and informative explanation of what the skill does and when to use it. Include WHEN to use this skill - specific scenarios, file types, or tasks that trigger it.]
session-pretty-replay
by kit101
将Agent会话的原始JSON/JSONL记录转换为易读文本,并输出一些基础统计信息。Use when 需要回放Agent会话记录、转换会话JSON/JSONL为人类可读格式。
ssl-checker
by kit101
SSL证书检查器是一个用于检查SSL证书有效期的agent技能,它可以检查指定域名的SSL证书是否即将过期,返回检查结果,使用mcp-email发送即将过期的警告邮件给订阅者。
architecture
by technophile-04
"Develop comprehensive specs for new features using iterative refinement. Use this skill when: (1) Starting a new feature development, (2) Planning system architecture, (3) You need a structured approach to spec creation with review and refinement. Creates polished, production-ready specifications through multiple iterations."
upgrade-golangci-lint
by alingse
Upgrade golangci-lint to the latest version, automatically migrate config (v1→v2), run lint and supplement config to make code pass. Core principle: only adjust config, do not modify code.
zhi-terminator
by Jung217
究極對抗支語滲透。整合 100+ 核心術語,將所有技術名詞在地化為臺灣正體中文,並嚴格執行「臺」字正名與 Win/Mac 術語區分。
web-article-translator
by qingchunwuhui
翻译在线文章为中文并保存为 Markdown 格式。当用户需要翻译网页文章、博客文章时使用此技能,例如:"翻译这篇文章 https://example.com/article"、"把这个 URL 的文章翻译成中文并保存"。
quote-extractor
by qingchunwuhui
快速从文章中提取可直接引用的金句,建立素材库。无需审计流程,直接提取。支持快捷指令 /extract-quotes。
topic-collector
by qingchunwuhui
AI热点采集工具。从Twitter/X、Product Hunt、Reddit、Hacker News、博客等采集AI相关热点内容。当用户说"开始今日选题"、"采集热点"、"看看今天有什么新闻"、"今日AI热点"时触发。聚焦领域:Vibe Coding、Claude Skill、AI知识管理、AI模型更新、AI新产品、海外热点。
local-memory-search
by blackbasilisk
Local, offline semantic search over OpenClaw memory files (MEMORY.md and memory/*.md) using Python embeddings + FAISS (no online LLM/API). Use when Dave asks for "memory search" without cloud billing, wants semantic recall across notes, or wants to share a reusable local-memory semantic search skill.
explore-ai-codebase
by prakx1
Explore and explain any modern AI or agentic codebase with ASCII diagrams. Covers MCP servers, LangGraph agents, CrewAI crews, AutoGen teams, OpenAI Agents SDK, RAG pipelines, A2A protocol, multi-agent systems, and any agentic architecture. Use when the user asks to explain, explore, or understand an AI codebase, agent architecture, or agentic system.
docs-writer
by MildTomato
Always use this skill when writing, reviewing, or editing documentation, specifically for files in apps/docs/ or any .md/.mdx files in the repository.
parking-lot-consensus
by CakeRepository
"Use when you want an internal debate (Critic vs Solver + Judge) to converge on a high-confidence implementation plan before coding."
compare-standards
by keenranger
Compare implementation against internal standards. Use when comparing thresholds, checking compliance, or says /compare-standards.
config-bump
by keenranger
Atomic config change with version bump and commit. Use when updating config values, changing thresholds, or says /config-bump.
lizy0329
by lizyChy0329
lizy0329's opinionated tooling and conventions for JavaScript/TypeScript projects. Use when setting up new projects, configuring ESLint/Prettier alternatives, monorepos, library publishing, or when the user mentions lizy0329's preferences.