anthropics / anthropics/skills

[Feature] `agent-creator` skill — task-specific agents with curated skill sets

オープン
#1,119 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
176k
フォーク
20.9k
平均マージ
7時間 21分
マージ済み PR(30日)
5

説明

## What & Why

Today every Claude agent has the same full capability surface. The idea here is a skill that guides Claude in composing focused, task-specific agents — each equipped with only the skills relevant to its job.

Inspired by the specialist-plus-orchestrator pattern in projects like [OpenSwarm](https://github.com/VRSEN/OpenSwarm): instead of one generalist doing everything poorly, you get a deep-research agent, a data agent, a docs agent — each sharp at one thing.

## Core Concept

The agent-creator skill would help a user:
- Define an agent’s role and purpose
- Select which skills that agent should operate with
- Produce a reusable agent definition others can run or fork

## Open Design Questions

A few tensions worth the team thinking through:
**Whitelist vs. blacklist for skill assignment** — my intuition is whitelist (explicitly declare what an agent can use) rather than blacklist (exclude from everything). Feels safer and more auditable, especially as the skill registry grows.

**Enforcement vs. guidance** — skills currently shape behavior rather than hard-gate capabilities. Worth deciding how much “enforcement” an agent manifest should promise, or whether it should be honest about being behavioral guidance.

**Orchestration layer** — individual agent manifests are useful, but the real power comes when agents can be coordinated. Whether that’s in scope here or a follow-on is up to the team.

## Reference

- [OpenSwarm](https://github.com/VRSEN/OpenSwarm) — good real-world example of the specialist pattern
- skill-creator in this repo — natural companion skill; agent-creator could delegate to it for gaps

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。