IsaiaScope

27 mods across 1 repository, 2 stars between them.

marketonfire

01

IsaiaScope/ai

Plugin Claude Code

Plugin marketplace listing 2 plugins: isaiascope-eng, isaiascope-social.

2 3d ago A tokens not measured original MIT

PreToolUse

02

IsaiaScope/ai

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.

2 3d ago A tokens not measured copy · 100% MIT

ai

03

IsaiaScope/ai

Settings file Claude Code

Agent settings declaring 1 hook event (PreToolUse).

2 3d ago A tokens not measured copy · 100% MIT

ai AGENTS.md

04

IsaiaScope/ai

Instructions file CodexOpenCode

Instructions for IsaiaScope/ai, covering agents.md, install / update, architecture, adding a skill and plugin marketplace.

2 3d ago B 2,398 tokens original MIT

ai CLAUDE.md

05

IsaiaScope/ai

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.

2 3d ago A 3 tokens copy · 100% MIT

domain

06

IsaiaScope/ai

Agent

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

2 3d ago A 0 tokens copy · 72% MIT

issue-tracker

07

IsaiaScope/ai

Agent

Issues and specs for this repo live as GitHub issues. Use the gh CLI for all operations.

2 3d ago A 0 tokens copy · 100% MIT

triage-labels

08

IsaiaScope/ai

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.

2 3d ago A 0 tokens copy · 81% MIT

isaiascope-eng

09

IsaiaScope/ai

Plugin Claude Code

isaiascope-eng. Personal AI config layer — skills for Claude Code and Codex, agent rules, and CLAUDE.md.

2 3d ago A tokens not measured original MIT

isaiascope-social

10

IsaiaScope/ai

Plugin Claude Code

isaiascope-social. Personal AI config layer — skills for Claude Code and Codex, agent rules, and CLAUDE.md.

2 3d ago A tokens not measured original MIT

hetzner-create

11

IsaiaScope/ai

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…

2 3d ago A 122 tokens original MIT

hetzner-delete

12

IsaiaScope/ai

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.…

2 3d ago A 112 tokens original MIT

hetzner-ssh

13

IsaiaScope/ai

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…

2 3d ago B 136 tokens original MIT

hetzner-update

14

IsaiaScope/ai

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…

2 3d ago A 151 tokens original MIT

iso-ai-init

15

IsaiaScope/ai

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…

2 3d ago B 89 tokens original MIT

iso-commit

16

IsaiaScope/ai

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…

2 3d ago A 103 tokens original MIT

iso-config

17

IsaiaScope/ai

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…

2 3d ago B 89 tokens original MIT

iso-init-repo

18

IsaiaScope/ai

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.

2 3d ago A 57 tokens original MIT

iso-issue-tracking

19

IsaiaScope/ai

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…

2 3d ago A 88 tokens original MIT

iso-plan

20

IsaiaScope/ai

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…

2 3d ago A 97 tokens original MIT

iso-push

21

IsaiaScope/ai

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…

2 3d ago A 118 tokens original MIT

iso-readme

22

IsaiaScope/ai

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…

2 3d ago A 104 tokens original MIT

iso-review

23

IsaiaScope/ai

Skill Claude CodeCodex

Take the work sitting on this branch and make it better, then check it. Three phases, in one order.

2 3d ago A 0 tokens original MIT

iso-spawn

24

IsaiaScope/ai

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…

2 3d ago A 102 tokens original MIT