tip
25Command Claude Code
Author a new contextual tip for Nimbalyst's tips system (transcript-inline tip cards with trigger/targeting rules).
Command Claude Code
Author a new contextual tip for Nimbalyst's tips system (transcript-inline tip cards with trigger/targeting rules).
Command Claude Code
Add help content tooltips to existing UI elements.
Command Claude Code
Create a tracking item in the Nimbalyst tracker system.
Command Claude Code
Update Anthropic Agent SDK, MCP library, and Codex SDK to latest versions.
Command Claude Code
Create a guided walkthrough for a feature or workflow.
Command Claude Code
Generate comprehensive test coverage for existing code.
Hook Claude Code
Runs before the agent uses a tool for mcp__nimbalyst-mcp__developer_git_commit_proposal tool calls, executing agent-test-gate.mjs via node. From nimbalyst/nimbalyst.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
Instructions file CodexOpenCode
Instructions for nimbalyst/nimbalyst: At the beginning of every AI session, read the root CLAUDE.md and any applicable package-level CLAUDE.md before taking actions.
Instructions file
Instructions for nimbalyst/nimbalyst, covering claude.md, critical rules (read first), keep commit messages and changelog entries short, write and run tests for behavioral changes and no dynamic imports in electron main process.
Agent
This document is a reference for implementing a new agent provider in Nimbalyst. It is the architectural counterpart to docs/AIPROVIDERTYPES.md (which is end-user / product oriented) and walks through every seam a new agent has to fit through: session start and resume, prompt handling, transcript output, tool calling…
Agent
Status: STUCK. Three approaches tried, none reliably solves the pre-edit race for update-kind filechange items. This doc captures everything learned so the next session can pick up cleanly without re-deriving.
Plugin Claude Code
Step-based animated explainer diagrams (.anim.json) for Nimbalyst.
Command
Create an animated explainer diagram (.anim.json) for a system, protocol, or process.
Skill Claude CodeCodex
Author animated technical explainer diagrams as .anim.json files for Nimbalyst's Animation editor. Use when the user wants to animate a diagram, show how a system/protocol/algorithm behaves over time, build a motion explainer, or turn a static architecture diagram into something that plays.
Command
Create or manage an automation.
Skill Claude CodeCodex
Author Nimbalyst Project Canvas boards (.canvas files) — an infinite canvas whose cards are live editors for real workspace files and shared documents, arranged spatially and wired with edges. Use when the user asks for a canvas, a board, a spatial layout of documents or mockups, a flow of screens, or a workspace…
Command
Create or modify Prisma-based data models for Nimbalyst's DataModelLM visual editor.
Skill Claude CodeCodex
Create visual data models for database schemas using Nimbalyst's DataModelLM editor. Use when the user wants to design a data model, database schema, entity relationship diagram, or Prisma schema.
Skill Claude CodeCodex
Create git commits using Nimbalyst's interactive commit proposal widget. ONLY use when the user explicitly clicks "Commit with AI" button or asks for "smart commit". For regular commit requests, use standard git commands instead.
Skill Claude CodeCodex
Create diagrams and visual drawings using Excalidraw (.excalidraw files). Use when the user wants flowcharts, architecture diagrams, system diagrams, sketches, or any visual diagram. For database schemas and entity relationship diagrams, use the DataModelLM extension instead.
Command
Create a new Nimbalyst extension project from a starter scaffold.
Skill Claude CodeCodex
Build, install, and hot-reload Nimbalyst extensions using MCP tools. Use when developing, testing, or iterating on Nimbalyst extensions.
Command
Guide the user through filing a feature request on the public Nimbalyst GitHub repo.