catalystctl avatar

catalystctl

Official

@catalystctl

0Followers
|
8Public Repos
|
47Published Skills

The modern open-source game server management panel. Rust core, native containerd runtime, one-line install.

Skills Distribution
DomainDeveloper To...Rust Core Extensio.. (35%)Terminal UI & Web .. (20%)Testing, QA & Prod.. (20%)Git, Release & Rep.. (15%)

Agent Skills by catalystctl

Showing 47 vetted skills indexed across 1 GitHub repositories.

catalystctlcatalystctl
10

extend-memory-tool

Adds new actions and parameters to the memory tool across schema, dispatch, and data model.

Official
Intermediate
catalystctlcatalystctl
10

match-official-cli-oauth

Port OAuth flows from official CLIs byte-for-byte into a coding-agent harness.

Official
Advanced
catalystctlcatalystctl
10

production-readiness-review

Audits a repository for production readiness with parallel reviewers, secrets scanning, and a go/no-go verdict.

Official
Advanced
catalystctlcatalystctl
10

e2e-test-core-tool

End-to-end test async Rust core tools against live infrastructure with ignored tokio tests and bash replication scripts.

Official
Advanced
catalystctlcatalystctl
10

plugin-authoring

Author and debug Catalyst Code plugins including hooks, custom tools, OAuth providers, and memory backends.

Official
Advanced
catalystctlcatalystctl
10

git-commit-all

Stage all working-tree changes and create a conventional commit with optional push and CI monitoring.

Official
Advanced
catalystctlcatalystctl
10

diagnose-stale-core-binary

Diagnose serde unknown-variant errors caused by stale running core binaries after updates.

Official
Intermediate
catalystctlcatalystctl
10

add-embedded-prompt-knowledge

Embeds concise capability pointers into the compiled core's always-injected system prompt.

Official
Intermediate
catalystctlcatalystctl
10

add-homebrew-tap

Creates Homebrew cask and formula templates with release automation for prebuilt CLI binaries.

Official
Advanced
catalystctlcatalystctl
10

review-and-fix-git-status

Reviews uncommitted git changes, fixes bugs, and re-runs CI gates until green.

Official
Advanced
catalystctlcatalystctl
10

core-event-to-web

Add a new Rust core wire event and surface it in the Next.js web frontend.

Official
Intermediate
catalystctlcatalystctl
10

add-core-tool

Adds new built-in agent-callable tools to the Rust core with schema, classification, and dispatch.

Official
Intermediate
catalystctlcatalystctl
10

ultrawork

Orchestrates parallel subagent execution lanes with acceptance criteria and lightweight verification evidence.

Official
Advanced
catalystctlcatalystctl
10

check-remove-stored-credentials

Inspect and delete stored OAuth tokens and API keys for provider authentication.

Official
Intermediate
catalystctlcatalystctl
10

add-tui-tool-renderer

Adds a per-tool block renderer to the Go TUI dispatcher for new core tools.

Official
Intermediate
catalystctlcatalystctl
10

setup-self-hosted-gh-runner

Configure ephemeral rootless Podman containers as self-hosted GitHub Actions runners via a systemd user service.

Official
Advanced
catalystctlcatalystctl
10

cleanup-podman-dead

Removes exited podman containers and pods while handling dependency errors.

Official
Basic
catalystctlcatalystctl
10

wire-tui-blocking-flyout

Wire core wire events into blocking modal flyouts in the Go TUI.

Official
Intermediate
catalystctlcatalystctl
10

test-windows-installer

Smoke-test PowerShell installer scripts with pwsh to catch exit and download failures.

Official
Intermediate
catalystctlcatalystctl
10

parallel-codebase-review

Dispatches parallel reviewer subagents to audit an entire codebase and synthesizes findings.

Official
Intermediate
catalystctlcatalystctl
10

add-key-provider

Adds key-auth model providers to the harness via config or provider.rs code changes.

Official
Advanced
catalystctlcatalystctl
10

publish-to-new-github-repo

Commit working-tree changes, create a private GitHub repo, and push the current branch.

Official
Intermediate
catalystctlcatalystctl
10

repository-documentation-factory

Audit repositories and generate evidence-backed documentation for commands, APIs, configuration, and workflows.

Official
Advanced
catalystctlcatalystctl
10

test-web-search

Tests the web_search tool end-to-end and diagnoses failures by backend error signature.

Official
Intermediate

Frequently Asked Questions About catalystctl

FAQPage Schema
What 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.