actuary
v0.7.1Read-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.
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
codex plugin marketplace add richhaase/toolshed
codex plugin marketplace upgrade toolshed
codex plugin add actuary@toolshedPaste 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/toolshedClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/actuary/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/skill-audit/SKILL.md
Included Skills1
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
{
"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."
]
}
}{
"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/"
}For maintainers
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)