Agent Plugins Marketplace
← All plugins

actuary

v0.7.1

Read-only design audits for Agent Skills across the portable agentskills.io specification, named Claude and Codex profiles, deterministic structure checks, and evidence-backed craft criteria. It assesses writing, structure, portability, and performance-oriented design without claiming task success or release readiness.

CodexClaude Code1 Skill

By Rich HaaseLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 26, 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 actuary for Codex and Claude Code

Installs for the current user
codex plugin marketplace add richhaase/toolshed
codex plugin marketplace upgrade toolshed
codex plugin add actuary@toolshed

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

Compatibility: the page URL and API slug “actuary” remain stable.

  • Codex: actuary@agent-plugin-marketplace → actuary@toolshed

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/richhaase/toolshed

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

Plugin files

plugins/actuary/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/skill-audit/SKILL.md

Included Skills1

skill-auditskills/skill-audit/SKILL.md

Audit, review, lint, or triage the design of an Agent Skill, plugin, or marketplace. Use for portable-spec compliance, harness compatibility, instruction structure, progressive disclosure, description quality, or likely performance characteristics. Produces deterministic L1/L2 evidence and ranked L3 craft findings. Read-only: never executes or modifies the target. Not for testing whether a skill produces the user's desired outcome.

Plugin manifests2

plugins/actuary/.codex-plugin/plugin.json
{
  "name": "actuary",
  "version": "0.7.1",
  "description": "Read-only design audits for Agent Skills across the portable agentskills.io specification, named Claude and Codex profiles, deterministic structure checks, and evidence-backed craft criteria. It assesses writing, structure, portability, and performance-oriented design without claiming task success or release readiness.",
  "author": {
    "name": "Rich Haase",
    "url": "https://github.com/richhaase"
  },
  "repository": "https://github.com/richhaase/toolshed",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "audit",
    "lint",
    "evaluation",
    "best-practices",
    "review",
    "quality"
  ],
  "skills": "./skills/",
  "interface": {
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/icon.png",
    "displayName": "Actuary",
    "shortDescription": "Audit Agent Skill design",
    "longDescription": "Assess whether Agent Skills are well written, structured, portable, and designed for reliable performance. Produces deterministic portable L1 and structural L2 evidence plus ranked L3 craft findings, with separate Claude and Codex profiles and an optional privacy review. Read-only: it never executes or modifies target content and does not claim task success or release readiness.",
    "developerName": "Rich Haase",
    "category": "Developer Tools",
    "capabilities": [
      "Read"
    ],
    "websiteURL": "https://github.com/richhaase/toolshed",
    "defaultPrompt": [
      "Audit the skills in this plugin.",
      "Check this SKILL.md against agentskills best practices.",
      "Triage every skill in the toolshed marketplace."
    ]
  }
}
plugins/actuary/.claude-plugin/plugin.json
{
  "name": "actuary",
  "version": "0.7.1",
  "description": "Read-only design audits for Agent Skills across the portable agentskills.io specification, named Claude and Codex profiles, deterministic structure checks, and evidence-backed craft criteria. It assesses writing, structure, portability, and performance-oriented design without claiming task success or release readiness.",
  "author": {
    "name": "Rich Haase",
    "url": "https://github.com/richhaase"
  },
  "repository": "https://github.com/richhaase/toolshed",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "audit",
    "lint",
    "evaluation",
    "best-practices",
    "review",
    "quality"
  ],
  "skills": "./skills/"
}

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

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