Skip to content

d-wwei/skill-evolution-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skill Evolution Protocol

中文说明

skill-evolution-protocol defines the shared contract for the skill evolution ecosystem. It standardizes the schemas, directory conventions, governance boundaries, and compatibility rules used by independent implementations such as Skill-SE-Kit, Agent Skill Governor, and Remix.

This repository is intentionally protocol-only. It does not contain runtime code, SDKs, or transport-specific implementations.

What This Repository Defines

  • shared object schemas
  • local and global directory conventions
  • standalone and governed authority boundaries
  • proposal, overlay, and promotion state transitions
  • protocol semantic versioning and compatibility rules

Standardized Objects

The current protocol standardizes five core objects:

  • SkillManifest
  • ExperienceRecord
  • SkillProposal
  • Overlay
  • PromotionDecision

Repository Layout

skill-evolution-protocol/
  README.md
  README.zh-CN.md
  schemas/
  examples/
  docs/
  versions/

Key Documents

Versioning

The protocol follows semantic versioning:

  • major: incompatible contract changes
  • minor: backward-compatible schema or rule additions
  • patch: editorial or clarification-only updates

The current published protocol version is recorded in versions/current.json.

Related Repositories

Intended Use

Implementations should consume this repository as the canonical contract source. They should not copy or silently redefine protocol objects locally.

About

Shared protocol schemas, governance rules, and compatibility contracts for the skill evolution ecosystem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors