Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
baoyu-compress-image
Compresses images to WebP (default) or PNG with automatic tool selection. Use when user asks to "compress image", "optimize image", "convert to webp", or reduce image file size.
zephyrwang6/myskill 129
-
long-term-plan
帮助用户创建和管理长期项目计划。通过结构化的多轮对话引导用户明确目标、拆解里程碑、
分解可执行任务并安排日程。适用于内容创作计划、学习计划、投资跟踪、信息分析等场景。
当用户提到「长期计划」「项目规划」「任务拆解」「日程安排」时触发。
zephyrwang6/myskill 129
-
commercial-brief
商单内容制作助手。根据品牌/产品的商业 brief,策划文章角度、整合素材、最终输出成品文章。当用户说"商单"、"brief"、"品牌合作"、"推广文章"、"恰饭"、"商业合作内容"时触发。支持:(1) 接收商单 brief 并分析传播要点,(2) 提供多种写作角度/方案供选择,(3) 整合用户提供的产品测试素材完善方案,(4) 学习用户提供的参考内容风格,(5) 调用 doc-coauthoring skill 输出最终文章。
zephyrwang6/myskill 129
-
content-digest
Transform long-form content (YouTube videos, podcasts, interviews, articles) into engaging short-form and long-form narratives. Extracts core insights and presents them in two styles: concise social media posts (300-800 characters with numbered emoji lists) and detailed narrative articles (1500-3000+ characters with story arcs). Use when users provide YouTube links, podcast transcripts, long articles, or interview content and want summaries, key insights, or content reformatted for different platforms.
zephyrwang6/myskill 129
-
topic-collector
AI热点采集工具。从Twitter/X、Product Hunt、Reddit、Hacker News、博客等采集AI相关热点内容。当用户说"开始今日选题"、"采集热点"、"看看今天有什么新闻"、"今日AI热点"时触发。聚焦领域:Vibe Coding、Claude Skill、AI知识管理、AI模型更新、AI新产品、海外热点。
zephyrwang6/myskill 129
-
ai-writing-assistant
zephyrwang6/myskill 129
-
meridian
Meridian 项目集成助手。当用户提到 Meridian、导航面板、看板配置、分析模块时触发。帮助用户通过 Claude Code 为 Meridian 仪表盘生成左侧导航、自定义面板和可视化模块。
zephyrwang6/myskill 129
-
internal-comms
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
zephyrwang6/myskill 129
-
ai-productivity-column
AI 生产力系统专栏协作写作助手。当用户说"开始创作专栏"、"AI 生产力系统"、"写专栏"、"继续写专栏"时触发。协助用户按章节创作专栏内容,参考工具书籍写作风格,提供案例支持和方法论引用。
zephyrwang6/myskill 129
-
baoyu-danger-x-to-markdown
Converts X (Twitter) tweets and articles to markdown with YAML front matter. Uses reverse-engineered API requiring user consent. Use when user mentions "X to markdown", "tweet to markdown", "save tweet", or provides x.com/twitter.com URLs for conversion.
zephyrwang6/myskill 129
-
product-strategy-analyzer
产品战略分析与可行性评估。当用户需要分析产品创意、评估市场机会、探讨产品可能性时使用此技能。使用"倒推法"(从终局往回推)和"顺推法"(从现状往前推)进行系统分析,搜索竞品、评估竞争格局、给出战略建议。
zephyrwang6/myskill 129
-
feishu-wiki
飞书知识库文档管理工具。支持查看知识库目录结构、创建和保存文档、读取多维表格内容。当用户说"保存到飞书"、"写入飞书知识库"、"发布到飞书"、"查看飞书目录"、"读取飞书表格"时触发。适用于将 Obsidian 文档同步到飞书知识库,或读取飞书多维表格数据。
zephyrwang6/myskill 129
-
mcp-builder
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).
zephyrwang6/myskill 129
-
content-topic-generator
从文章、推文、社交媒体内容生成多角度选题,包括推文选题(140字完整内容)和公众号选题(含详细大纲)。支持延伸、反驳、扩充、热点结合四种策略。当用户需要基于现有内容创作新选题、分析文章生成衍生内容、或进行内容再创作时使用。适用场景:(1) 分析推文/文章并生成选题,(2) 创建公众号/社交媒体内容策划,(3) 将长文拆解为多个传播点,(4) 内容营销和话题策划。
zephyrwang6/myskill 129
-
spacetimedb-best-practices
SpacetimeDB development best practices for TypeScript server modules and client SDK. This skill should be used when writing, reviewing, or refactoring SpacetimeDB code to ensure optimal patterns for real-time, multiplayer applications. Triggers on tasks involving SpacetimeDB modules, tables, reducers, subscriptions, or React integration.
iSyn/stdb-skills
-
web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
iSyn/stdb-skills
-
skill-name
A clear description of what this skill does and when to use it. Include keywords that help agents identify when this skill is relevant (e.g., "Use when the user asks about X, Y, or Z").
open-circle/agent-skills 12
-
valibot
Schema validation with Valibot, the modular and type-safe schema library. Use when the user needs to validate data, create schemas, parse inputs, or work with Valibot in their project. Also use when migrating from Zod to Valibot.
open-circle/agent-skills 12
-
formisch
Form handling with Formisch, the type-safe form library for modern frameworks. Use when the user needs to create forms, handle form state, validate form inputs, or work with Formisch.
open-circle/agent-skills 12
-
second-brain
Personal knowledge management for Obsidian combining GTD, Zettelkasten, and PARA. Six workflows: (1) Capture - "capture this", "remember this", "save this thought", "note this down" - saves thoughts/tasks to daily inbox without categorization; (2) Process inbox - "process my inbox", "organize captures", "GTD processing" - clarifies items and routes to projects or permanent notes; (3) Daily plan - "plan my day", "what should I work on", "morning planning" - creates prioritized task list based on energy and context; (4) Daily closeout - "daily closeout", "review my day", "evening reflection" - marks progress and drafts tomorrow's plan; (5) Setup - "set up my second brain", "configure vault" - configures vault path and user goals; (6) Excalidraw - "create a diagram", "visualize this", "draw flowchart", "sketch this" - creates .excalidraw.md files with rectangles, ellipses, diamonds, arrows, lines, and text. Proactively offers to capture valuable insights during research conversations.
sean-esk/second-brain-gtd 23
-
testing-patterns
Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.
ChrisWiles/claude-code-showcase 5,673
-
formik-patterns
Formik form handling with validation patterns. Use when building forms, implementing validation, or handling form submission.
ChrisWiles/claude-code-showcase 5,673
-
systematic-debugging
Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or troubleshooting unexpected behavior. Emphasizes NO FIXES WITHOUT ROOT CAUSE FIRST.
ChrisWiles/claude-code-showcase 5,673
-
graphql-schema
GraphQL queries, mutations, and code generation patterns. Use when creating GraphQL operations, working with Apollo Client, or generating types.
ChrisWiles/claude-code-showcase 5,673