Agent Plugins Marketplace
All plugins

aced

v0.1.0

Agent Config Evaluation & Development. Spec, evaluate, and improve agent configurations: skills, AGENTS.md sections, subagent definitions, and commands.

CodexClaude Code25 Skills

By unional1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
25 skill or MCP entries
Source updated
Sep 8, 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 aced for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add aced@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/cyberuni/cyber-sdd

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

Plugin files

plugins/aced/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/aced-architect-impl/SKILL.md
├── skills/aced-builder-impl/SKILL.md
├── skills/aced-builder-spec/SKILL.md
├── skills/aced-fit/SKILL.md
├── skills/aced-impl-producer/SKILL.md
├── skills/add-scenario/SKILL.md
├── skills/check-freshness/SKILL.md
├── skills/compare/SKILL.md
├── skills/contribute-skill/SKILL.md
├── skills/define-agent/SKILL.md
├── skills/define-command/SKILL.md
├── skills/define-governance/SKILL.md
├── skills/define-skill/SKILL.md
├── skills/extract-situation/SKILL.md
├── skills/improve/SKILL.md
├── skills/improve-skill/SKILL.md
├── skills/init-aced/SKILL.md
├── skills/list-skills/SKILL.md
├── skills/manage/SKILL.md
├── skills/manage-model-runners/SKILL.md
├── skills/manage-skill-dirs/SKILL.md
├── skills/repair-private-skills/SKILL.md
├── skills/report/SKILL.md
├── skills/run/SKILL.md
└── skills/skillify/SKILL.md

Included Skills25

aced-architect-implskills/aced-architect-impl/SKILL.md

Partial Skill: invoke by name only — the ACED Architect bar at the impl gate — whether an agent-configuration artifact is well-formed as configuration. Loaded by the ACED impl-producer to self-align and by the impl-judge to grade. Not triggered by users directly.

aced-builder-implskills/aced-builder-impl/SKILL.md

Partial Skill: invoke by name only — the ACED Builder bar at the impl gate — the frozen .feature conformance criteria. Loaded by the ACED impl-producer to self-align and by the impl-judge to verify. Not triggered by users directly.

aced-builder-specskills/aced-builder-spec/SKILL.md

Partial Skill: invoke by name only — the ACED Builder bar at the spec gate — the agent-configuration contract criteria. Loaded by the ACED spec-producer to self-align and by the spec-judge to grade. Not triggered by users directly.

aced-fitskills/aced-fit/SKILL.md

Partial Skill: invoke by name only — the ACED fit classifier — which of ACED's eval layers carry real signal for a subject. Loaded by the ACED spec-producer and the spec-judge. Not triggered by users directly.

aced-impl-producerskills/aced-impl-producer/SKILL.md

Partial Skill: invoke by name only — the ACED impl-producer's diagnose-and-refine loop — loaded by define-agent, define-skill, and define-governance, and by the public improve skill for ACED-tracked targets, not user-triggered.

add-scenarioskills/add-scenario/SKILL.md

Use this skill when adding a new scenario to an ACED .feature suite — from a real failure, a production edge case, or a gap the user noticed.

check-freshnessskills/check-freshness/SKILL.md

Partial Skill: invoke by name only — the ACED eval-result freshness check — decides whether a recorded result still describes the configuration on disk, not user-triggered.

compareskills/compare/SKILL.md

Use this skill when comparing two versions of an agent configuration to detect regressions or confirm improvements before committing a change.

contribute-skillskills/contribute-skill/SKILL.md

Use this skill when contributing local improvements to an installed skill back to its source repo via PR.

define-agentskills/define-agent/SKILL.md

Use this skill when the user wants to create or improve an agent definition — a named, reusable role that can be delegated to as a subagent, loaded in-context as a persona, or both. Trigger on "create an agent", "write a conductor", "make an agent definition", "define a persona", "build a dual-mode agent", or "add an invokable agent".

define-commandskills/define-command/SKILL.md

Use this skill when the user wants to create or improve a command — a user-invoked-only slash workflow (`/name`) that never auto-triggers from the model. Trigger on "create a command", "add a slash command", "make a /deploy command", "add a user-only workflow", "convert this skill to a command", or "stop this skill from auto-triggering", even if they do not say "command" explicitly. Not for a companion command scaffolded alongside an agent definition — whether it adopts that agent in-session or gateways to it as a subagent (define-agent) — an auto-triggered workflow skill (define-skill), or a reference-only rule set (define-governance).

define-governanceskills/define-governance/SKILL.md

Create or revise a governance file — reference-only criteria or rules that other skills and agents load on demand. Use when the target is the criteria file itself, even if the user just says "write standards for" or "improve this governance".

define-skillskills/define-skill/SKILL.md

Use this skill when the user wants to create, scaffold, or formalize a workflow skill — a process, tool-based, or standard SKILL.md — from scratch or from an existing ad-hoc workflow. Trigger on "create a skill", "write a skill for X", "I want a skill that…", "turn this workflow into a skill", or "help me build this skill", even if they do not say "skill" explicitly. Not for agent definitions or personas (define-agent), reference-only rule sets (define-governance), or extracting the current session (skillify).

extract-situationskills/extract-situation/SKILL.md

Partial Skill: invoke by name only — the ACED blind-brief extractor — loaded by aced-case-judge to compose a simulating context's brief, not user-triggered.

improveskills/improve/SKILL.md

Use this skill when the user wants to improve an existing agent configuration — a skill, subagent, command, or AGENTS.md section — whether by diagnosing failing ACED evals or by general review against fit and quality bars. Trigger on "improve this skill", "make this agent better", "why does this config keep failing", or "review this AGENTS.md section", even when no eval suite exists yet.

improve-skillskills/improve-skill/SKILL.md

Audit, improve, or write a SKILL.md — check description trigger coverage, structure, security, and agentskills.io compliance. Use when reviewing or creating a skill for Claude Code, Cursor, Codex, Copilot CLI, or any agentskills-compatible runtime, even if the user says "my skill isn't triggering", "review before I publish", or "check this skill."

init-acedskills/init-aced/SKILL.md

Use this skill to register ACED as the SDD plugin for agent-configuration domains — writes an aced role-map entry to .agents/universal-plugin.json so the conductor resolves the ACED production-chain roles for skills, subagents, commands, and AGENTS.md sections.

list-skillsskills/list-skills/SKILL.md

Partial Skill: invoke by name only — the ACED manage-gateway skill-inventory engine — loaded in-session by the manage gateway, not user-triggered.

manageskills/manage/SKILL.md

Use this skill when doing manage-level (non-mission) ACED work — inspecting or maintaining the agent-config tooling ACED evaluates, such as "set up the per-model runner agents", "list the model runners", "list the installed skills", or "validate/repair the repo-private skills". Routes to the matching engine; it does not author a config (define-agent / define-skill) or change what ACED specifies (start-mission).

manage-model-runnersskills/manage-model-runners/SKILL.md

Partial Skill: invoke by name only — the ACED manage-model-runners engine — loaded in-session by the ACED manage gateway, not user-triggered.

manage-skill-dirsskills/manage-skill-dirs/SKILL.md

Partial Skill: invoke by name only — config-authoring/skill-dirs' curation engine for the extra skill-scan locations improve-skill's validate engine uses — loaded by the manage gateway, not triggered by users directly.

repair-private-skillsskills/repair-private-skills/SKILL.md

Partial Skill: invoke by name only — the ACED manage-gateway engine that validates and repairs repo-private skill hygiene — loaded in-session by the ACED manage gateway, not user-triggered.

reportskills/report/SKILL.md

Use this skill when the user wants a project-wide health summary of all ACED eval suites — pass rates, trends, and which agent configurations need attention.

runskills/run/SKILL.md

Use this skill when running ACED evals to score agent configuration behavior against its frozen .feature suite — after editing a skill, AGENTS.md section, subagent, or command.

skillifyskills/skillify/SKILL.md

Use this skill when generalizing what the current session actually did into a reusable SKILL.md — "skillify this", "turn what we just did into a skill", "make this reusable". Not for scaffolding a skill from scratch (define-skill), extracting the session into an agent or persona (define-agent), a reference-only rule set (define-governance), or diagnosing failing evals (improve).

Plugin manifests2

plugins/aced/.codex-plugin/plugin.json
{
  "$schema": "https://raw.githubusercontent.com/cyberuni/marketplace/main/schema/claude/plugin.json",
  "name": "aced",
  "version": "0.1.0",
  "description": "Agent Config Evaluation & Development. Spec, evaluate, and improve agent configurations: skills, AGENTS.md sections, subagent definitions, and commands.",
  "author": {
    "name": "unional"
  },
  "homepage": "https://github.com/cyberuni/cyber-sdd",
  "repository": "https://github.com/cyberuni/cyber-sdd",
  "commands": "./commands",
  "skills": "./skills",
  "agents": [
    "./agents/aced-case-judge.md",
    "./agents/aced-impl-judge.md",
    "./agents/aced-scenario-writer.md",
    "./agents/aced-spec-validator.md"
  ]
}
plugins/aced/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "aced",
  "version": "0.1.0",
  "description": "Agent Config Evaluation & Development. Spec, evaluate, and improve agent configurations: skills, AGENTS.md sections, subagent definitions, and commands.",
  "author": {
    "name": "unional"
  },
  "homepage": "https://github.com/cyberuni/cyber-sdd",
  "repository": "https://github.com/cyberuni/cyber-sdd",
  "commands": "./commands",
  "skills": "./skills",
  "agents": [
    "./agents/aced-case-judge.md",
    "./agents/aced-impl-judge.md",
    "./agents/aced-scenario-writer.md",
    "./agents/aced-spec-validator.md"
  ]
}

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

[aced on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aced)