Models

Primary
GPT 5.6 Sol

Primary Codex model for implementation, debugging, review, and repository-level reasoning.

Best code output and amazing tool calling. It does exactly what I tell it to, no more and no less. The only real downside is frontend work, but with good prompting and actual human taste it can still produce good results.

Secondary
GLM-5.2

Secondary GLM model kept alongside the turbo profile for broader Z.AI coverage.

Gemini 3.5 Flash

Fast multimodal model reached through Antigravity CLI prompt runs.

GPT Codex 5.3 Spark

Lightweight Codex model for fast, low-cost coding tasks.

Harnesses

Primary
Codex CLI

Primary terminal harness for code edits, tool execution, browser checks, and sub-agent orchestration.

After using OpenCode exclusively for months and spending too much time tweaking it or fixing issues, Codex CLI is a breath of fresh air. It does everything I need cleanly, and I genuinely have no complaints. I hope OpenAI models stay SOTA so I can keep using it forever, and I hope they do not enshittify it. If I did not main GPT models, I would probably switch to Pi or Droid CLI, maybe with T3 Code as a GUI, since the few times I have used them they have been pretty neat too.

Secondary
Hermes Agent

Secondary AI assistant for persistent terminal sessions, alternate model judgment, and parallel operator loops.

I use this through Discord as my personal AI assistant. Hermes fans love to say it is miles better than OpenClaw, but honestly it is not; it is as rough as most other AI assistants. It has given me a ton of headaches and breaks with almost every update because they keep adding sloppy PRs.

Antigravity CLI

Secondary prompt-run harness used with -p workflows to access Gemini 3.5 Flash, not as a coding-agent replacement.

Do not get me wrong, this harness sucks. I have a Google AI Pro plan with a generous Gemini 3.5 Flash quota, and since the only practical way I can use it is through their harness, I resort to agy -p wherever I do not need much intelligence and I do not want to use my Z.ai/GLM quota.

AGENTS.md

Loading raw operating manual...

Hooks

PreToolUse | Bash Safety

Routes rm commands through trash instead of permanent deletion.

PreToolUse | RTK Rewrite

Routes Bash through the local RTK rewrite guard when supported.

SessionStart | lintcn Setup

Runs the lintcn setup command at session start.

SessionStart | Residue Start

Starts Residue session capture.

Stop | Residue Finish

Ends Residue session capture.

Stop | lintcn Check

Runs the lintcn stop check.

MCPs

discord-py-self

Active Discord automation server.

codebase-memory-mcp

Structural code intelligence through a local MCP knowledge graph.

fff

Fast file finder with frecency-backed grep and filename discovery.

grep-app

Browser-backed grep.app research bridge.

markitdown-mcp

Document-to-markdown conversion server.

mcp-vnc

Remote visual-control server.

perplexity-webui

Rendered Perplexity research bridge.

reddit-mcp-buddy

Reddit research server.

gitquarry

GitHub repository search and inspection server.

opensrc-mcp

Source package fetch and cache server.

github

GitHub API server.

kagi-mcp

Kagi search, extract, summarize, and assistant server.

parkour-mcp

Code-profile research and repository navigation server.

ghidra-headless-mcp

Ghidra reverse engineering server for headless binary analysis and decompilation.

oracle

Outbound second-model consultation via API or browser automation.

ida-pro-mcp

IDA Pro reverse engineering server for binary analysis and decompilation.

openaiDeveloperDocs

OpenAI developer documentation server for API references and integration guides.

CLI

rtk

Shell-command rewrite guard for routing noisy Bash calls into supported local tool invocations.

kagi-cli

Runs Kagi search, extraction, summarization, and assistant queries from the terminal.

fff

Fast local file finder with grep, frecency-ranked paths, and fuzzy filename discovery.

codebase-memory-mcp

Local MCP knowledge graph for structural code intelligence.

agent-browser

Browser automation for rendered checks, screenshots, clicks, forms, and page inspection.

lit

LiteParse document parsing for PDFs, Office files, screenshots, and local images.

gitquarry

GitHub repository discovery, ranking, and source inspection.

opensrc

Dependency source fetching and local cache access.

markit

Markdown conversion for files, URLs, and streams.

residue

Session provenance capture, verification, and upload.

egaki

Terminal-driven image generation and editing.

mullgate

Turns Mullvad into authenticated SOCKS5, HTTP, and HTTPS proxies.

rg

Default raw text and filename search command.

jj

Canonical version-control interface for colocated Git repositories.

lintcn

Type-aware semantic linting for project-specific invariants.

optimo

Image and video optimization through format-specific compression pipelines.

facts

Atomic, validatable truth statements about a project, managed as .facts files.

clawpatch

Semantic code review with feature mapping, findings persistence, and automated patching.

browserstack

Cloud-based real device and browser testing via CLI.

crabbox

Remote testbox CLI for leasing cloud boxes, syncing diffs, and running test suites off-box.

Skills

crabboxPersonal- Operate Crabbox leases, machine inventory, and configured template boxes.
dft-writingPersonal- Generates long-form prose through the Deft Writing API with proxy support.
grill-with-docsFavourite- Stress-tests decisions against the project glossary and captures resolved language.
grill-meFavourite- Runs focused design interviews until assumptions and tradeoffs are explicit.
compact-handoffFavourite- Preserves task state across context compaction and resume boundaries.
repository-test-designPersonal- Designs tests that catch real defects instead of shallow snapshot churn.
optimoPersonal- Optimizes images and videos through local media pipelines.
namingPersonal- Structured naming system for private operator use.
thermo-nuclear-code-quality-reviewFavourite- Runs strict maintainability reviews.
mermaid-diagramsPersonal- Produces useful GitHub-compatible diagrams for systems, flows, and architecture.
language-selectionPersonal- Chooses implementation languages from constraints instead of taste alone.
create-cliFavourite- Shapes command-line interfaces, flags, help text, errors, and output contracts.
dynamic-workflowsFavourite- Orchestrates large tasks into supervised workflows with approval gates and subagents.
animated-faviconsPersonal- Build animated favicons with canvas, badges, and progress indicators.
apple-designFavourite- Apple's fluid interface design and physical motion, translated for the web.
grill-with-factsPersonal- Stress-tests a plan through design grilling and records decisions in .facts files.
make-interfaces-feel-betterFavourite- Polished UI, animations, hover states, and micro-interactions.
emil-design-engFavourite- UI polish, component design, and invisible details for great-feeling software.
changelogFavourite- Generates changelog entries from git history following Keep a Changelog conventions.
bugbashFavourite- Systematically explores software projects to find bugs with full reproduction evidence.
bughuntFavourite- Autonomous pipeline to discover, triage, fix, and audit bugs using parallel subagents.
commit-helperFavourite- Generates clear commit messages from git diffs following Conventional Commits.
ideateFavourite- Timeboxed brainstorming via propose-and-critique subagent pairs.
release-helperFavourite- Automates git tag creation and GitHub release workflows.
oracleFavourite- Bundle prompts and files for second-model review via API or browser.
quality-codeFavourite- Type safety, real tests, and picking the right abstractions.
review-animationsFavourite- Review animation code against a high craft bar.
write-better-error-messagesFavourite- Review and rewrite error messages and error-handling UX.
codebase-memory-mcpPersonal- Structural code intelligence through a local MCP knowledge graph.
domain-modelingFavourite- Build and sharpen a project's domain model and ubiquitous language.
codebase-designFavourite- Shared vocabulary for designing deep modules with clear interfaces.
grillingFavourite- Interview the user relentlessly about a plan or design before building.
idea-generatorPersonal- Generate concrete, codebase-grounded improvement ideas as an issue-style report.
teachFavourite- Teach a new skill or concept within the workspace.
transitions-devFavourite- Production-ready CSS transitions for web apps.
writing-great-skillsFavourite- Reference for writing and editing skills well.
timeboxed-iteratingFavourite- Run a task iteratively via subagents for a user-specified duration.
animation-vocabularyFavourite- Reverse-lookup glossary for web animation and motion effect terms.
cli-reviewFavourite- Run Greptile CLI review for the current local branch.
greploopFavourite- Iteratively improve a PR until Greptile scores 5/5.
improve-animationsFavourite- Survey animation code and produce prioritized audit plans.
resolving-merge-conflictsFavourite- Resolve in-progress git merge and rebase conflicts.
wayfinderFavourite- Plan huge work as a shared map of investigation tickets.
better-colorsFavourite- OKLCH color space conversion, palettes, and contrast for web.
better-typographyFavourite- Web typography from font selection to spacing and accessibility.
better-uiFavourite- Design engineering principles for polished interfaces.
effect-program-designPersonal- Design and review Effect service modules using the deep module pattern.
improve-codebase-architecturePersonal- Scan a codebase for deepening opportunities and grill through them.

Image Generation

Primary
gpt-image-2

Primary image generation and editing model exposed through the local image pipeline.

Workspace

VPS

Active remote compute anchor for this operator environment.

agent-deck

Agent workspace dashboard for supervising local operator surfaces.

tmux

Workspace manager enabling persistent background sessions and multi-pane splits.

Tailscale

Zero-config mesh VPN based on WireGuard for secure remote workspace access.

Tabby

Terminal client used as one of the active remote-work surfaces.

Termius

SSH/session manager used for remote access and connection organization.

Socket Firewall

Package-install firewall for supply-chain risk checks.