catalystctl
Official@catalystctl
The modern open-source game server management panel. Rust core, native containerd runtime, one-line install.
Agent Skills by catalystctl
Showing 47 vetted skills indexed across 1 GitHub repositories.
extend-memory-tool
Adds new actions and parameters to the memory tool across schema, dispatch, and data model.
match-official-cli-oauth
Port OAuth flows from official CLIs byte-for-byte into a coding-agent harness.
production-readiness-review
Audits a repository for production readiness with parallel reviewers, secrets scanning, and a go/no-go verdict.
e2e-test-core-tool
End-to-end test async Rust core tools against live infrastructure with ignored tokio tests and bash replication scripts.
plugin-authoring
Author and debug Catalyst Code plugins including hooks, custom tools, OAuth providers, and memory backends.
git-commit-all
Stage all working-tree changes and create a conventional commit with optional push and CI monitoring.
diagnose-stale-core-binary
Diagnose serde unknown-variant errors caused by stale running core binaries after updates.
add-embedded-prompt-knowledge
Embeds concise capability pointers into the compiled core's always-injected system prompt.
add-homebrew-tap
Creates Homebrew cask and formula templates with release automation for prebuilt CLI binaries.
review-and-fix-git-status
Reviews uncommitted git changes, fixes bugs, and re-runs CI gates until green.
core-event-to-web
Add a new Rust core wire event and surface it in the Next.js web frontend.
add-core-tool
Adds new built-in agent-callable tools to the Rust core with schema, classification, and dispatch.
ultrawork
Orchestrates parallel subagent execution lanes with acceptance criteria and lightweight verification evidence.
check-remove-stored-credentials
Inspect and delete stored OAuth tokens and API keys for provider authentication.
add-tui-tool-renderer
Adds a per-tool block renderer to the Go TUI dispatcher for new core tools.
setup-self-hosted-gh-runner
Configure ephemeral rootless Podman containers as self-hosted GitHub Actions runners via a systemd user service.
cleanup-podman-dead
Removes exited podman containers and pods while handling dependency errors.
wire-tui-blocking-flyout
Wire core wire events into blocking modal flyouts in the Go TUI.
test-windows-installer
Smoke-test PowerShell installer scripts with pwsh to catch exit and download failures.
parallel-codebase-review
Dispatches parallel reviewer subagents to audit an entire codebase and synthesizes findings.
add-key-provider
Adds key-auth model providers to the harness via config or provider.rs code changes.
publish-to-new-github-repo
Commit working-tree changes, create a private GitHub repo, and push the current branch.
repository-documentation-factory
Audit repositories and generate evidence-backed documentation for commands, APIs, configuration, and workflows.
test-web-search
Tests the web_search tool end-to-end and diagnoses failures by backend error signature.
Frequently Asked Questions About catalystctl
FAQPage SchemaWhat tasks can I accomplish with catalystctl's skills?▼
You can extend the Catalyst Code Rust core with new tools, config knobs, background tasks, and wire events; build Go TUI renderers and Next.js IDE panels; author plugins with hooks and OAuth providers; run parallel codebase reviews, adversarial e2e QA, and production-readiness audits; and manage git commits, releases, and Homebrew distribution.
Who are these skills designed for?▼
They target developers maintaining or extending the Catalyst Code harness: Rust engineers modifying the core, Go developers building the terminal UI, TypeScript developers working on the Next.js web frontend, and contributors handling provider authentication, plugin authoring, testing, and release engineering.
How do the testing and review skills work in practice?▼
Skills like e2e-test-core-tool run ignored tokio tests against live dependencies with bash replication scripts, while ultraqa runs hostile scenario matrices with test-diagnose-fix-retest loops. production-readiness-review fans out code reviewers plus secrets/PII scans and build gates, then synthesizes a go/no-go verdict.
What prerequisites do these skills assume?▼
Skills assume the Catalyst Code repository environment: a Rust core with serde-based wire protocols, a Go TUI, a Next.js web frontend, and the harness's plugin and subagent systems. Some skills require Linux with Podman for self-hosted runners, or pwsh for Windows installer smoke tests.
How do the parallel execution skills differ from each other?▼
ultrawork fans out independent tasks via subagents with acceptance criteria; ultragoal manages durable multi-goal execution through a repo-native .omp/ultragoal ledger with sequential stories; pi-subagents handles single, chain, parallel, and intercom-coordinated delegation; parallel-codebase-review specifically synthesizes findings from many concurrent reviewers.