Plugin Claude Code
Plugin marketplace listing 17 plugins: session-manager, harness-engineer, git-tools, enkira-infisical, enkira-cloudflare-dns.
Plugin Claude Code
Plugin marketplace listing 17 plugins: session-manager, harness-engineer, git-tools, enkira-infisical, enkira-cloudflare-dns.
Instructions file
Claude Code instructions for enkira-ai/claude-plugins, covering enkira ai claude code plugin marketplace, marketplace setup, repository structure, adding a new plugin and adding a new skill to an existing plugin.
Skill Claude CodeCodex
Use when two or more AI agents (Claude Code, Codex, Gemini CLI, or any combination) need to collaborate on a hard problem — brainstorming, critiquing reasoning, debating a design, working through a proof. Provides a round-robin session protocol (2..N agents) with round limits, audit-grade transcripts including the…
Plugin Claude Code
Overnight PR grind — creates PRs from ready issues, addresses reviewer feedback in a loop, stops at 'ready to merge' (never auto-merges). Works with GitHub and gitlab.com.
Command
Run one autopilot pass — create PRs from ready issues, address reviewer feedback on existing PRs, stop at "ready to merge" without merging. Pair with /loop for continuous operation.
Skill Claude CodeCodex
Use when the user wants to run the overnight PR grind — open PRs from ready issues, poll existing PRs, address reviewer feedback (from humans and bots like Copilot/Claude/Gemini), and stop each PR at "ready to merge" without actually merging. Triggers on "autopilot", "run autopilot", "grind PRs", "handle review…
Plugin Claude Code
Non-interactive second-opinion reviews via the Codex CLI. Wrap codex review for uncommitted changes, branch diffs, or specific commits — use for RFCs, PR prep, or any work where an independent reviewer would catch blind spots.
Command
Non-interactive second-opinion review of the current change via the Codex CLI.
Skill Claude CodeCodex
Use when the user asks for a "codex review", "second opinion from codex", wants to "ask codex to review", or asks for an independent/external review of code, an RFC, a design doc, or a PR. Wraps the codex review non-interactive CLI. Good for catching blind spots before opening a PR, after writing a spec/RFC, or when…
Plugin Claude Code
Bind a custom domain + managed SSL certificate to an Azure Container App. Handles DNS (Cloudflare), ASUID verification, and certificate provisioning end-to-end.
Skill Claude CodeCodex
Use when mapping a custom subdomain to an Azure Container App, setting up DNS records in Cloudflare for an Azure origin, or provisioning an Azure-managed SSL certificate. Handles the whole workflow end-to-end — FQDN lookup, DNS, ASUID verification, cert provisioning, hostname bind.
Plugin Claude Code
Manage Cloudflare DNS records (CNAME, A, TXT) and zones via the Cloudflare API. Reads CLOUDFLAREAPITOKEN from the shared-infra Infisical project at runtime.
Skill Claude CodeCodex
Use when creating, reading, updating, or deleting Cloudflare DNS records (CNAME, A, TXT, MX). Use when pointing a subdomain at an Azure Container App, AWS endpoint, or any origin. Use when looking up the zone ID for an Enkira-owned domain.
Plugin Claude Code
Manage Infisical secrets across Enkira org projects — read, write, audit, bootstrap. CLI-based (SSO login), no static credentials on disk.
Plugin Claude Code
Shepherd a whole GitHub Epic (issue with sub-issues) end-to-end. Phase 1 (extract-sequence) snapshots open sub-issue topology + blockedby edges into a tier-ordered sequence. Phase 2 (tick loop, /loop /epic-shepherd:shepherd) is the autonomous driver — dispatches an implementer (rfc-loop / autopilot / inline) for each.
Command
Snapshot a GitHub Epic's actionable sub-issue sequence — topologically sorted by blockedby edges, with parallel-eligible items grouped into tiers. Read-only against GitHub. Output is a JSON state file (default /tmp/epic-shepherd-state- .json) that future Phase-2 epic-shepherd ticks consume.
Command
Autonomous tick loop that drives a whole GitHub Epic to completion. Snapshots open sub-issues, dispatches the next ready issue's implementer (rfc-loop / autopilot / inline), hands the resulting PR to pr-shepherd to drain reviews + merge, then regenerates the snapshot and recurses. Pair with /loop for unattended…
Skill Claude CodeCodex
Shepherd a whole GitHub Epic (issue with sub-issues) to completion. Phase 1 snapshots open sub-issues + blockedby edges into a tier-ordered sequence JSON. Phase 2 (the autonomous loop) drives each ready issue → dispatches an implementer (rfc-loop / autopilot / inline) → polls for the opened PR → hands off to…
Plugin Claude Code
Source-grounded scenario simulation, observable-output tracing, failure-mode synthesis, and fix blast-radius analysis. Mentally simulate workflows through the local code, trace what receivers actually observe, cluster failures by shared root cause and missing invariant, design durable fixes, then trace downstream…
Skill Claude CodeCodex
Use when asked to mentally simulate workflows, imagine realistic or adversarial scenarios, harden a system, find edge cases, audit state transitions or externally observable outputs, review call/chat/order/scheduling/payment/onboarding flows, design durable fixes, trace downstream repercussions and blast radius of…
Plugin Claude Code
Git utilities for multi-account GitHub setups — configure SSH aliases and per-repo identity so commits and pushes always use the right account.
Skill Claude CodeCodex
Use when the user wants to configure a git repo to commit and push using a specific GitHub account, set up a new GitHub account SSH key, or prevent commits being attributed to the wrong GitHub user.
Plugin Claude Code
Turn any new or existing repo into a harness-ready codebase where coding agents can reliably ship features, pass tests, and maintain quality without human supervision.
Command
Initialize harness engineering for this repo — sets up the environment so coding agents can work autonomously.