Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing recall.py via python3. From AgentSystemLabs/nebula.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing recall.py via python3. From AgentSystemLabs/nebula.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing guard.py via python3. From AgentSystemLabs/nebula.
Settings file Claude Code
Agent settings declaring 2 hook events (UserPromptSubmit, PreToolUse).
Skill Claude CodeCodex
Record what was just worked on into the MEMORY LOG — an entry file in .claude/memory/entries/, one index line in .claude/MEMORY.md, and any durable trap into .claude/memory/gotchas.md — so the next agent starts with that context instead of rediscovering it. Use at the end of any task that changed code or behavior, or…
Skill Claude CodeCodex
Shape every reply to the user into one fixed layout — ==== YOU ASKED ==== (the refined prompt prompt-daddy logged, verbatim), ==== OVERVIEW ==== (what happened, a few plain sentences), ==== ACTION REQUIRED ==== (present if and only if the user must do something before the work is complete: numbered steps, exact…
Skill Claude CodeCodex
Keep TERMS.md — nebula's shared glossary of ALL-CAPS canonical names for its features, panels, keys, CLI commands, hook routes, daemon mechanisms, statuses and dev workflows — true after a task. Use at the end of every task, right after nebula-memory. Every run detects the vocabulary the task surfaced and runs…
Skill Claude CodeCodex
Before starting any new task, rewrite the user's prompt once into the best fully specified version of it — the ambiguous words closed, the unstated "keep X as-is" named, the why and the evidence in place, the user's aliases replaced by the ALL-CAPS TERMS from TERMS.md — asking the user only for the context the work…
Skill Claude CodeCodex
Cut a nebula release — verify the tree is green, commit, bump the workspace version, tag, push, and replace the auto-generated GitHub release notes with a real changelog. Use when the user says "do a release", "cut a release", "release this", "ship it", "commit and push and release", or asks for a new version. Also…
Cursor rule Cursor
Nebula shared work log — read before a task, append after.
Cursor rule Cursor
Nebula session auto-title (managed by nebula — edits are overwritten).
Instructions file CodexOpenCode
AGENTS.md instructions for AgentSystemLabs/nebula, covering nebula, the shared memory and vocabulary, before you start a task, speak in the terms and after you finish a task.
Instructions file
Claude Code instructions for AgentSystemLabs/nebula.
Plugin Claude Code
Plugin marketplace listing 1 plugin: agentsystem-essentials.
Plugin Claude Code
Essential shipping workflow — group a dirty working tree into clean commits, push the branch, and open a senior-engineer-quality GitHub PR with auto-applied labels and "might address #X" issue links.
Skill Claude CodeCodex
Generate an image from a text prompt using OpenAI's gpt-image-2 API and save it into the project. Use when the user asks to "generate an image", "make a hero image", "create an og image", "generate a logo/illustration/screenshot placeholder", "I need an image of X", or "/gpt-image-2 ". After the image is on disk…
Skill Claude CodeCodex
One-shot "ship it" — split a dirty working tree into logically grouped commits, create/push the branch if needed, and open a GitHub pull request with a senior-engineer-quality title, high-level (non-technical) description, auto-applied labels matched against the repo's existing label set, and "might address.
Skill Claude CodeCodex
Show Mermaid diagrams in Mission Control's diagram viewer instead of dumping raw syntax in the terminal. Use when the user asks for a diagram, flowchart, sequence diagram, architecture sketch, state machine, ER diagram, or any visual that Mermaid can render — and whenever a diagram would clarify a complex flow.…
Cursor rule Cursor
When running shell commands, always prefix with rtk. This reduces context usage by 60-90% with zero behavior change. If rtk has no filter for a command, it passes through unchanged — so it is always safe to use.
Instructions file
Instructions for AgentSystemLabs/launch-pad, covering claude.md, what this is, commands, one package and run the cli locally without building (workspace dev).