Conitens conitens-core

Core Conitens task, verify, workflow, and state contracts for Codex-compatible agents.

install
source · Clone the upstream repo
git clone https://github.com/seunghwaneom/Conitens
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/seunghwaneom/Conitens "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.agents/skills/conitens-core" ~/.claude/skills/seunghwaneom-conitens-conitens-core && rm -rf "$T"
manifest: .agents/skills/conitens-core/SKILL.md
source content

Usage

  • Prefer read-only inspection before write paths.
  • Never bypass the verify gate.
  • Use
    .agent/workflows/
    contracts as the canonical workflow source.