Topic: context-management
249 skills in this topic.
-
team-arch-opt
Unified team skill for architecture optimization. Uses team-worker agent architecture with role directories for domain logic. Coordinator orchestrates pipeline, workers are team-worker agents. Triggers on "team arch-opt".
catlog22/Claude-Code-Workflow 1,785
-
team-uidesign
Unified team skill for UI design team. Research -> design tokens -> audit -> implementation. Uses team-worker agent architecture with roles/ for domain logic. Coordinator orchestrates dual-track pipeline with GC loops and sync points. Triggers on "team ui design", "ui design team".
catlog22/Claude-Code-Workflow 1,785
-
team-motion-design
Unified team skill for motion design. Animation token systems, scroll choreography, GPU-accelerated transforms, reduced-motion fallback. Uses team-worker agent architecture. Triggers on "team motion design", "animation system".
catlog22/Claude-Code-Workflow 1,785
-
team-frontend
Unified team skill for frontend development. Pure router — all roles read this file. Beat model is coordinator-only in monitor.md. Built-in ui-ux-pro-max design intelligence. Triggers on "team frontend".
catlog22/Claude-Code-Workflow 1,785
-
review-code
Multi-dimensional code review with structured reports. Analyzes correctness, readability, performance, security, testing, and architecture. Triggers on "review code", "code review", "审查代码", "代码审查".
catlog22/Claude-Code-Workflow 1,785
-
parallel-dev-cycle
Multi-agent parallel development cycle with requirement analysis, exploration planning, code development, and validation. Orchestration runs inline in main flow (no separate orchestrator agent). Supports continuous iteration with markdown progress documentation. Triggers on "parallel-dev-cycle".
catlog22/Claude-Code-Workflow 1,785
-
team-lifecycle-v4
Full lifecycle team skill — plan, develop, test, review in one coordinated session. Role-based architecture with coordinator-driven beat model. Triggers on "team lifecycle v4".
catlog22/Claude-Code-Workflow 1,785
-
team-ui-polish
Unified team skill for UI polish. Auto-discover and fix UI design issues using Impeccable design standards. Anti-AI-slop detection, color/typography/spacing quality, motion, interaction states, visual hierarchy. Uses team-worker agent architecture. Triggers on "team ui polish", "ui polish", "design polish".
catlog22/Claude-Code-Workflow 1,785
-
treat
Prune bloated session with a prescription. Removes progress ticks, stale reads, duplicate content, and more.
Ruya-AI/cozempic 222
-
reload
Treat the current session and auto-resume in a new terminal window.
Ruya-AI/cozempic 222
-
guard
Protect Claude Code sessions from context overflow by running a background daemon that monitors session size and auto-prunes before compaction hits. Use when the user says "guard", "protect session", "context getting long", "prevent compaction", "session management", or is running agent teams that need continuous context protection.
Ruya-AI/cozempic 222
-
doctor
Run health checks on Claude Code configuration and sessions. Use when troubleshooting Claude Code issues.
Ruya-AI/cozempic 222
-
diagnose
Analyze Claude Code session bloat — shows token count, context usage %, and bloat breakdown. Use when the user asks about session size, context usage, or when you notice the context window is getting full.
Ruya-AI/cozempic 222
-
recall-status
Show memory system health — word counts, stale entries, hook status, recommendations.
davegoldblatt/total-recall 192
-
recall-forget
Mark memory entries as superseded. Preserves history, does not delete.
davegoldblatt/total-recall 192
-
recall-search
Search across all memory tiers (registers, daily logs, archive) for relevant information.
davegoldblatt/total-recall 192
-
recall-promote
Review daily logs and promote entries to registers or working memory.
davegoldblatt/total-recall 192
-
recall-context
Show what memory files are loaded and available in the current session.
davegoldblatt/total-recall 192
-
recall-maintain
Pressure-based memory cleanup. Demotes, archives, or pins entries when working memory exceeds budget.
davegoldblatt/total-recall 192
-
recall-log
Quick append to daily log without write gate evaluation.
davegoldblatt/total-recall 192
-
recall-init-ids
Add durable IDs to memory entries. Required before /recall-maintain can run.
davegoldblatt/total-recall 192
-
recall-write
Write a note to memory with write gate evaluation. Only saves behavior-changing facts.
davegoldblatt/total-recall 192
-
recall-init
Scaffold the Total Recall memory directory structure in this project.
davegoldblatt/total-recall 192
-
hipocampus-search
Search memory using qmd (BM25 + optional vector) and compaction tree traversal. Use ROOT.md to decide whether to search memory or look externally. Always check memory before external lookups.
kevin-hs-sohn/hipocampus 147