AgentSystemLabs

19 mods across 3 repositories, 209 stars between them.

UserPromptSubmit

01

AgentSystemLabs/nebula

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing recall.py via python3. From AgentSystemLabs/nebula.

100 +5 yesterday A tokens not measured original MIT

PreToolUse

02

AgentSystemLabs/nebula

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing guard.py via python3. From AgentSystemLabs/nebula.

100 +5 yesterday A tokens not measured original MIT

nebula

03

AgentSystemLabs/nebula

Settings file Claude Code

Agent settings declaring 2 hook events (UserPromptSubmit, PreToolUse).

100 +5 yesterday A tokens not measured original MIT

nebula-memory

04

AgentSystemLabs/nebula

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…

100 +5 yesterday B 136 tokens original MIT

output-doctor

05

AgentSystemLabs/nebula

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…

100 +5 yesterday A 192 tokens original MIT

project-terms

06

AgentSystemLabs/nebula

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…

100 +5 yesterday A 183 tokens original MIT

prompt-daddy

07

AgentSystemLabs/nebula

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…

100 +5 yesterday A 154 tokens original MIT

release

08

AgentSystemLabs/nebula

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…

100 +5 yesterday D 88 tokens original MIT

nebula-memory

09

AgentSystemLabs/nebula

Cursor rule Cursor

Nebula shared work log — read before a task, append after.

100 +5 yesterday B 350 tokens original MIT

nebula-title

10

AgentSystemLabs/nebula

Cursor rule Cursor

Nebula session auto-title (managed by nebula — edits are overwritten).

100 +5 yesterday A 149 tokens original MIT

nebula AGENTS.md

11

AgentSystemLabs/nebula

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.

100 +5 changed today B 1,263 tokens original MIT

AgentSystemLabs/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.

87 4mo ago A tokens not measured

gpt-image-2

15

AgentSystemLabs/essentials

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…

87 4mo ago A 0 tokens

ship-pr

16

AgentSystemLabs/essentials

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.

87 4mo ago A 69 tokens

diagram

17

AgentSystemLabs/launch-pad

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.…

22 1mo ago A 97 tokens original MIT

cursorrules

18

AgentSystemLabs/launch-pad

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.

22 1mo ago C 428 tokens original MIT

AgentSystemLabs/launch-pad

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).

22 1mo ago A 7,830 tokens original MIT