using-agent-skills
仓库创建 2026年2月16日最近提交 22 小时前SkillHot 收录 20 天前
▸ 精选理由
适合需要在多技能环境中路由和选择策略的场景。
这个 Skill 做什么
帮助发现并调用适合当前任务的 agent skills 的元技能。
帮你发现并调用最合适的 agent skills,把大任务自动匹配到对应的工作流程和具体步骤。通常在会话刚开始或不确定该用哪个技能时启动,用来判断开发/工程任务属于哪个阶段并选出相应流程。它是个 meta 工具,会串联和调度其他 skills,省去手动查找技能和组合步骤的麻烦。
▸ 展开 SKILL.md 英文原文
Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
8.1w
Stars
8.7k
Forks
24
仓库内 Skill
+10.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/addyosmani/agent-skills/main/skills/using-agent-skills/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/addyosmani/agent-skills/main/skills/using-agent-skills/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Using Agent Skills
## Overview
Agent Skills is a collection of engineering workflow skills organized by development phase. Each skill encodes a specific process that senior engineers follow. This meta-skill helps you discover and apply the right skill for your current task.
## Skill Discovery
When a task arrives, identify the development phase and apply the corresponding skill:
```
Task arrives
│
├── Don't know what you want yet? ──────→ interview-me
├── Have a rough concept, need variants? → idea-refine
├── New project/feature/change? ──→ spec-driven-development
├── Have a spec, need tasks? ──────→ planning-and-task-breakdown
├── Implementing code? ───────────via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有