JKHeadley/instar

Persistent Claude Code agents with scheduling, sessions, memory, and Telegram.

77Stars on the repository
38Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

autonomous

01

JKHeadley/instar

Skill Claude CodeCodex

Enter autonomous development mode with STRUCTURAL enforcement. Uses a stop hook to prevent premature exit. Generates stop conditions and confirms with user before starting. Work independently for a specified duration with progress reporting.

77 3d ago C 41 tokens original MIT

instar-project

02

JKHeadley/instar

Skill Claude CodeCodex

Register, inspect, and drive multi-spec projects via the instar /projects API. Twelve subcommands cover the full Phase 1 surface — create / status / next / advance / drift / run-round / halt / ack / resume / abandon / accept-partial / claim-ownership.

77 3d ago A 61 tokens original MIT

secret-setup

03

JKHeadley/instar

Skill Claude CodeCodex

Focused micro-skill for secret management setup. Explains options, guides through Bitwarden installation/login/unlock, configures backend. Exits when done.

77 3d ago B 35 tokens original MIT

setup-wizard

04

JKHeadley/instar

Skill Claude CodeCodex

Interactive conversational setup wizard for instar. Walks users through initial configuration and identity bootstrapping conversationally.

77 3d ago F 26 tokens original MIT

test-as-self

05

JKHeadley/instar

Skill Claude CodeCodex

Deploy the current instar dist into a throwaway agent home and verify the deploy is healthy — clean evidence instead of post-hoc log forensics. Use BEFORE shipping a change that touches the deploy/lifeline/server path; AFTER landing such a change; or to reproduce a crash observed in the wild.

77 3d ago C 65 tokens original MIT

agent-identity

06

JKHeadley/instar

Skill Claude CodeCodex

Set up persistent agent identity files (AGENT.md, USER.md, MEMORY.md) and teach the agent to read them at every session start. Works in any Claude Code project — no external dependencies required. Trigger words: who am I, identity, remember me, agent name, my principles, who are you, what are my values.

77 3d ago B 72 tokens original MIT

agent-memory

07

JKHeadley/instar

Skill Claude CodeCodex

Teach cross-session memory patterns using MEMORY.md — what to save, how to organize it, how to maintain it over time, and how to structure topic files as memory grows. Works in any Claude Code project with no external dependencies. Trigger words: remember this, save for later, across sessions, persistent memory, don't…

77 3d ago B 78 tokens original MIT

agent-passport

08

JKHeadley/instar

Skill Claude CodeCodex

View this agent's digital passport (identity + trust + allowed/forbidden actions) and verify a peer's passport against a proposed action (EXO 3.0).

77 3d ago A 39 tokens original MIT

agent-readiness

09

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 3d ago A 38 tokens original MIT

command-guard

10

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 3d 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 3d ago A 126 tokens original MIT

instar-dev

12

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 3d ago A 91 tokens original MIT

instar-feedback

13

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 3d ago C 119 tokens original MIT

instar-identity

14

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 3d ago C 82 tokens original MIT

instar-scheduler

15

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 3d ago C 71 tokens original MIT

instar-session

16

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 3d ago A 79 tokens original MIT

instar-telegram

17

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 3d 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 3d ago A 119 tokens original MIT

knowledge-base

19

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 3d ago A 58 tokens original MIT

smart-web-fetch

20

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 3d ago A 78 tokens original MIT

spec-converge

21

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 3d 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 3d ago A 84 tokens original MIT