VerifiedGit
v1.0.0

/instar-dev

by @JKHeadley0 pulls
URLopenbooklet.com/s/instar-dev
Pinnedopenbooklet.com/s/instar-dev@1.0.0
APIGET /api/v1/skills/instar-dev

**Audience:** this skill is for the instar-developing agent (Echo, or any agent assigned instar-dev responsibilities). It is NOT a user-facing skill. End users of instar should never invoke `/instar-dev` and will never see it in their workflow — it runs at the infrastructure-developer layer, not t

14 skills from this repoJKHeadley/instar
/instar-devviewing
/spec-convergeskills/spec-converge/SKILL.md

**Audience:** the instar-developing agent. End users do not invoke this. Throughout this document, "the agent" refers to the instar-developing agent running the skill.

agent-identity — Persistent Agent Identity for Claude Codeskills/agent-identity/SKILL.md

Without identity infrastructure, every Claude Code session starts from zero. The agent has no name, no remembered preferences, no sense of who it works with or what it has learned. Context compaction erases everything mid-session. This skill fixes that — no external tools required.

agent-memory — Cross-Session Memory Patterns for Claude Codeskills/agent-memory/SKILL.md

Claude Code has no memory between sessions by default. Every conversation starts blank. But a project's knowledge accumulates — commands discovered, patterns debugged, preferences revealed, mistakes made and corrected. Without persistence, that knowledge is lost every time the window closes.

command-guard — Block Dangerous Commands Before They Executeskills/command-guard/SKILL.md

Claude Code runs shell commands, edits files, and manages infrastructure with real consequences. Without guardrails, a misunderstood instruction or a hallucinated flag can delete data, corrupt history, or expose credentials. This skill installs a PreToolUse hook that blocks the most dangerous operat

instar-feedback — Structured Feedback Collection and Relayskills/instar-feedback/SKILL.md

Instar has a built-in feedback system that routes issues and feature requests directly to the instar maintainers. Your agent is not just using instar — it's part of the ecosystem that improves it. Every bug report, feature request, and observation lifts all ships.

instar-identity — Persistent Agent Identity Across Sessionsskills/instar-identity/SKILL.md

Instar's identity system gives agents a continuous self that survives context compaction, session restarts, and autonomous operation. Identity isn't stored in context — it's stored in infrastructure. Structure over willpower.

instar-scheduler — Schedule Recurring Agent Tasksskills/instar-scheduler/SKILL.md

Instar's job scheduler lets you define tasks that run automatically on a cron schedule. Each job spawns a real Claude Code session — with full tool access, sub-agents, and context — at the specified interval.

knowledge-base -- Searchable Knowledge Base for Instar Agentsskills/knowledge-base/SKILL.md

Build a searchable knowledge base from external sources -- URLs, documents, transcripts, PDFs. Uses the existing MemoryIndex (FTS5) for search, so no new dependencies.

secret-setup.claude/skills/secret-setup/skill.md

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

Side-Effects Review — /instar-dev skill + enforcement hooksupgrades/side-effects/instar-dev-skill.md

**Version / slug:** `instar-dev-skill` **Date:** `2026-04-15` **Author:** Echo (autonomous, forward-plan Track 1) **Second-pass reviewer:** self-review on the first commit (bootstrap exception applies); will be covered by independent review on first non-bootstrap change through the skill

Side-Effects Review — rollback-from-artifact built-in skillupgrades/side-effects/pr-gate-phase-a-commit-6-rollback-skill.md

**Version / slug:** `pr-gate-phase-a-commit-6-rollback-skill` **Date:** `2026-04-17` **Author:** `Echo (instar-developing agent)` **Second-pass reviewer:** `not required — skill registration, inert at rest, no runtime surface until explicitly invoked`

smart-web-fetch — Token-Efficient Web Content Fetchingskills/smart-web-fetch/SKILL.md

Fetching a webpage with the default WebFetch tool retrieves full HTML — navigation menus, footers, ads, cookie banners, and all. For a documentation page, 90% of the tokens go to chrome, not content. This script fixes that by trying cleaner sources first.

systematic-debugging — Structured Root Cause Analysis for Agentsskills/systematic-debugging/SKILL.md

When something breaks, the instinct is to start changing code — adding logs, tweaking values, commenting things out. This is probing, not debugging. Probing works sometimes, but it scales poorly and teaches nothing. Structured debugging finds the root cause, fixes it once, and leaves you understan

Auto-indexed from JKHeadley/instar

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0