talayash/agentrium

A Modern Multi-Instance Terminal Manager for Claude Code

39Stars on the repository
50Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add-command

01

talayash/agentrium

Command Claude Code

Add a new Tauri IPC command named $ARGUMENTS. If the name is not provided, ask the user.

39 yesterday A 0 tokens original MIT

add-component

02

talayash/agentrium

Command Claude Code

Create a new React component named $ARGUMENTS in src/components/. If no name is provided, ask the user.

39 yesterday A 0 tokens original MIT

build-fix

04

talayash/agentrium

Command Claude Code

Automatically detect and fix build errors with minimal changes.

39 yesterday A 0 tokens original MIT

changelog

05

talayash/agentrium

Command Claude Code

Generate a changelog for version $ARGUMENTS by analyzing git history.

39 yesterday A 0 tokens original MIT

checkpoint

06

talayash/agentrium

Command Claude Code

Create a git checkpoint to safely save current progress.

39 yesterday A 0 tokens original MIT

dev

07

talayash/agentrium

Command Claude Code

Start the Tauri dev server with hot-reload by running npm run tauri dev -- --features devtools in the project root. The devtools feature enables Chrome DevTools in the webview (disabled in production builds for security).

39 yesterday A 0 tokens original MIT

errors

08

talayash/agentrium

Command Claude Code

You are pulling end-user error/exception reports stored by the ct-analytics Cloudflare Worker (D1 table errors) and writing a human-readable summary inline. Errors are populated by POST /errorreport from three sources: rustpanic, rustcommand, frontend. Retention is 90 days.

39 yesterday A 0 tokens original MIT

plan

11

talayash/agentrium

Command Claude Code

Create a detailed implementation plan before writing any code.

39 yesterday A 0 tokens original MIT

publish

12

talayash/agentrium

Command Claude Code

You are performing a full release of ClaudeTerminal. Follow every step below in order. Stop and ask the user if anything is ambiguous or fails.

39 yesterday A 0 tokens original MIT

refactor-clean

13

talayash/agentrium

Command Claude Code

Find and safely remove dead code, unused imports, and unused dependencies.

39 yesterday A 0 tokens original MIT

review-pr

15

talayash/agentrium

Command Claude Code

Review the PR at $ARGUMENTS (a PR number or URL). Fetch the diff and changed files, then check for.

39 yesterday A 0 tokens original MIT

security-review

16

talayash/agentrium

Command Claude Code

Run a security audit on the codebase or recent changes.

39 yesterday A 0 tokens original MIT

tdd

17

talayash/agentrium

Command Claude Code

Implement a feature using strict Test-Driven Development.

39 yesterday A 0 tokens original MIT

verify

18

talayash/agentrium

Command Claude Code

Run a full verification pipeline to check project health.

39 yesterday A 0 tokens original MIT