Agent Plugins Marketplace
All plugins

orca-fleet

v0.5.0

Outcome-named autonomous fleets for the Orca runtime: each mission is one outcome with its own state machine and an evidence-backed definition of done. Missions compose best-of-breed worker recipes (mattpocock, gstack, addyosmani) over Orca — one router per worker. No vendor-named fleets. MIT.

Claude Code13 Skills

By Ravindra KumarLicense: MIT1 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
13 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install orca-fleet@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/ravidsrk/orca-fleet

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

orca-fleet/
├── .claude-plugin/plugin.json
├── skills/access-it/SKILL.md
├── skills/attest-it/SKILL.md
├── skills/clean-sweep/SKILL.md
├── skills/deflake-it/SKILL.md
├── skills/harden-it/SKILL.md
├── skills/map-it/SKILL.md
├── skills/modernize-it/SKILL.md
├── skills/oss-contribute/SKILL.md
├── skills/prove-it/SKILL.md
├── skills/review-it/SKILL.md
├── skills/root-cause/SKILL.md
├── skills/ship-it/SKILL.md
└── skills/speed-it/SKILL.md

Included Skills13

access-itskills/access-it/SKILL.md

Drive a FROZEN page/flow/component set to WCAG 2.2 AA (EAA / ADA / Section 508) conformance: a deterministic axe-core oracle clean on the surface plus a mandatory negative control (revert the fix, the violation returns), with the hard ~30-40% automation ceiling forcing screen-reader and cognitive criteria into a first-class human-AT park. The unit is one success-criterion violation instance on the frozen surface. Use when "accessibility", "a11y", "WCAG", "screen reader", "keyboard", "ARIA", "axe-core", "Section 508 accessibility", "color contrast". Not for a security exploit loop (harden-it), a PR merge verdict (review-it), a discovered backlog (clean-sweep), or standards attestation (attest-it).

attest-itskills/attest-it/SKILL.md

Prove a codebase or change-set conforms to a standard — EU AI Act Art-12/50, SOC 2, NIST SSDF — with auditor-grade, independently re-derived evidence, or name the gaps. The unit is one obligation from a FROZEN standard catalog (standard@version), not a discovered finding: enumerate the obligations, gather evidence bound to authoritative state for each, have an independent session re-derive it, and mark each control VERIFIED or GAP. Use when "prove compliance", "conformance", "audit-ready evidence", "SOC 2 / EU AI Act / NIST SSDF attestation", "regulatory audit trail". Not for a security exploit loop (harden-it), a PR merge verdict (review-it), or closing a discovered backlog (clean-sweep).

clean-sweepskills/clean-sweep/SKILL.md

Exhaust a finite backlog of findings to zero, PR-per-finding, on Orca. Sources: an audit/adversarial-review document, the issue tracker, or verified false documentation claims. Each finding is skeptic-triaged (reproduced or refuted with evidence), fixed on an integration branch with a failing-first test, build-blind reviewed, merge-verified, and closed with a linked SHA; the loop re-enumerates until dry. Use when "clean sweep", "close every issue", "drain the backlog", "fix everything in this audit", "the README lies — verify and fix it", or a broken test that fails deterministically (N/N, cause findable — deflake-it routes those here). Not for security/perf/deps/coverage-gaps/flakes (those are harden-it / speed-it / modernize-it / prove-it / deflake-it — different convergence proofs) and not for building new work (ship-it).

deflake-itskills/deflake-it/SKILL.md

Eliminate intermittent test failures to a declared confidence contract. Detect flakes by repeat-run + CI retry history, diagnose each with a loop that RAISES the failure rate (never a theory), fix the root cause and ratchet it red-by-revert, then re-run the whole suite for a consecutive green streak — local AND in CI — looping until the streak holds. Retry-wrappers as fixes are banned and grep-checked. Use when "kill the flaky tests", "deflake the CI", "flake zero", a flaky/intermittent suite. Not for a single hard bug with no suite-rate contract (root-cause) or deterministic failures (clean-sweep).

harden-itskills/harden-it/SKILL.md

Establish a threat model and close it: audit → prove exploits → fix → RE-ATTACK the fix and audit the whole vulnerability class → re-audit, looping until a fresh full audit finds zero unrefuted P0/P1. STRIDE + OWASP Top 10 + OWASP LLM Top 10 + supply-chain. Use when "harden this", "security sweep", "red team", "close the security loop", or an unattended audit-fix-verify security run. The full adversarial loop — for a bounded per-diff security check use review-it's risk lens. Not for general backlog drain (clean-sweep) or a single PR verdict (review-it).

map-itskills/map-it/SKILL.md

Resolve a foggy, multi-session goal into a frozen execution map that ship-it can consume — decisions, not deliverables. Chart a fog-of-war map of decision-tickets (only ticket what you can phrase sharply now), clear the research/decision frontier in parallel with HITL at each decision, and produce a frozen plan + a prepared DAG. Use when the goal is too big/foggy for one session, "chart this", "plan this epic", "I don't know the shape yet", or you can't yet authorize implementation. Its outcome is a decided plan; building is ship-it. Not for a foggy BUG (root-cause) or ready-to-build intent (ship-it).

modernize-itskills/modernize-it/SKILL.md

Bring a dependency / framework / platform surface current, safely — CI green at every merge. Inventory outdated + advisories with reachability triage → order by a compatibility graph → upgrade one dep or coherent group per PR, adapting call sites (code-level expand/migrate/contract) to get off old majors while keeping CI green → re-inventory until every major is current or pinned-with-a-reason. Use when "update the dependencies", "upgrade everything", "framework migration", "get off the old major", or an unattended dependency-currency run. Not for stateful DB schema/data migration across deploys (hand that to ship-it) or advisory exploit proof (harden-it).

oss-contributeskills/oss-contribute/SKILL.md

Turn a bounded set of issues on a repo you do NOT control into landed open-source contributions. Each actionable issue is skeptic-triaged (including a search of the upstream repo's OPEN PRs, not just its code), built on a fork with a failing-first test, reviewed build-blind, and opened as an etiquette-correct PR against the upstream default branch — or, where a maintainer PR already exists, shared as a quoted review-assist comment (an alternative PR only if maintainers invite one). The loop re-enumerates until the actionable set is dry. Merge is the maintainer's; the fleet never merges. Use when "contribute to this project", "open PRs for these upstream issues", "help out this OSS repo", "send fixes upstream", "we only have a fork". Not for a repo you own and can merge (that is clean-sweep — merged-SHA closure) and not for building a net-new project (ship-it).

prove-itskills/prove-it/SKILL.md

Give every critical path a test that dies under a semantics-preserving mutation. Map the untested critical surface (coverage × call-graph of the money/auth/data paths), write characterization tests that assert real behavior, prove each earns its keep by failing at its assertion under a mutation (harness still runnable — a compile break is not proof), and route surfaced bugs to a fix or backlog, looping until every confirmed critical path is mutation-audited. Use when "close the test gap", "cover the critical paths", "test debt", characterization/mutation testing — it owns missing coverage, not broken tests. Not for flake eradication (deflake-it), a deterministically failing test (clean-sweep), or building features with tests from the start (ship-it).

review-itskills/review-it/SKILL.md

Produce a trusted, read-only, SHA-bound verdict on a PR or branch — no fixing authority. Acceptance review (standards, frozen-spec compliance, test-adequacy) always; scope-triggered risk lenses (security, performance, accessibility, data-migration) when the change surface warrants. Findings quote their motivating line, carry severity, and are bound to the reviewed SHA. Use when "review this PR", "review queue", "is this ready to merge", a pre-merge quality/permission gate. Report-only — it never edits code (fixing is ship-it / clean-sweep). Not the full security loop (harden-it).

root-causeskills/root-cause/SKILL.md

Find the demonstrated root cause of a hard bug that has neither a frozen spec nor an enumerable backlog — a flaky failure, an intermittent production symptom, a concurrency bug, an unexplained regression. Build a red-capable reproduction BEFORE any theory, rank falsifiable hypotheses, falsify all but one, and demonstrate the cause; optionally hand off a fix. Use when "diagnose this", "why is this happening", "find the root cause", "debug this hard bug". Diagnosis, not remediation — the fix is a separate authorized handoff (ship-it / clean-sweep). Not for a whole flaky SUITE under a statistical streak contract (deflake-it) or an enumerable backlog (clean-sweep).

ship-itskills/ship-it/SKILL.md

Turn intent or a frozen spec into a released, verified outcome on Orca. Entry is either a frozen spec (validate → decompose) or raw intent (grill → freeze → decompose); after freeze both enter one canonical pipeline: decompose → build (tested slices) → acceptance review → runtime-prove → land → release → observe, stopping at the highest release state you're authorized to reach (BUILT / PROMOTION_READY / RELEASED / DEPLOYED_AND_VERIFIED). Use when "build and ship this", "spec to shipped product", "ship this feature", or an autonomous build-to-release run. Not for closing an existing backlog (that's clean-sweep) or a foggy goal that needs charting first (that's map-it).

speed-itskills/speed-it/SKILL.md

Bring declared user journeys within pre-declared performance budgets, proven by measurement. Controlled baseline (measure to a metric contract, not once) → profile the real bottleneck → fix PR-per-hotspot with a mandatory before/after → re-benchmark to the metric's statistical contract → add CI regression guards, looping until every journey is within budget or parked. Use when "the app is slow", "perf sweep", "Core Web Vitals", "get under budget", or an unattended perf-hardening run. Not for a per-diff perf opinion (review-it) or post-deploy watch alone (observe via ship-it).

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "orca-fleet",
  "description": "Outcome-named autonomous fleets for the Orca runtime: each mission is one outcome with its own state machine and an evidence-backed definition of done. Missions compose best-of-breed worker recipes (mattpocock, gstack, addyosmani) over Orca — one router per worker. No vendor-named fleets. MIT.",
  "version": "0.5.0",
  "author": {
    "name": "Ravindra Kumar",
    "email": "[email protected]",
    "url": "https://github.com/ravidsrk"
  },
  "homepage": "https://github.com/ravidsrk/orca-fleet",
  "repository": "https://github.com/ravidsrk/orca-fleet",
  "license": "MIT",
  "keywords": [
    "orca",
    "orca-fleet",
    "autonomous-agents",
    "multi-agent",
    "orchestration",
    "claude-code",
    "agent-skills",
    "skills-md",
    "ship-it",
    "clean-sweep",
    "oss-contribute",
    "harden-it",
    "speed-it",
    "modernize-it",
    "prove-it",
    "deflake-it",
    "review-it",
    "map-it",
    "root-cause",
    "attest-it",
    "access-it",
    "evidence-manifest",
    "definition-of-done",
    "merge-queue",
    "mattpocock",
    "gstack",
    "addyosmani"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[orca-fleet on Agent Plugins Marketplace](https://pluginsmp.com/plugins/orca-fleet)