Agent Plugins Marketplace
All plugins

skill-architect

v0.5.0

Agent skills for auditing and improving Agent Skills against the spec, Anthropic best practices, and ICM context-management criteria.

CodexClaude Code2 Skills

By Okja EngineeringLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 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 skill-architect 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 skill-architect@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/Okja-Engineering/skill-architect

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

Plugin files

skill-architect/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/skill-audit/SKILL.md
└── skills/skill-rewrite/SKILL.md

Included Skills2

skill-auditskills/skill-audit/SKILL.md

Evaluate an Agent Skill directory against the Agent Skills spec, Anthropic best practices, and the Interpretable Context Methodology (ICM). Use when reviewing a SKILL.md before release, after a major edit, or when a skill is not triggering or executing reliably.

skill-rewriteskills/skill-rewrite/SKILL.md

Draft a rewritten SKILL.md for an Agent Skill based on a skill-audit report. Use when a skill has failed or weak audit dimensions and you need a concrete rewrite plan before editing. The skill does not apply changes without explicit approval.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "skill-architect",
  "version": "0.5.0",
  "description": "Agent skills for auditing and improving Agent Skills against the spec, Anthropic best practices, and ICM context-management criteria.",
  "license": "MIT",
  "author": {
    "name": "Okja Engineering",
    "url": "https://github.com/Okja-Engineering"
  },
  "skills": "./skills/"
}
.claude-plugin/plugin.json
{
  "name": "skill-architect",
  "displayName": "Skill Architect",
  "version": "0.5.0",
  "description": "Agent skills for auditing and improving Agent Skills against the spec, Anthropic best practices, and ICM context-management criteria.",
  "license": "MIT",
  "author": {
    "name": "Okja Engineering",
    "url": "https://github.com/Okja-Engineering"
  },
  "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.

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