Agent Plugins Marketplace
All plugins

ranger-foundry

v0.4.0

Thirteen composable Ranger skills: Call leads delivery; Gus checks the premise; specialists preserve scope, evidence and review gates.

Codex13 Skills

By Dark Ranger StudiosLicense: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
13 skill or MCP entries
Source updated
Sep 22, 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 ranger-foundry for Codex

Installs for the current user
codex plugin marketplace add darkrangerstudios/ranger-foundry
codex plugin marketplace upgrade ranger-foundry
codex plugin add ranger-foundry@ranger-foundry

Paste and run these commands in a terminal with Codex. They add and refresh the ranger-foundry catalog, then install this plugin.

Compatibility: the page URL and API slug “ranger-foundry” remain stable.

  • Codex: ranger-foundry@agent-plugin-marketplaceranger-foundry@ranger-foundry

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/darkrangerstudios/ranger-foundry

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

Plugin files

plugins/ranger-foundry/
├── .codex-plugin/plugin.json
├── skills/ranger-big-iron/SKILL.md
├── skills/ranger-call/SKILL.md
├── skills/ranger-clara/SKILL.md
├── skills/ranger-deadeye/SKILL.md
├── skills/ranger-gus/SKILL.md
├── skills/ranger-kestrel/SKILL.md
├── skills/ranger-prospector/SKILL.md
├── skills/ranger-raven/SKILL.md
├── skills/ranger-rooster/SKILL.md
├── skills/ranger-roy-bean/SKILL.md
├── skills/ranger-sparks/SKILL.md
├── skills/ranger-trailblazer/SKILL.md
└── skills/ranger-wrangler/SKILL.md

Included Skills13

ranger-big-ironskills/ranger-big-iron/SKILL.md

Big Iron collects web evidence and restores extraction workers; not for Rooster's deep cause analysis, vulnerability scans or document processing.

ranger-callskills/ranger-call/SKILL.md

Call coordinates the posse through a nontrivial build or fix, selecting specialist skills from intake to verified handoff; not for Gus's premise check or Roy Bean's instruction authoring.

ranger-claraskills/ranger-clara/SKILL.md

Clara preserves durable memory, grounds meanings and entity identity, and prepares task handoffs; not for Trailblazer's plans or Raven's delivery.

ranger-deadeyeskills/ranger-deadeye/SKILL.md

Deadeye handles plan assurance. Adversarially evaluate an existing implementation or migration plan for missing evidence, unsafe sequencing, authority gaps, and unverifiable outcomes. Use when a plan already exists, not to draft the initial plan or review finished code; not for Kestrel's built artifacts or Trailblazer's plan authoring.

ranger-gusskills/ranger-gus/SKILL.md

Gus checks whether planned work is worth doing before Call fans out, crosses an irreversible boundary, opens a lane or conflicts with recent user constraints; not for Call's implementation, Kestrel's correctness review, Prospector's intake or Wrangler's effort selection.

ranger-kestrelskills/ranger-kestrel/SKILL.md

Kestrel handles review. Run an aggressive, evidence-first review of a built artifact, change set, codebase, implemented workflow, or security boundary. Use when the user asks for adversarial review, bug hunting, risk assessment, or a merge-readiness verdict, or when an authorized workflow delegates that review; not for Deadeye's unexecuted plans, Gus's premise checks or Rooster's incident diagnosis.

ranger-prospectorskills/ranger-prospector/SKILL.md

Prospector handles questionnaire. Turn an ambiguous work request into a decision-ready brief through focused clarification. Use when requirements, priorities, constraints, or success criteria block progress; not to author a survey, form, interview script, or questionnaire deliverable; not for Gus's premise challenge.

ranger-ravenskills/ranger-raven/SKILL.md

Raven handles swarm coordination. Coordinate agent messages, broadcasts, direct review requests, receipts, and interrupted work through an existing authorized transport. Use when several agents must share status or assign work without losing ownership, duplicating actions, or crossing task lanes; not for Clara's record storage.

ranger-roosterskills/ranger-rooster/SKILL.md

Rooster handles cause analysis. Diagnose a failure or unexpected behavior by tracing evidence to the earliest verified cause and producing a falsifiable remediation brief; not for Big Iron's service recovery or Kestrel's pre-release review.

ranger-roy-beanskills/ranger-roy-bean/SKILL.md

Roy Bean handles agent instructions. Create or refine repository-scoped agent guidance with clear scope, precedence, safety boundaries, and validation; not for Call's delivery orchestration.

ranger-sparksskills/ranger-sparks/SKILL.md

Sparks handles prototype. Build or plan the smallest testable prototype that answers a concrete product or technical question; not for production delivery or independent acceptance.

ranger-trailblazerskills/ranger-trailblazer/SKILL.md

Trailblazer handles slice plan. Turn an approved objective into dependency-aware, independently verifiable vertical slices with acceptance and rollback criteria; not for Deadeye's independent assurance or Clara's records.

ranger-wranglerskills/ranger-wrangler/SKILL.md

Wrangler selects approved model/provider routes and shared budgets for agent work, or verifies reasoning effort on an already selected model; not for Gus's decision on whether work is worthwhile.

Plugin manifests1

plugins/ranger-foundry/.codex-plugin/plugin.json
{
  "name": "ranger-foundry",
  "version": "0.4.0",
  "description": "Thirteen composable Ranger skills: Call leads delivery; Gus checks the premise; specialists preserve scope, evidence and review gates.",
  "author": {
    "name": "Dark Ranger Studios",
    "url": "https://github.com/darkrangerstudios/ranger-foundry"
  },
  "homepage": "https://github.com/darkrangerstudios/ranger-foundry",
  "repository": "https://github.com/darkrangerstudios/ranger-foundry",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "software-development",
    "code-review"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Ranger Foundry",
    "shortDescription": "Build cool things. Check your work. Call in the posse.",
    "longDescription": "Call coordinates thirteen Ranger skills for delivery, review, web collection, durable memory, meaning, messaging and proportionate model budgets.",
    "developerName": "Dark Ranger Studios",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "defaultPrompt": [
      "Use Call to coordinate the right Rangers and finish this software task.",
      "Diagnose this failure without changing the code.",
      "Stress-test this plan before implementation begins."
    ]
  }
}

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

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