caelaxie
- 15 skills
- 0 followers
- 4 hours ago last updated
- ▌ Explain Diff HTML · caelaxieUse when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.
- ▌ Pr · caelaxieFallback GitHub pull-request creation/update workflow using the gh CLI. Use only when the current project does not define PR-specific guidelines, templates, or commands.
- ▌ Commit · caelaxieFallback git commit workflow using conventional commit messages. Use only when the current project does not define commit-specific guidelines, message formats, staging rules, or commands.
- ▌ D2lang · caelaxieGenerate, refactor, debug, and explain D2 diagrams using documented D2 language and CLI behavior. Use when requests mention D2, .d2 files, architecture/flow/ERD/sequence/class diagrams, imports, layers/scenarios/steps composition, D2 layout/style tuning, or D2 render/format/validate/export commands.
- ▌ Asd Ste100 · caelaxieApply ASD-STE100 Simplified Technical English principles to all prose the agent writes for humans — chat replies, status updates, documentation, explanations, commit messages, PR descriptions, design docs, and code comments. Use whenever writing or reviewing text a person will read, so that non-native English readers and translation tooling can parse it reliably. Adapted for software engineering; never apply to source code, identifiers, API names, external specs, or required technical terms.
- ▌ Review Team · caelaxieLaunch a six-role parallel agent team to perform comprehensive code review of attached changes, pull requests, or codebase sections. Use for deep multi-role analysis that requires high-precision, evidence-backed findings, severity ranking, global issue numbering, concrete fixes, and patch-style diffs.
- ▌ Codeberg CLI · caelaxie bundleUse Codeberg CLI (`cb`, package `codeberg-cli`) to authenticate, manage Codeberg or Forgejo repos, issues, PRs, releases, Actions, notifications, labels, milestones, and raw API calls. Use when Codex needs to interact with Codeberg/Forgejo from the terminal, log in with a PAT, create or review PRs on Codeberg, open issues, cut releases, dispatch workflows, or troubleshoot `cb` auth and repo resolution.
- ▌ 1password CLI · caelaxie bundleUse 1Password CLI (`op`) for secure secret access from the terminal. Use when Codex needs to sign in to 1Password, choose an account, inspect or build secret references, read a single secret with `op read`, inject secrets into a subprocess with `op run`, render config templates with `op inject`, or troubleshoot 1Password CLI auth and secret resolution.
- ▌ Bitwarden CLI · caelaxie bundleUse Bitwarden Password Manager CLI (`bw`) to authenticate, unlock a vault, manage `BW_SESSION`, configure cloud or self-hosted server settings, sync vault state, list or get vault objects, create or edit items with `bw get template`, `jq`, and `bw encode`, or safely lock and log out of terminal sessions. Use when Codex needs to work with Bitwarden vault data from the terminal or troubleshoot Bitwarden CLI auth, session, and object mutation behavior.
- ▌ Model Detector · caelaxie bundleDetect exact model identifiers used by Oh My Pi (OMP), Codex, OpenCode, coding-agent runners, CLI invocations, API requests, or application integrations from first-party metadata, config, logs, traces, and request or response evidence. Use concise runner-agnostic workflow here, then load runner-specific references as needed.
- ▌ Rust Guidelines · caelaxie bundleRust project engineering guidelines. Use in Rust projects and worktrees when writing, reviewing, refactoring, debugging, testing, documenting, or configuring Rust code. Apply the focused local references for covered topics, and use current official Rust docs when a task needs behavior or subdomain detail not covered here.
- ▌ SQL Antipatterns · caelaxie bundleUse when designing, reviewing, or writing SQL tables, schemas, and queries to detect and remediate SQL anti-patterns with PostgreSQL-first, constraint-backed designs and fail-closed migration guidance.
- ▌ Stash Override Rules · caelaxie bundleCreate, adjust, and validate Stash VPN overrides (`.stoverride`) and installable script packages (`.js` + wrapper override) for DNS, fake-IP filtering, rules, routing behavior, HTTP rewrite scripts, cron scripts, and one-click import links. Use when asked to build or troubleshoot Stash overrides, package a script so Stash can install it, use Script Hub patterns, install by URL, merge override patches into an active profile, or verify that override changes are taking effect at runtime.
- ▌ Hermes Plugin Development · caelaxieCreate or update Hermes general plugins with `plugin.yaml`, `register(ctx)`, tool schemas, handlers, hooks, slash commands, CLI commands, and discovery or enablement debugging. Use when asked to build a Hermes plugin, write `plugin.yaml`, implement `register(ctx)`, add Hermes tools or hooks, or troubleshoot plugin loading and opt-in enablement.
- ▌ Modified Karpathy Guidelines · caelaxieBehavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, apply pragmatic DRY refactors, control scope, surface assumptions, and verify outcomes.