marketonfire
01Plugin Claude Code
Plugin marketplace listing 2 plugins: isaiascope-eng, isaiascope-social.
Plugin Claude Code
Plugin marketplace listing 2 plugins: isaiascope-eng, isaiascope-social.
Hook Claude Code
Runs before the agent uses a tool for Bash, Read and Glob tool calls, running an inline shell check (2 commands). From IsaiaScope/ai.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
Instructions file CodexOpenCode
Instructions for IsaiaScope/ai, covering agents.md, install / update, architecture, adding a skill and plugin marketplace.
Instructions file
Instructions for IsaiaScope/ai, a project described as: Personal AI config layer — skills for Claude Code and Codex, agent rules, and CLAUDE.md.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and specs for this repo live as GitHub issues. Use the gh CLI for all operations.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Plugin Claude Code
isaiascope-eng. Personal AI config layer — skills for Claude Code and Codex, agent rules, and CLAUDE.md.
Plugin Claude Code
isaiascope-social. Personal AI config layer — skills for Claude Code and Codex, agent rules, and CLAUDE.md.
Skill Claude CodeCodex
Provision a new hardened Hetzner VPS end to end. Sets up the local toolchain if missing (hcloud CLI, API context, SSH keypair, sshconfig Include), then creates the server with the firewall attached and cloud-init hardening applied at first boot, verifies SSH comes up on the non-standard port, and registers it in the…
Skill Claude CodeCodex
Destroy a Hetzner VPS safely and clean up everything it leaves behind. Refuses protected servers, shows the full blast radius, takes a snapshot first, requires the server name typed out to confirm, then deletes and sweeps the orphans it leaves in the fleet roster, ssh config, knownhosts, and Hetzner-side resources.…
Skill Claude CodeCodex
Connect to a Hetzner VPS over SSH and end up in a position to actually work on it. Reads the fleet roster at /.config/hetzner/hetzner.json, unlocks the ed25519 key from the macOS keychain, opens a multiplexed connection to a hardened host (key-only, non-standard port), verifies it is the right box, and hands back a…
Skill Claude CodeCodex
Align the version of a self-hosted open-source app between your Mac and a Hetzner VPS, upgrading whichever side is behind. Reads the software registry at /.config/hetzner/hetzner.json, compares both halves, classifies every release in between as safe or breaking, and stops for approval before crossing a breaking…
Skill Claude CodeCodex
Initialize AI defaults. Global steps run anywhere — install/verify caveman (ultra + shrink + statusline) and shrink any allowlisted MCP server that is present and stdio-launchable. Repo-scoped steps (graphify CLI install + /graphify wiring) run only inside a git repo. A gate decides which steps apply. Use when the…
Skill Claude CodeCodex
Write a commit message and commit. Conventional Commits subject (type(scope): message), body is a plain dot list of what the work does — only when the subject doesn't already cover it. No Co-Authored-By, no AI attribution, no LLM filler. Stages everything by default; --staged commits the index only. Use when invoked…
Skill Claude CodeCodex
Read and check the Iso config that every iso- skill uses — branch vocabulary, paths, tracker, terminal, identity. Two scopes merged per key: /.config/iso/iso.json describes you, docs/iso/config.json describes one repo. Use when invoked as /iso-config [init|show|doctor], when a skill reports a missing or wrong config…
Skill Claude CodeCodex
Set up a repo with IsaiaScope governance defaults — GitHub repo creation, prod/test/dev branch structure with protection, and branch-gate CI enforcing the cascade order. Use when the user runs /iso-init-repo or asks to set up repo governance.
Skill Claude CodeCodex
Record agent work on the work tracker every iso- skill files against. The iso- chain drives the ticket at its own boundaries — /iso-plan opens it, /iso-write moves it, /iso-push closes it with a retro — and you open or bind rows by hand for work with no plan behind it. Use when a request changes something durable…
Skill Claude CodeCodex
Planning-only chain. Runs brainstorming → grilling → (prototype, only when needed) → writing-plans in order, then renders a visual summary of the finished plan file. Inside a repo the grill step uses grill-with-docs and halts if setup-matt-pocock-skills has not been run; outside a repo it uses grill-me. No state, no…
Skill Claude CodeCodex
Push committed work, open a PR against dev, and land it with a merge commit so no commit is ever rewritten or duplicated. Use when invoked as /iso-push [--pr] [--cascade test|prod] [--no-merge] [--stay], or when asked to push a branch, open a PR against dev, or promote dev to test or prod. Requires a dev or develop…
Skill Claude CodeCodex
Write or refine README files in the IsaiaScope house style — curated shieldcn (shadcn-styled) badges, context-aware layout (repo root/app · skill · lib/pkg), scannable prose — then commit only the README changes and push. Global, stack-agnostic (node, python, rust, go, docs-only, monorepo). Use when invoked as…
Skill Claude CodeCodex
Take the work sitting on this branch and make it better, then check it. Three phases, in one order.
Skill Claude CodeCodex
Spawn a codex or claude agent in its own herdr tab inside the SAME workspace where the skill runs, with full permissions and an optional auto-running prompt. Use when the user wants to spawn/open/launch a codex or claude tab/agent/panel in the current herdr workspace, dispatch a task to a sub-agent beside the current…