using-agent-skills
仓库创建 2026年7月5日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
作为技能目录的入口,适合任何多技能 agent 的调度与决策。
这个 Skill 做什么
发现并调用最适合的技能,用于在会话中路由与组合技能。
在会话开始或遇到新任务时,帮你智能发现哪个技能最合适并把它调用起来,负责把任务路由和组合成可执行流程。用在不知道该用哪个流程、或需要把多个能力串成一条流水线时。特点是它本身不做具体工作,而是做技能发现与调度,像技能的总控中心。
▸ 展开 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.
0
Stars
0
Forks
25
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/using-agent-skills/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/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 公开信息 · 原文版权归作者所有