JKHeadley

38 mods across 1 repository, 77 stars between them.

agent-readiness

25

JKHeadley/instar

Skill Claude CodeCodex

Score a task or workflow on its coordination-vs-judgment ratio to tell whether it's a good agent candidate (EXO 3.0 task-decomposition matrix).

77 2d ago A 38 tokens original MIT

command-guard

26

JKHeadley/instar

Skill Claude CodeCodex

Set up a PreToolUse hook in .claude/settings.json that blocks dangerous commands — rm -rf, force push, database drops, and others — before they execute. Teaches the pattern of safety hooks for any Claude Code project. Trigger words: safety, guard, block dangerous, protect, prevent destructive, safe mode, dangerous…

77 2d ago C 76 tokens original MIT

JKHeadley/instar

Skill Claude CodeCodex

PostToolUse hook that scans Bash tool output for leaked credentials — API keys, tokens, private keys, and secrets — before they reach the conversation. Blocks critical leaks, redacts high-severity matches, and warns on suspicious patterns. 14 detection patterns covering OpenAI, Anthropic, AWS, GitHub, Stripe, Google…

77 2d ago A 126 tokens original MIT

instar-dev

28

JKHeadley/instar

Skill Claude CodeCodex

Instar-specific development skill used by the instar-developing agent (Echo, or any agent assigned instar-dev responsibilities). Wraps /build with mandatory side-effects review, signal-vs-authority principle check, and artifact generation. Structural enforcement via pre-commit/pre-push hooks — the instar repo refuses…

77 2d ago A 91 tokens original MIT

instar-feedback

29

JKHeadley/instar

Skill Claude CodeCodex

Submit structured feedback about instar bugs, feature requests, improvements, or innovations worth sharing. Use when something isn't working, when a feature is missing, when you've built something that could benefit all agents, or when the user mentions a problem with instar. Also use proactively after building…

77 2d ago C 119 tokens original MIT

instar-identity

30

JKHeadley/instar

Skill Claude CodeCodex

Establish and recover persistent agent identity that survives context compaction, session restarts, and autonomous operation. Use when an agent needs to know who it is, recover after context compression, orient at session start, or understand the identity infrastructure. Trigger words: who am I, remember, identity…

77 2d ago C 82 tokens original MIT

instar-scheduler

31

JKHeadley/instar

Skill Claude CodeCodex

Schedule recurring agent tasks using cron expressions. Use when the user asks to run something on a schedule, check something periodically, automate a recurring task, set up a cron job, or wants work to happen while they're away. Trigger words: schedule, recurring, cron, every hour, every day, run daily, periodic…

77 2d ago C 71 tokens original MIT

instar-session

32

JKHeadley/instar

Skill Claude CodeCodex

Spawn, monitor, and communicate with persistent Claude Code sessions running in the background. Use when a task needs to run without blocking the current session, when the user asks to do something in the background, or when a long-running task needs its own context window. Trigger words: background task, spawn…

77 2d ago A 79 tokens original MIT

instar-telegram

33

JKHeadley/instar

Skill Claude CodeCodex

Send and receive messages via Telegram for two-way agent communication. Use when the agent needs to notify the user, alert them about something, relay a response, or when Telegram messaging is the requested channel. Trigger words: send message, Telegram, notify, alert user, message me, ping me, let me know, reach out.

77 2d ago C 71 tokens original MIT

JKHeadley/instar

Skill Claude CodeCodex

Run any "find all instances of X" sweep — a security audit, a safety audit, a code review, a research question, a compliance check — as an iterative loop that does NOT stop at one pass. Audit → fix → RE-audit → … until a clean pass returns zero NEW discoveries. Use whenever thoroughness matters and a single pass would…

77 2d ago A 119 tokens original MIT

knowledge-base

35

JKHeadley/instar

Skill Claude CodeCodex

Ingest URLs, documents, and transcripts into a searchable knowledge base. Query past research and curated documentation using full-text search. Trigger words: ingest, knowledge base, look up, search knowledge, what do we know about, research, index this, add to knowledge base.

77 2d ago A 58 tokens original MIT

smart-web-fetch

36

JKHeadley/instar

Skill Claude CodeCodex

Fetch web content efficiently by checking llms.txt first, then Cloudflare markdown endpoints, then falling back to HTML. Reduces token usage by 80% on sites that support clean markdown delivery. No external dependencies — installs a single Python script. Trigger words: fetch URL, web content, read website, scrape…

77 2d ago A 78 tokens original MIT

spec-converge

37

JKHeadley/instar

Skill Claude CodeCodex

Iteratively review an instar-development spec with multi-angle internal reviewers (security, scalability, adversarial, integration, decision-completeness, lessons-aware) and real cross-model external reviewers routed through the agent's own installed CLIs (codex → GPT-tier, gemini → Gemini-tier; one pass per available…

77 2d ago A 135 tokens original MIT

JKHeadley/instar

Skill Claude CodeCodex

Structured 4-phase debugging methodology that prevents blind probing and guesswork. Forces root cause identification before any fix attempt. Use when encountering bugs, errors, unexpected behavior, test failures, or when something "just stopped working." Trigger words: debug, bug, error, broken, not working, fix this…

77 2d ago A 84 tokens original MIT