JKHeadleyJKHeadleyCommunityยท22 Agent Skills Included

instar

Persistent memory, scheduling, and messaging for coding agents

Turns Claude Code or Codex into a persistent, proactive agent with cross-session memory, cron-scheduled jobs, and two-way messaging over Telegram, WhatsApp, Slack, and iMessage. Eliminates forgotten context after restarts, lost commitments, and silent job failures through structural hooks, watchdogs, and recovery sentinels. Includes ready-made skills for identity, debugging, safety guards, web fetching, and autonomous work sessions.
npx skills add JKHeadley/instar --all -g -y
Available:

Gives the agent the project's architecture map, build and test commands, and mandatory design standards like structure-over-willpower and zero-failure testing when working in this repository.

All Skills in This Repository (22)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
JKHeadleyJKHeadley

secret-setup

Configure secret storage for an Instar agent across Bitwarden, local encrypted storage, or manual handling.

Community
Advanced
๐Ÿ“ฆ In Repo
JKHeadleyJKHeadley

test-as-self

Validate throwaway Instar deployments and detect health regressions from lease and log artifacts.

Community
Advanced
๐Ÿ“ฆ In Repo
JKHeadleyJKHeadley

instar-project

Manage multi-spec project lifecycles through the instar /projects API.

Community
Advanced
๐Ÿ“ฆ In Repo
JKHeadleyJKHeadley

autonomous

Enforce stateful task tracking and verified stop conditions for autonomous coding sessions.

Community
Advanced
๐Ÿ“ฆ In Repo
JKHeadleyJKHeadley

setup-wizard

Orchestrate conversational onboarding and write identity, user, memory, and configuration files for Instar agents.

Community
Advanced
๐Ÿ“ฆ In Repo
JKHeadleyJKHeadley

spec-converge

Run parallel internal and external spec reviews until convergence.

Community
Advanced
๐Ÿ“ฆ In Repo
JKHeadleyJKHeadley

agent-identity

Create persistent agent identity files for Claude Code sessions.

Community
Intermediate
๐Ÿ“ฆ In Repo
JKHeadleyJKHeadley

instar-scheduler

Schedules recurring agent jobs using cron automation in Instar.

Community
Advanced
๐Ÿ“ฆ In Repo
JKHeadleyJKHeadley

systematic-debugging

Diagnose bugs through a structured root-cause analysis workflow.

Community
Advanced
๐Ÿ“ฆ In Repo
JKHeadleyJKHeadley

instar-identity

Restore persistent agent identity from .instar files after session restarts.

Community
Advanced
๐Ÿ“ฆ In Repo
JKHeadleyJKHeadley

agent-passport

Verify an agent passport against proposed actions with EXO 3.0 compliance checks.

Community
Intermediate
๐Ÿ“ฆ In Repo
JKHeadleyJKHeadley

instar-feedback

Collect structured feedback for instar bugs, features, and improvements.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install instar?โ–ผ

Run `npx skills add JKHeadley/instar --all -g -y` in your terminal to install all skills in this suite globally.

How to give Claude Code persistent memory?โ–ผ

Instar stores identity and memory in files like AGENT.md and MEMORY.md, then uses hooks to re-inject them at every session start and after context compaction, so nothing is forgotten.

Can my agent run scheduled tasks while I sleep?โ–ผ

Yes. The instar-scheduler skill runs cron-based jobs that spawn real Claude Code sessions with full tool access, and reports results to your phone.

Does instar work with Telegram and WhatsApp?โ–ผ

Yes. It provides two-way messaging over Telegram, WhatsApp, Slack, and iMessage, so you can chat with your agent and receive alerts from anywhere.

Can I use instar skills without coding experience?โ–ผ

Yes. A guided setup wizard configures everything conversationally, and the agent handles the technical execution based on your plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’