Cross-model context handoff via expert council. 40% token reduction, 9.5/10 recall, 97% cross-domain preservation.
Scanned 5/31/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill agent-skill-cep --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Agent Skill Cep?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-agent-skill-cep)More formats (shields.io, HTML) on the badges page.
---
name: "cep-v8"
description: "Cross-model context handoff via expert council. 40% token reduction, 9.5/10 recall, 97% cross-domain preservation."
---
# CEP v8
## Execute
1. **S2A Filter:** Remove noise, keep signal
2. **Council (4 phases):** Load KB per phase, ARQ wrap (confidence≥0.9)
- P1: `EXPERTS-MEMORY_ARCHITECT.md` → preservation list
- P2: `EXPERTS-CROSS-DOMAIN_ANALYST.md` → edge map (xd flags)
- P3: `EXPERTS-COMPRESSION_SPECIALIST.md` → CoD 5-iter (target 0.15)
- P4: `EXPERTS-RESTORATION_ENGINEER.md` → cold-start validate
3. **Techniques:** `CASCADE.md` for integration
4. **Gates:** density≥0.15, xd≥97%, cold-start pass, trust(5), YAML valid
5. **Output:** Packet ID `$MM$DD$YYYY-XXX-LN-domain-topic-context` + preamble + YAML
## Schema
`PROTOCOL.md` for full YAML structure.
PDL Layers: L1:knowledge, L2:relational, L3:contextual, L4:metacognitive
## References
- `CASCADE.md` - Techniques
- `PROTOCOL.md` - Full spec
- `MIRAS.md` - Future positioning
- `EXPERTS-*.md` - Council KBs
## Holistic Check
Packet ID: WHEN/WHO/HOW HARD/WHAT/DOMAIN
---
*CEP v8 | ktg.one*
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Create Mermaid diagrams for flowcharts, sequences, ERDs, and
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.
Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".
Write the Discord release announcement for a stable Paperclip release. Companion to `release-changelog` — that skill produces the file at `releases/vYYYY.MDD.P.md`; this one turns that file into a single copy-pasteable Discord post in dotta's voice and attaches it as the `discord_announcement` document on the release issue.