codingagentsystem

28 mods across 1 repository, 151 stars between them.

code-reviewer

01

codingagentsystem/cas

Agent Claude Code

Internal agent for reviewing staged code changes against CAS rules. Checks for rule compliance, patterns, and quality. Spawned before commits or on demand.

151 5mo ago A 33 tokens original MIT

duplicate-detector

02

codingagentsystem/cas

Agent Claude Code

Internal agent for finding and consolidating duplicate or near-duplicate memories, rules, and learnings. Spawned periodically for cleanup.

151 5mo ago A 30 tokens original MIT

learning-reviewer

03

codingagentsystem/cas

Agent Claude Code

Internal agent for reviewing learnings and promoting them to rules or skills. Spawned automatically when unreviewed learnings exceed threshold. Do not invoke directly.

151 5mo ago A 35 tokens original MIT

rule-reviewer

04

codingagentsystem/cas

Agent Claude Code

Internal agent for reviewing draft rules. Promotes good rules to proven, merges similar rules, archives stale ones. Spawned when draft rules exceed threshold.

151 5mo ago A 34 tokens original MIT

session-summarizer

05

codingagentsystem/cas

Agent Claude Code

Internal agent for generating session summaries at stop. Creates a concise summary of work done, decisions made, and learnings captured. Spawned by Stop hook.

151 5mo ago A 36 tokens original MIT

task-verifier

06

codingagentsystem/cas

Agent Claude Code

Internal agent for verifying task completion. Spawned automatically on task close. Do not invoke directly.

151 5mo ago A 23 tokens original MIT

Notification

07

codingagentsystem/cas

Hook Claude Code

Runs when the agent sends a notification for permission_prompt, idle_prompt and auth_success tool calls, running cas hook Notification. From codingagentsystem/cas.

151 5mo ago A tokens not measured original MIT

PermissionRequest

08

codingagentsystem/cas

Hook Claude Code

Runs when the agent asks permission for an action, running cas hook PermissionRequest. From codingagentsystem/cas.

151 5mo ago A tokens not measured original MIT

PostToolUse

09

codingagentsystem/cas

Hook Claude Code

Runs after a tool call finishes for Write, Edit and Bash tool calls, running cas hook PostToolUse. From codingagentsystem/cas.

151 5mo ago A tokens not measured original MIT

PreCompact

10

codingagentsystem/cas

Hook Claude Code

Runs before the context is compacted, running cas hook PreCompact. From codingagentsystem/cas.

151 5mo ago A tokens not measured original MIT

PreToolUse

11

codingagentsystem/cas

Hook Claude Code

Runs before the agent uses a tool for Read, Glob, Grep, Write, Edit, Bash, WebFetch, WebSearch, Task and SendMessage tool calls, running cas hook PreToolUse. From codingagentsystem/cas.

151 5mo ago A tokens not measured original MIT

SessionEnd

12

codingagentsystem/cas

Hook Claude Code

Runs when a session ends, running cas hook SessionEnd. From codingagentsystem/cas.

151 5mo ago A tokens not measured original MIT

SessionStart

13

codingagentsystem/cas

Hook Claude Code

Runs when a session starts, running cas hook SessionStart (2 commands). From codingagentsystem/cas.

151 5mo ago A tokens not measured original MIT

Stop

14

codingagentsystem/cas

Hook Claude Code

Runs when the agent finishes a response, running cas hook Stop. From codingagentsystem/cas.

151 5mo ago A tokens not measured original MIT

SubagentStart

15

codingagentsystem/cas

Hook Claude Code

Runs when a subagent starts for task-verifier tool calls, running cas hook SubagentStart. From codingagentsystem/cas.

151 5mo ago A tokens not measured original MIT

SubagentStop

16

codingagentsystem/cas

Hook Claude Code

Runs when a subagent finishes, running cas hook SubagentStop. From codingagentsystem/cas.

151 5mo ago A tokens not measured original MIT

UserPromptSubmit

17

codingagentsystem/cas

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, running cas hook UserPromptSubmit. From codingagentsystem/cas.

151 5mo ago A tokens not measured original MIT

cas

18

codingagentsystem/cas

Settings file Claude Code

Agent settings declaring 11 hook events (Notification, PermissionRequest, PostToolUse, PreCompact) and 4 allowed tools.

151 5mo ago A tokens not measured original MIT

codingagentsystem/cas

Skill Claude CodeCodex

How to store and retrieve persistent memories using CAS. Use for facts, preferences, learnings, and context that should persist across sessions. Trigger when discovering patterns, fixing bugs, resolving config issues, or learning how unfamiliar code works.

151 5mo ago A 50 tokens original MIT

cas-search

20

codingagentsystem/cas

Skill Claude CodeCodex

Search across CAS content (memories, tasks, rules, skills, code). Use when needing to find information, understand codebase, or locate specific patterns. Supports hybrid BM25+semantic search, code symbol search, grep, context, and entity operations.

151 5mo ago A 55 tokens original MIT

codingagentsystem/cas

Skill Claude CodeCodex

Quick startup checklist for factory supervisors. Use at the beginning of a factory session to load context, check EPICs, and confirm worker availability.

151 5mo ago A 35 tokens original MIT

cas-supervisor

22

codingagentsystem/cas

Skill Claude CodeCodex

Factory supervisor guide for multi-agent EPIC orchestration. Use when acting as supervisor to plan EPICs, spawn and coordinate workers, assign tasks, monitor progress, and merge completed work. Covers worker count strategy, conflict-free task coordination, epic branch workflow, and completion verification.

151 5mo ago B 60 tokens original MIT

cas-task-tracking

23

codingagentsystem/cas

Skill Claude CodeCodex

How to track work using CAS tasks instead of built-in TodoWrite. Use for persistent task tracking with priorities, dependencies, structured notes, and cross-session continuity.

151 5mo ago A 37 tokens original MIT

cas-worker

24

codingagentsystem/cas

Skill Claude CodeCodex

Factory worker guide for task execution in CAS multi-agent sessions. Use when acting as a worker to execute assigned tasks, report progress, handle blockers, and communicate with the supervisor.

151 5mo ago A 38 tokens original MIT