Plugin Claude Code
A replicable agent development system: curated skills, plus a bootstrap for the external tools (GSD, caveman, ponytail) that complete the stack.
Plugin Claude Code
A replicable agent development system: curated skills, plus a bootstrap for the external tools (GSD, caveman, ponytail) that complete the stack.
Instructions file CodexOpenCode
Instructions for LFTPadilla/agent-dev-kit, covering agents.md — how agents use this repo, what this repo is, layers (do not collapse them), toolchain preferences and hard rules.
Skill Claude CodeCodex
Universal Harness Adapter — Delegate bounded coding-agent work across local agent harnesses (Pi, OpenCode, Codex CLI, Claude Code CLI, DHS). Use for explicit cross-harness requests, model comparisons, external-only runtimes, or named models requiring a CLI fallback. Do not use for generic requests to spawn subagents…
Skill Claude CodeCodex
Operate as an unsupervised, long-running task with no user questions after the user explicitly invokes that mode. Run a mandatory Plan + Research phase before execution, keep a journal and checkpoints, produce a final report, and only run shutdown or production steps when explicitly authorized in the same session.
Plugin Claude Code
Curated, dependency-free agent skills for everyday development work.
Command
Heavy, multi-lens adversarial review of GitHub PRs before merge. Fans out correctness, security, performance, quality, and ponytail lenses via Workflow, adversarially verifies each finding, and eliminates false positives. For simple, single-pass PR diff reviews, use github-code-review instead. Read-only — never posts…
Skill Claude CodeCodex
Audit, scaffold, or refactor any software repository into the Agent-Native Repository Architecture (ANRS-1.0) with Hub-and-Spoke context, O(1) REGISTRY.yaml, and shallow directory ergonomics.
Skill Claude CodeCodex
Renders network diagrams, flowcharts, and infrastructure diagrams as PNG images using SVG generation and sharp. Use when the agent needs to output a network diagram, system architecture, flowchart, or infrastructure map as a viewable image. Triggers on: "make a diagram", "render this network", "show infrastructure as…
Skill Claude CodeCodex
Use when the user requests diagrams, flowcharts, architecture diagrams, ER diagrams, UML / sequence / class diagrams, network topology, ML/DL model figures (Transformer/CNN/LSTM), mind maps, or any visualization. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that…
Skill Claude CodeCodex
Create Microsoft Excel .xlsx spreadsheets from tables, CSV/TSV, Markdown tables, or JSON data. Use when the user asks for Excel, spreadsheet, .xlsx, tabla editable, budget, inventory, report table, calculations, or data they need to open/edit in Microsoft Excel.
Skill Claude CodeCodex
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Skill Claude CodeCodex
Essential Git commands and workflows for version control, branching, and collaboration.
Skill Claude CodeCodex
Control Herdr, a terminal multiplexer for coding agents. Use only when the user explicitly mentions Herdr or asks to use Herdr to inspect or control panes, tabs, workspaces, commands, or another agent. Do not use merely because a task could benefit from a background terminal, delegation, or parallel work. Requires…
Skill Claude CodeCodex
Write in a direct, human, practical style with short sentences, active voice, and strict phrasing bans.
Skill Claude CodeCodex
Two-stage image generation workflow. First asks clarifying questions, then uses minimax for fast iterative drafts, then gemini-3-pro-image-preview for final polish. Trigger on image generation requests, editing/refining images, or when user wants to produce a final version.
Skill Claude CodeCodex
Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Strictly read-only on source code — never implements, fixes, or refactors anything itself. Use when asked to audit a codebase, find improvement opportunities (bugs, security…
Skill Claude CodeCodex
Develop, debug, test, or review Java/JVM repositories without guessing their stack. Use for Java, Maven, Gradle, JUnit, Mockito, Testcontainers, Spring Boot, JVM toolchains, build failures, test failures, coverage, or Java CI work. Discovers wrappers and pinned JDK settings first, preserves project conventions, uses…
Skill Claude CodeCodex
Find dead code, unused files, unused exports, and unused dependencies in a JavaScript/TypeScript project using knip. Use before a refactor, before a PR, or when the user asks to clean up bloat, remove unused deps, or shrink the codebase.
Skill Claude CodeCodex
Exploratory QA of a running app by driving a real browser like a user via the Playwright MCP server. Use when the user wants to "QA" a feature live, walk a flow as a real user, smoke-test before a PR, or find issues that scripted specs miss. Complements deterministic Playwright specs — this is the human-like…
Skill Claude CodeCodex
Explicit orchestrator mode for Antigravity, Codex, Claude Code, PI, or OpenCode. Use only when the user says "$orchestrate", "orchestrate", "orquestar", "orquestrar", "delegate to subagents/workers", "use cheaper models", "keep your context clean", or asks to route work through GSD with subagents. Plans, decomposes…
Skill Claude CodeCodex
Work with PDF files using the environment's built-in PDF and document tools. Use when the user wants to inspect, summarize, split, merge, compress, or convert PDFs.
Skill Claude CodeCodex
Make a Playwright E2E suite stable and realistic — kill flaky tests and authenticate like a real user via storageState (login once, reuse). Use when E2E tests are flaky, slow, re-login in every test, mock auth instead of using it, or when hardening a suite before relying on it.
Skill Claude CodeCodex
A pattern → severity → fix checklist for reviewing security-sensitive code (auth, payments, user input, file uploads, webhooks). Use as the LLM-reasoning complement to a deterministic SAST scan — semgrep catches known patterns, this catches the contextual ones. Run on any diff touching a trust boundary.
Skill Claude CodeCodex
Run static analysis (SAST) over the codebase with semgrep to find real bug and security patterns — injection, auth gaps, secret handling, dangerous APIs. Use before a security-sensitive PR, on auth/payment/data-handling code, or when the user asks for a deterministic security scan.