bstack
01Plugin Claude Code
AI coding assistant toolkit - Claude Code, OpenCode, and more.
Plugin Claude Code
AI coding assistant toolkit - Claude Code, OpenCode, and more.
Instructions file
Instructions for baleen37/bstack, covering me, purpose, key files, subdirectories and for ai agents.
Plugin Claude Code
Jira work guidance via the official Atlassian twg CLI.
Skill Claude CodeCodex
Use the twg CLI for Jira reads and safe Jira mutations.
Skill Claude CodeCodex
Route Jira work through the official Atlassian Teamwork Graph CLI.
Plugin Claude Code
Autonomous experiment loop — iteratively optimize any metric with git-tracked experiments.
Command
Start or resume an autonomous experiment iteration.
Skill Claude CodeCodex
Set up and run an autonomous experiment loop for any optimization target. Use when asked to "run autoresearch", "optimize X in a loop", "set up autoresearch for X", or "start experiments".
Plugin Claude Code
Datadog observability guidance via the pup CLI.
Skill Claude CodeCodex
Use the Datadog pup CLI for logs, monitors, APM, metrics, and incident investigation.
Plugin Claude Code
AI coding assistant toolkit - git workflow protection, session handoff, context management, and development automation.
Agent
Use this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Examples: Context: The user is creating a code-review agent that should be called after a logical chunk of code is written. user: "I've finished implementing the user authentication…
Agent
Use this agent to find and verify external reference material from official documentation, APIs, registries, standards, papers, releases, GitHub sources, and reputable web sources. Do not use for codebase exploration or local bug investigation.
Agent
Use this agent for security-focused launch review before shipping production-bound changes. It audits secrets exposure, auth/authz, injection risks, dependency and supply-chain risk, data handling, and config/env safety. Report findings with severity and concrete evidence.
Agent
Use this agent for test coverage and verification review before shipping production-bound changes. It checks changed behavior coverage, happy paths, edge cases, error paths, regressions, flaky risk, and the commands needed to prove readiness.
Hook
Runs when a git worktree is created, executing setup-worktree.sh via bash. From baleen37/bstack.
Hook
Runs before the agent uses a tool for Bash:git tool calls, executing commit-guard.sh. From baleen37/bstack.
Hook
Runs when a session starts, executing agent-status.sh. From baleen37/bstack.
Hook
Runs when you submit a prompt, before the agent sees it, executing agent-status.sh. From baleen37/bstack.
Hook
Runs when the agent asks permission for an action, executing agent-status.sh. From baleen37/bstack.
Hook
Runs when the agent finishes a response, executing agent-status.sh. From baleen37/bstack.
Hook
Runs when a session ends, executing agent-status.sh. From baleen37/bstack.
Skill Claude CodeCodex
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…
Skill Claude CodeCodex
Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.