tool-template / Tooling
Codex Plugin
A broad tool template for Addyco-managed custom plugins, including Notion-style operators, CLI wrappers, and skill bundles.
PluginSkillsMCP
Inputs4required context
Outputs4expected products
Secrets1credential gates
Tools3declared access
Targets2install surfaces
Contract
Packages skills, MCP configuration, scripts, and evaluations as an installable local tool.
Reusable asCustom plugin or tool package
Runner adaptertool:manual-or-script
Artifact contractTool artifacts should include manifest paths, smoke-test output, docs, and evaluation summaries.
Event contractEmit installed, smoke-tested, blocked, and updated events.
Runbook
Define tool contract, scaffold plugin/skill files, run read-only smoke checks, then register the tool in the library.
GuardrailKeep credentials out of manifests.
GuardrailPrefer read-only smoke tests until write behavior is explicitly approved.
GuardrailDocument exact invocation commands.
Installations
Project-scoped instances created from this reusable template.
No installations yetInstall this template into a project to start tracking a concrete instance.
Inputs
What an installation or run must provide.
Inputtool purpose
Inputskill instructions
Inputallowed APIs
Inputsmoke checks
Outputs
What the template should leave behind.
Outputplugin manifest
Outputskills
Outputscripts
Outputevaluation notes
Allowed tools
Capabilities this template can use.
Allowed toolCodex skills
Allowed toolMCP servers
Allowed toolCLI scripts
Verification
Checks before treating the template as ready.
VerificatioPlugin manifest validates.
VerificatioSkill entrypoint is discoverable.
VerificatioSmoke test output is attached as an artifact.