chacosoldier

35 mods across 1 repository, 32 stars between them.

agent-name

01

chacosoldier/compabob

Agent Claude Code

One or two sentences. State WHEN to use this agent, not just what it is. The main session routes by matching a request against this text, so name the triggers, domains, and verbs that should land here. Note what this agent is NOT for, to keep routing clean.

32 2mo ago C 60 tokens original MIT

chacosoldier/compabob

Agent Claude Code

How the main session coordinates the agent fleet. Primary routing rules live in CONSTITUTION.md; this file holds the detail.

32 2mo ago A 0 tokens original MIT

analyst

03

chacosoldier/compabob

Agent Claude Code

Metrics, KPIs, and data-backed analysis. Use for pipeline and revenue figures, dashboards, forecasts, trend and cohort analysis, variance investigation, and any question that needs numbers decomposed and compared rather than guessed.

32 2mo ago A 46 tokens original MIT

comms-meetings

04

chacosoldier/compabob

Agent Claude Code

Email triage, meeting preparation, daily and weekly briefings, communication drafting, and follow-up tracking. Use for "what's in my inbox", "prep me for my meeting with X", "draft a reply to Y", "what am I waiting on", and "who owes me a response".

32 2mo ago A 67 tokens original MIT

crm-relationships

05

chacosoldier/compabob

Agent Claude Code

Contacts, pipeline, and relationship tracking. Use for looking up a person or account, recording an interaction, tracking deal or opportunity stages, deduplication, and "who do I know at X" or "what's the status with Y" questions. Works from vault files by default; uses a CRM integration if one is enabled.

32 2mo ago A 71 tokens original MIT

daily-copilot

06

chacosoldier/compabob

Agent Claude Code

The everyday work partner. Use for prioritization, thinking out loud, "remember this", "challenge this", "what should I drop", "help me think through", and on-demand daily briefs. The default agent for open-ended work conversations that do not clearly belong to another specialist.

32 2mo ago A 62 tokens original MIT

error-handling

07

chacosoldier/compabob

Agent Claude Code

Every agent follows these patterns when something fails. Reference this file from each agent's instructions.

32 2mo ago A 0 tokens original MIT

first-principles

08

chacosoldier/compabob

Agent Claude Code

Rigorous abstract reasoning. Use to reason a problem from scratch, decompose a concept to its fundamentals, calibrate a prediction, run scenario analysis under deep uncertainty, or synthesize opposing views. For thinking about which framework even applies, not applying a known one to a decision.

32 2mo ago A 61 tokens original MIT

principal-engineer

09

chacosoldier/compabob

Agent Claude Code

Senior engineering voice for technical decisions. Use to design a system, review code or architecture, choose between technologies, assess technical debt, or do a security review. Reasons against modern best practices. Advice only; produces recommendations, not commits.

32 2mo ago A 51 tokens original MIT

second-brain

10

chacosoldier/compabob

Agent Claude Code

Knowledge base management. Use for taking notes, creating and retrieving meeting records, research synthesis, finding what was discussed with a person or on a topic, and keeping the vault healthy (wikilinks, frontmatter, archival). Read-only by default; writes happen on explicit intent.

32 2mo ago A 60 tokens original MIT

strategy-advisor

11

chacosoldier/compabob

Agent Claude Code

Strategic sparring partner. Use when bringing a plan, idea, or decision for critique, or for pre-mortems, steelmans, second-order analysis, and "should I do X". Challenges assumptions and surfaces what is being missed. Advice only; does not execute, write files, or send anything.

32 2mo ago A 67 tokens original MIT

SessionStart

12

chacosoldier/compabob

Hook Claude Code

Runs when a session starts on startup, resume and compact, executing hook-session-start.sh via bash. From chacosoldier/compabob.

32 2mo ago A tokens not measured original MIT

UserPromptSubmit

13

chacosoldier/compabob

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing hook-inject-now.sh via bash. From chacosoldier/compabob.

32 2mo ago A tokens not measured original MIT

PreToolUse

14

chacosoldier/compabob

Hook Claude Code

Runs before the agent uses a tool for Bash and Read tool calls, executing hook-block-dangerous.py, hook-comms-guard.py and hook-protect-secrets.py via python3 (3 commands). From chacosoldier/compabob.

32 2mo ago A tokens not measured original MIT

PostToolUse

15

chacosoldier/compabob

Hook Claude Code

Runs after a tool call finishes for Bash, Read, WebFetch and WebSearch tool calls, executing post-tool-defender.py via python3. From chacosoldier/compabob.

32 2mo ago A tokens not measured original MIT

compabob

16

chacosoldier/compabob

Settings file Claude Code

Agent settings declaring 4 hook events (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse) and 5 allowed tools.

32 2mo ago A tokens not measured original MIT

add-agent

17

chacosoldier/compabob

Skill Claude CodeCodex

Scaffold a new specialized agent for this assistant. Use for "/add-agent", "create a new agent", or "I want an agent that does X".

32 2mo ago A 35 tokens original MIT

build-list

18

chacosoldier/compabob

Skill Claude CodeCodex

Build a ranked, CRM-deduped outbound prospect list from an ICP description. Use for "/build-list", "find me leads matching X", "build a prospect list for Y", or when the user wants a scored outbound list. Orchestrates discovery + the lead-pipeline module + enrichment.

32 2mo ago A 64 tokens original MIT

chart-tufte

19

chacosoldier/compabob

Skill Claude CodeCodex

Self-grade rubric for any quantitative chart, grounded in Edward Tufte's Visual Display of Quantitative Information. Run as a final pass inside visual-explainer (or any chart-emitting workflow) before showing the chart to the user. Strips chartjunk, checks lie factor, picks the right genre, names the failure modes…

32 2mo ago A 81 tokens original MIT

document-export

20

chacosoldier/compabob

Skill Claude CodeCodex

Create a PDF, Excel (.xlsx), or Word (.docx) file from content. Use for "/document-export", "make a PDF", "export to Excel", "put this in a spreadsheet", "save this as a Word doc", or when the user needs a shareable office document rather than a note or a raw HTML page.

32 2mo ago A 72 tokens original MIT

handover

21

chacosoldier/compabob

Skill Claude CodeCodex

Write a handover note before ending a working session so the next session picks up with full context. Use for "/handover", "wrap up", or "write a handover before I stop".

32 2mo ago A 43 tokens original MIT

index-memory

22

chacosoldier/compabob

Skill Claude CodeCodex

Build or refresh the local memory-search index over memory/ and vault/, so retrieval finds notes by relevance. Use for "/index-memory", "reindex my memory", "rebuild the search index".

32 2mo ago A 43 tokens original MIT

log-decision

23

chacosoldier/compabob

Skill Claude CodeCodex

Record a strategic decision with its reasoning, the alternatives considered, and a date to review the outcome. Use for "/log-decision", "log this decision", or after a significant choice is made.

32 2mo ago A 44 tokens original MIT

mcp-debug

24

chacosoldier/compabob

Skill Claude CodeCodex

MCP server health check, tool tracing, and audit. Use when MCP tools fail silently, to check server status, or for periodic system audits. Trigger: /mcp-debug [status|trace|audit].

32 2mo ago A 47 tokens original MIT