instar
Persistent memory, scheduling, and messaging for coding agents
All Skills in This Repository (22)
Pure Emerald Level Indicatorssecret-setup
Configure secret storage for an Instar agent across Bitwarden, local encrypted storage, or manual handling.
test-as-self
Validate throwaway Instar deployments and detect health regressions from lease and log artifacts.
instar-project
Manage multi-spec project lifecycles through the instar /projects API.
autonomous
Enforce stateful task tracking and verified stop conditions for autonomous coding sessions.
setup-wizard
Orchestrate conversational onboarding and write identity, user, memory, and configuration files for Instar agents.
spec-converge
Run parallel internal and external spec reviews until convergence.
agent-identity
Create persistent agent identity files for Claude Code sessions.
instar-scheduler
Schedules recurring agent jobs using cron automation in Instar.
systematic-debugging
Diagnose bugs through a structured root-cause analysis workflow.
instar-identity
Restore persistent agent identity from .instar files after session restarts.
agent-passport
Verify an agent passport against proposed actions with EXO 3.0 compliance checks.
instar-feedback
Collect structured feedback for instar bugs, features, and improvements.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core