Skill design and construction for Hermes Agent. Runs a mandatory eight-phase pipeline: existence gate, research, classify, scope, architecture, plan, build, validate. Default output is the finished installable package.
Skill name: ocas-forge
Version: 3.7.1
Type: system
Layer: Architecture
Author:
Builds and repairs agent skill packages. Default output is the finished package.
forge.build— build a complete skill packageforge.critique— review a package and identify defectsforge.repair— fix broken files in an existing packageforge.classify— classify a proposed skill by size classforge.validate— run structural validationforge.scaffold— generate a minimal package skeletonforge.consolidate— merge orphan or duplicate skill into its natural parentforge.sync— sync local skill changes to the canonical repository via PRforge.verify-update— check whether a skill is at the latest versionforge.audit— audit skills for compliance, apply fixes, sync to GitHubforge.status— current build state if multi-step build in progressforge.journal— write journal for the current runforge.update— pull latest from GitHub source; preserves journals and data
Packages written to disk. Journals. Validation reports. PRs for sync operations.
| File | Purpose |
|---|---|
SKILL.md |
Skill definition with agentskills.io frontmatter |
CHANGELOG.md |
Release history |
references/ |
Pipeline specs, authoring rules, ontology, schemas, workflow plans |
scripts/ |
Build and validation scripts |
templates/ |
Package scaffolding and file templates |
evals/ |
Evaluation suites and metrics |
deferred/ |
Out-of-scope material pending proper homes |
- v3.7.1 (2026-07-13) — Audit repair: restored missing manifest fields, fixed frontmatter validation errors, standardized templates/skill.json against schema.
- v2.7.1 (2026-04-26) — Version alignment: SKILL.md frontmatter, CHANGELOG.md, and GitHub release tag in sync. No functional change.
- v2.7.0 (2026-04-18) — Refactor: folded builder-domain helper skills into Forge's existing structure. SKILL.md shrunk to 343 lines. Added
forge.consolidate,forge.sync,forge.verify-update. Moved runtime-harness guidance todeferred/running-ocas-skills.md. Moved OAuth/MCP setup content todeferred/mcp-oauth-setup.md. - v2.6.11 (2026-04-16) — Authoring rules v2.7.2 -> v2.8.0. Ontology v2.0.1 -> v2.1.1. Active ecosystem updated.
- v2.6.8 (2026-04-12) — Fixed missing
{agent_root}/skills/filesystem write path. - v2.6.0 (2026-04-08) — Adopted agentskills.io open standard. Replaced skill.json hardcoding with {agent_root}/commons/ convention.
Read SKILL.md for operational details, schemas, and validation rules.
Read references/ for detailed specifications and examples.
MIT License — see LICENSE for details.
