Agent Plugins Marketplace
← All plugins

yellow-core

v2.4.5

Three read-only reference and dashboard skills — agent-native architecture principles, an agent-native audit checklist, and a plan-status dashboard. Excludes all of yellow-core's commands, agents, hooks, and other skills.

CodexClaude Code22 Skills

By KingInYellowsLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
22 skill or MCP entries
Source updated
Sep 27, 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 yellow-core for Codex and Claude Code

Installs for the current user
codex plugin marketplace add KingInYellows/yellow-plugins
codex plugin marketplace upgrade yellow-plugins
codex plugin add yellow-core@yellow-plugins

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

Compatibility: the page URL and API slug “yellow-core” remain stable.

  • Codex: yellow-core@agent-plugin-marketplace → yellow-core@yellow-plugins

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/KingInYellows/yellow-plugins

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

Plugin files

plugins/yellow-core/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/agent-native-architecture/SKILL.md
├── skills/agent-native-audit/SKILL.md
├── skills/brainstorming/SKILL.md
├── skills/compound-lifecycle/SKILL.md
├── skills/create-agent-skills/SKILL.md
├── skills/debugging/SKILL.md
├── skills/git-worktree/SKILL.md
├── skills/ideation/SKILL.md
├── skills/local-config/SKILL.md
├── skills/mcp-health-probe/SKILL.md
├── skills/mcp-integration-patterns/SKILL.md
├── skills/memory-recall-pattern/SKILL.md
├── skills/memory-remember-pattern/SKILL.md
├── skills/morph-discovery-pattern/SKILL.md
├── skills/multi-host-fleet/SKILL.md
├── skills/optimize/SKILL.md
├── skills/plan-status/SKILL.md
├── skills/security-fencing/SKILL.md
├── skills/session-handoff/SKILL.md
├── skills/session-history/SKILL.md
├── skills/stack-provider-guard/SKILL.md
└── skills/stack-provider-router/SKILL.md

Included Skills22

agent-native-architectureskills/agent-native-architecture/SKILL.md

Reference for agent-native architecture principles: action parity, context parity, shared workspace, primitives over workflows, and dynamic context injection. Use when authoring agent integrations or designing tool surfaces.

agent-native-auditskills/agent-native-audit/SKILL.md

Audit checklist for evaluating an existing codebase against agent-native architecture principles to identify parity gaps. Use when auditing for agent-native readiness, before adding a new agent capability, or when triaging agent-behavior regressions.

brainstormingskills/brainstorming/SKILL.md

Reference guide for iterative brainstorm dialogues — question techniques, YAGNI, approach exploration, and research escalation. Use when running /flow:brainstorm or authoring brainstorm-style agents.

compound-lifecycleskills/compound-lifecycle/SKILL.md

Audit, refresh, and consolidate `docs/solutions/` to keep the institutional knowledge catalog from rotting. Use when a `docs/solutions/` sweep is needed or after `knowledge-compounder` flags an older entry as superseded.

create-agent-skillsskills/create-agent-skills/SKILL.md

Expert guidance for creating Claude Code skills and agents. Use when working with SKILL.md files, authoring new skills, creating slash commands, or designing agent workflows.

debuggingskills/debugging/SKILL.md

Find root causes systematically before fixing — trace the causal chain and form hypotheses with predictions for uncertain links. Use when debugging errors, test failures, stack traces, or when stuck after failed fix attempts. For delegating a stuck investigation to an independent Codex session, use /codex:rescue.

git-worktreeskills/git-worktree/SKILL.md

Git worktree management for isolated parallel development. Use when reviewing PRs in isolation, working on multiple features simultaneously, or when workflows offer worktree option.

ideationskills/ideation/SKILL.md

Generate 3 grounded approaches to a soft problem, then hand the chosen one off to `brainstorm-orchestrator`. Use when the problem statement is still vague or `/flow:brainstorm` narrows too quickly.

local-configskills/local-config/SKILL.md

Defines the yellow-plugins.local.md per-project config file schema. Use when authoring commands that should accept per-project overrides for review pipeline behavior, reviewer set narrowing, depth controls, or focus-area filtering.

mcp-health-probeskills/mcp-health-probe/SKILL.md

Canonical MCP server health classification (OFFLINE / DEGRADED / HEALTHY plus PRESENT (untested) refinement) for `/<plugin>:status` commands. Use when authoring a status command that needs to distinguish 'MCP never started' from 'MCP running but upstream API degraded'.

mcp-integration-patternsskills/mcp-integration-patterns/SKILL.md

Shared patterns for ruvector recall/remember and morph discovery integration (the ruvector protocol constants are a replica of yellow-ruvector's canonical memory-query skill). Use when authoring commands or agents that should leverage institutional memory and advanced editing tools.

memory-recall-patternskills/memory-recall-pattern/SKILL.md

Recall-Before-Act pattern for ruvector — query past learnings via hooks_recall at workflow start. Use when authoring commands or agents that should seed a workflow with relevant institutional memory before executing.

memory-remember-patternskills/memory-remember-pattern/SKILL.md

Tiered-Remember-After-Act pattern for ruvector — record learnings via hooks_remember at workflow completion with signal-strength tiers (Auto/Prompted/Skip). Use when authoring commands that should compound institutional memory from workflow outcomes.

morph-discovery-patternskills/morph-discovery-pattern/SKILL.md

Morph discovery + fallback pattern — discover edit_file and warpgrep at runtime via ToolSearch, prefer them for large edits and intent-based search, silently fall back to Edit/Grep when yellow-morph is missing. Use when authoring agents that edit files or run semantic searches.

multi-host-fleetskills/multi-host-fleet/SKILL.md

Multi-host plugin credential and config reference for yellow-plugins. Use when setting up a new workstation, configuring CI/devcontainer, replicating credentials across a fleet, or wiring a secrets manager. Documents the canonical shell env var names for every credential-bearing plugin.

optimizeskills/optimize/SKILL.md

Run a metric-driven optimization pass: parallel candidate variants scored against an LLM-as-judge analytic rubric. Use when comparing approaches against a measurable goal — anywhere 'better' can be expressed as a per-criterion rubric. For session-level plan-adherence and scope-drift review, use /flow:review instead.

plan-statusskills/plan-status/SKILL.md

Show a per-file checkbox progress dashboard of plans/ (open) and plans/complete/ (archived) plan documents. Use when reviewing which plans are ready to archive or checking work-in-flight at a glance.

security-fencingskills/security-fencing/SKILL.md

Canonical prompt-injection hardening block for agents that analyze untrusted content (source code, CI logs, workflow files). Use when authoring an agent that reads untrusted input — copy the appropriate variant verbatim into the agent body; only pure output-only agents (no file reading, no untrusted input) are exempt.

session-handoffskills/session-handoff/SKILL.md

Write a validated session-handoff note at plans/handoff/<YYYY-MM-DD>-<slug>.md, or resume from an explicitly named one after a read-only preflight. Use when the user says "create a handoff", "save session state", "handoff before compact", "pick up where we left off", or names a plans/handoff/ file to resume. Shell code measures repository, worktree, HEAD, dirty fingerprint and source session into the note; the narrative is model-authored reference data. Not the shell halt pattern — /flow:pick-next-shell halts by design after writing its expansion artifact and needs no handoff; use this for free-form session state only.

session-historyskills/session-history/SKILL.md

Search prior sessions across Claude Code, Devin, and Codex for the same problem or topic. Use when the current session cannot see prior context — after agent compaction, session boundary, or when reconstructing a multi-session decision trail. This searches raw prior-session transcripts; for distilled learnings, use ruvector recall (/ruvector:memory).

stack-provider-guardskills/stack-provider-guard/SKILL.md

Enforce the stacked-PR provider invariants before any provider-changing action — exactly one enabled, managed scopes fail closed, no direct settings edits, no silent fallback. Use when validating a proposed provider switch or auditing current provider state.

stack-provider-routerskills/stack-provider-router/SKILL.md

Resolve which stacked-PR provider is active and route provider-specific work to it, or refuse when the state is ambiguous. Use when a workflow needs to know whether Graphite or GitHub native stacks is in effect before running a stack operation.

Plugin manifests2

plugins/yellow-core/.codex-plugin/plugin.json
{
  "name": "yellow-core",
  "version": "2.4.5",
  "interface": {
    "displayName": "Yellow Core",
    "category": "Developer Tools"
  },
  "description": "Three read-only reference and dashboard skills — agent-native architecture principles, an agent-native audit checklist, and a plan-status dashboard. Excludes all of yellow-core's commands, agents, hooks, and other skills.",
  "skills": "./codex/skills"
}
plugins/yellow-core/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "yellow-core",
  "version": "2.4.5",
  "description": "Dev toolkit with review agents, research agents, and workflow commands for TypeScript, Python, Rust, and Go",
  "author": {
    "name": "KingInYellows",
    "url": "https://github.com/KingInYellows"
  },
  "homepage": "https://github.com/KingInYellows/yellow-plugins#yellow-core",
  "repository": "https://github.com/KingInYellows/yellow-plugins",
  "license": "MIT",
  "keywords": [
    "code-review",
    "research",
    "typescript",
    "python",
    "rust",
    "go"
  ],
  "hooks": {
    "Stop": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/stop.sh\"",
            "timeout": 5
          }
        ]
      }
    ],
    "SessionStart": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/session-start.sh\"",
            "timeout": 3
          }
        ]
      }
    ],
    "PreCompact": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/pre-compact.sh\"",
            "timeout": 3
          }
        ]
      }
    ]
  }
}

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

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