behavior-maturity-engine

behavior-maturity-engine is a skill for Claude Code, Codex from Snowflake-Labs/cocoplus. It costs 32 tokens per session (309 once invoked), scanned A, a copy of audit-ci, MIT.

A deterministic contract for a CocoPlus feature that defines the files, data formats, checks, and user-visible results it must produce.

In plain words
What is it for?
It is for implementing and verifying a feature's expected artifacts and safety rules.
Why use it?
It prevents feature behavior from depending on undocumented steps or legacy scripts, while keeping outputs compatible with existing readers.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/snowflake-labs/cocoplus/behavior-maturity-engine
Any agent
npx skills add Snowflake-Labs/cocoplus --skill behavior-maturity-engine
Clone the repo
git clone --depth 1 https://github.com/Snowflake-Labs/cocoplus

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for behavior-maturity-engine

README.md
[![agentmods](https://agentmods.dev/badge/skills/snowflake-labs/cocoplus/behavior-maturity-engine.svg)](https://agentmods.dev/skills/snowflake-labs/cocoplus/behavior-maturity-engine)
Your own site
<a href="https://agentmods.dev/skills/snowflake-labs/cocoplus/behavior-maturity-engine"><img src="https://agentmods.dev/badge/skills/snowflake-labs/cocoplus/behavior-maturity-engine.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 309 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 92% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00032 $0.00309
Opus 5 $0.00016 $0.00154
Sonnet 5 $0.00006 $0.00062
Haiku 4.5 $0.00003 $0.00031

Measured yesterday against content hash 14abe60eec53, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

behavior-maturity-engine scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

92% identical to audit-ci — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.cortex/skills/cocobehavior/behavior-maturity-engine.skill.md · 32 lines

What it actually says

Your objective is to perform this V2-native feature behavior using Coco-native capabilities: Read, Write, Edit, Bash when explicitly needed by the host, Snowflake tools when the feature requires data access, and subagents when the feature requires independent review.

Required Contract

  • Preserve the artifact paths, schemas, and user-visible outputs documented by the owning feature skill.
  • Do not call legacy scripts as the implementation path.
  • Prefer deterministic file parsing and structured artifacts over free-form prose when producing machine-readable state.
  • If an external side effect would occur, apply the same gate and confirmation semantics as the owning feature.

Exit Criteria

  • The owning feature's documented artifact is produced or updated.
  • The output schema remains compatible with existing readers.
  • No registered runtime script invocation is required.

Anti-Rationalization

Shortcut / Temptation Why It Fails
Treat the skill as complete because the file exists Skill contracts must describe observable behavior and verification, not just command names.
Skip artifact and safety checks for a small command Small commands still mutate state or guide execution; preserve the same gates.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 32 lines · 32 tokens per session scan A 14abe60eec53

Subscribe to this mod's changes

behavior-maturity-engine is a skill published in the GitHub repository Snowflake-Labs/cocoplus (720 stars, last pushed yesterday), licensed MIT. It adds 32 tokens to every session and 309 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to audit-ci, differing in 4 lines, and is treated as a copy.

Related

Other skills, from other repositories

prompt-engineering

Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, designing production prompt templates, or building AI-powered features.

wpank/ai · 44 tokens

implementation-final-review

Perform the repository's risk-tiered independent final review before implementation completion. Use only when explicitly invoked or when repository instructions require it after behavior-impacting implementation work; audit the complete task diff, supported contracts, lifecycle and security boundaries, complexity, and…

openai/openai-agents-python · 58 tokens

openkb-html-critic

Use to review a generated HTML deck or single-page artifact for visual quality and structural correctness. Especially good at catching CSS specificity bugs where slide-modifier classes (.divider, .center, .q, .flow etc.) accidentally override the base .slide{display:none} and cause one slide to stack on top of every…

VectifyAI/OpenKB · 132 tokens

web-research

Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research.

shibing624/agentica · 24 tokens

initialize

First-run setup interview for a Danus deployment. Run it on the FIRST session, whenever runtime/.danus-initialized is absent or OPERATOR.md is still the blank template, or when the operator asks to set up / initialize / onboard / re-configure. It greets the operator, explains Danus, asks the critical choice (codex…

frenzymath/Danus · 141 tokens

playground-msw-tests

REQUIRED and PRIMARY testing approach for packages/playground and packages/playground-ui. Triggers on: adding or modifying hooks, pages, route components, data-fetching code, React Query interactions, or any test work in these packages. Generates Vitest tests that drive the real @mastra/client-js + React Query stack…

mastra-ai/mastra · 121 tokens