Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alchaincyf avatar

Skills Guide

  • 31 installs
  • 17 repo stars
  • Updated January 24, 2026
  • alchaincyf/skills-guide

skills-guide is a skill that helps users discover, understand, and install Claude Code skills from the skills.sh marketplace, including role-based recommendations.

About

This skill helps a user browse, understand, and install Claude Code skills from the skills.sh marketplace. It searches skills.sh, recommends skills by role, explains the anatomy of a skill, and reads an installed SKILL.md to explain how it works. It is explicitly not for authoring new skills, which it defers to skill-creator. Body content is in Chinese with an English description.

  • Guides discovering, searching, and installing Claude Code skills from the skills.sh marketplace
  • Recommends skills by role (developer, marketer, designer, product manager)
  • Explains skill anatomy and reads an installed SKILL.md to explain how it works

Skills Guide by the numbers

  • 31 all-time installs (skills.sh)
  • Ranked #407 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

skills-guide capabilities & compatibility

Capabilities
skill discovery · skill install
Use cases
research
Pricing
Free
From the docs

What skills-guide says it does

Comprehensive guide for discovering, understanding, and installing Claude Code skills from skills.sh marketplace.
SKILL.md
npx skills add <owner/repo> --yes
SKILL.md
npx skills add https://github.com/alchaincyf/skills-guide --skill skills-guide

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs31
repo stars17
Last updatedJanuary 24, 2026
Repositoryalchaincyf/skills-guide

What it does

Discover, understand, and install Claude Code skills from the skills.sh marketplace and get role-based recommendations.

Who is it for?

Finding and installing the right Claude Code skill from skills.sh and understanding how an installed skill works.

Skip if: Creating new skills from scratch, which it defers to skill-creator.

When should I use this skill?

When a user wants to browse or search skills.sh, get skill recommendations by role, or understand an installed skill.

What you get

Recommends and installs a matching skill via npx skills add and explains what a given skill does.

By the numbers

  • installs into ~/.agents/skills/
  • install command: npx skills add <owner/repo> --yes

Files

SKILL.mdMarkdownGitHub ↗

Skills 完整指南

帮助用户理解、查找和创建 Claude Code Skills。

快速问答

什么是 Skills? Skills 是扩展 Claude 能力的模块化包。可以理解为"专家知识包"——给 Claude 注入特定领域的工作流、专业知识和工具。

在哪找 Skills? skills.sh - 开放的 Skills 目录,按安装量排行。

怎么安装?

npx skills add <owner/repo> --yes

Skills 装在哪? ~/.agents/skills/ - 每个 skill 一个文件夹,里面有 SKILL.md 文件。

帮用户找 Skill

当用户描述需求时,按这个流程执行:

1. 明确需求 - 具体要做什么任务?什么领域? 2. 搜索 skills.sh - 用 WebFetch 访问 https://skills.sh 查找相关 skills 3. 评估选项 - 看安装量(越高越靠谱)、读描述 4. 推荐并解释 - 说明这个 skill 做什么、为什么适合 5. 安装 - 如果用户同意,执行 npx skills add <owner/repo> --yes

热门推荐速查

开发者:

  • vercel-labs/agent-skills → React/Next.js 最佳实践(37k+ 安装)
  • anthropics/skills → 官方文档处理(PDF、Word、PPT、Excel)
  • expo/skills → 移动应用开发

产品/运营/市场:

  • coreyhaines31/marketingskills → 23个营销skills(文案、定价、SEO、广告)

内容创作者(中文友好):

  • jimliu/baoyu-skills → 幻灯片、配图、小红书图片(宝玉老师出品)

解读已安装的 Skill

当用户想了解某个 skill 时:

1. 读取 SKILL.md:~/.agents/skills/<skill名>/SKILL.md 2. 解释:触发条件、核心能力、包含的资源 3. 举例说明什么时候用、怎么用

创建 Skill

详细指南见 references/creating-skills.md

快速概览: 1. Skill 是一个文件夹,必须有 SKILL.md 2. SKILL.md 有 YAML 头(name、description)+ Markdown 正文 3. 可选:scripts/references/assets/ 文件夹放资源 4. 发布:推到 GitHub,用户就能 npx skills add <你的仓库> 安装

关键原则description 字段最重要——它决定 skill 什么时候被触发。要把使用场景写清楚。

深入了解

需要详细信息时,读取参考文件:

  • [references/skills-anatomy.md](references/skills-anatomy.md) - Skills 技术结构详解
  • [references/creating-skills.md](references/creating-skills.md) - 从零创建 skill 的完整指南
  • [references/top-skills.md](references/top-skills.md) - 按角色和场景分类的热门推荐

Related skills

FAQ

What does skills-guide do?

It helps you browse and search skills.sh, get role-based skill recommendations, install skills with npx skills add, and understand an installed SKILL.md.

Can it create a new skill?

No. The docs say it is not for creating new skills and points to skill-creator instead.

Skill Developmentagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.