Stop Protocol
Description
STOP — Skill Transparency & Observability Protocol. Making Agent Skills transparent, debuggable, and trustworthy.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Skill Transparency & Observability Protocol (STOP)
Stop. Look inside. Understand what your skills actually do.
停下来,看清楚——你的 Skill 到底做了什么。
[English](#english) | [中文](#中文)
What is this?
STOP is an open specification for Agent Skill observability. It defines how skills declare their capabilities, emit execution traces, and verify outcomes — so developers and users can understand what a skill did, why it did it, and whether it succeeded.
Why?
Agent Skills today are black boxes. You invoke one, something happens (or doesn't), and you have no structured way to understand the execution. As the skill ecosystem scales (40,000+ skills on platforms like SundialHub), this opacity becomes a real problem:
- Debugging is guesswork — when a skill fails, you read logs and pray
- Trust is binary — you either trust a skill completely or not at all
- Composition is fragile — chaining skills without observability is like piping commands with no stderr
- Security review is manual — no standard way to audit what a skill actually does
STOP fixes this by bringing SRE-grade observability (Logs, Metrics, Traces) to the skill layer.
Spec Documents
| Document | Description |
|---|---|
| spec/manifest.md | Skill Manifest (skill.yaml) — declarative capability description |
| spec/trace.md | Execution Trace format — structured runtime telemetry |
| spec/assertions.md | Post-condition assertions — verifiable success criteria |
| spec/levels.md | Observability levels — progressive adoption from L0 to L3 |
Quick Example
# skill.yaml (Manifest)
sop: "0.1"
name: github-issue-creator
version: 1.0.0
description: Create GitHub issues from bug reports or feature requests
inputs:
- name: repo
type: string
required: true
description: GitHub repository (owner/repo)
- name: title
type: string
required: true
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11