anthropics / anthropics/knowledge-work-plugins

Add stability lifecycle frontmatter to skills (experimental/stable/deprecated)

Đang mở
#253 5 bình luận 2 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
24k
Fork
2.9k
Merge trung bình
1 ngày 16 giờ
Pull request đã merge (30 ngày)
149

Mô tả

## Problem
Skills in this plugin have no stability indicator. An AI agent consuming skills cannot distinguish a well-tested default skill from a new/beta one, causing it to treat experimental workflows as production-ready. This leads to wasted tool calls on deprecated MCP servers or experimental features whose APIs change without notice.

## Proposed solution
Add a `stability:` frontmatter field to the SKILL.md schema with three values:
- `experimental` — actively developed, may change without notice
- `stable` — tested, production-ready, backwards-compatible
- `deprecated` — maintained for compatibility but no longer actively developed

Skill authors set `stability:` in frontmatter when submitting. The plugin's README or skill discovery surface can document the field so agents can filter or warn accordingly.

## Use case
An AI agent scanning a large plugin pool for production-grade workflows can filter on `stability: stable` and warn before invoking `experimental` skills or skip `deprecated` ones entirely. This prevents wasted tool calls and incorrect routing assumptions.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.