Agent skill
cortex-summaries
Stars
0
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/Reneromero08/agent-governance-system/tree/main/MEMORY/ARCHIVE/skills-deprecated/cortex-summaries
SKILL.md
required_canon_version: >=3.0.0
Skill: cortex-summaries
Version: 0.1.0
Status: Deprecated
DEPRECATED: This skill has been consolidated into
cortex-toolkit. Use{"operation": "summarize", ...}with the cortex-toolkit instead.
Trigger
Use when adding or validating deterministic, advisory section summaries (System-1 surface) derived from CORTEX/_generated/SECTION_INDEX.json.
Inputs
input.jsonwith:record(object): SECTION_INDEX-style record (section_id,heading,start_line,end_line,hash,pathoptional).slice_text(string): exact section slice text (heading line through end_line inclusive).
Outputs
- Writes
actual.jsonwith:safe_filename(string)summary_md(string)summary_sha256(string)
Workflow
- Confirm summaries are derived artifacts only (never authoritative).
- Ensure build emits:
CORTEX/_generated/summaries/<safe_section_id>.mdCORTEX/_generated/SUMMARY_INDEX.json
- Ensure CLI supports
python TOOLS/cortex.py summary <section_id>and--list. - Ensure determinism (stable ordering, stable hashing, no timestamps).
- Run
python3 TOOLS/critic.pyandpython3 CONTRACTS/runner.py.
Constraints
- No LLM calls.
- No DB storage for summaries.
- Generated artifacts only under
CORTEX/_generated/. - Provenance events only under
CONTRACTS/_runs/.
Fixtures
fixtures/basic/
required_canon_version: >=3.0.0
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
mcp-adapter
0
0
Explore
pipeline-dag-scheduler
0
0
Explore
llm-packer-smoke
0
0
Explore
artifact-escape-hatch
0
0
Explore
mcp-message-board
0
0
Explore
pipeline-dag-receipts
0
0
Explore
Didn't find tool you were looking for?