component-authoring

component-authoring is a skill for Codex from volantlabs/vellis. It costs 71 tokens per session (1,935 once invoked), scanned A, original, Apache-2.0.

A guide for designing reusable software components and applications as text-based SysML v2 models, which describe public behavior and rules without prescribing internal code.

In plain words
What is it for?
Defining public actions and values, modeling state and invariants, composing applications, reviewing boundaries, and deriving black-box tests.
Why use it?
It creates a durable shared contract so people can understand, combine, replace, and test components consistently.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

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/volantlabs/vellis/component-authoring
Any agent
npx skills add volantlabs/vellis --skill component-authoring
Clone the repo
git clone --depth 1 https://github.com/volantlabs/vellis

Made for: 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 component-authoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/volantlabs/vellis/component-authoring.svg)](https://agentmods.dev/skills/volantlabs/vellis/component-authoring)
Your own site
<a href="https://agentmods.dev/skills/volantlabs/vellis/component-authoring"><img src="https://agentmods.dev/badge/skills/volantlabs/vellis/component-authoring.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,935 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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.1 $0.00071 $0.01935
Opus 5 $0.00036 $0.00967
Sonnet 5 $0.00014 $0.00387
Haiku 4.5 $0.00007 $0.00194

Measured 6d ago against content hash 3196579bf89e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

component-authoring 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 6d ago.

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.

.agents/skills/component-authoring/SKILL.md · 168 lines

How it starts

The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Component Authoring

Author the durable component and application design in textual SysML v2 under model/. Treat generated Markdown as a view, never as an independent contract.

Goal

Model enough contract-significant structure and behavior that a human or agent can:

  • understand what the component owns and exposes;
  • invoke and compose its public contracts;
  • reason about abstract state changes and invariant preservation;
  • substitute another conforming realization;
  • derive black-box verification scenarios.

Leave private helpers, algorithms, implementation data structures, performance strategy, and language-specific type hierarchies to realizations.

Conformance Hierarchy

Treat every chosen abstraction boundary as an engineered black box. A component realization conforms when its public structure, behavior, abstract state effects, failures, invariants, and verification obligations match the model, regardless of implementation language or internal design. A composed subsystem or application is another modeled black box: its internal roles must conform to their component contracts, and its own external actions, behavior, state, invariants, and use cases must conform at the higher boundary.

Model downward into algorithms, deployment, hardware, or implementation structure only when that layer is itself an intentional engineering subject or affects an observable contract. Do not make implementation fidelity the default completeness criterion.

Required Resources

  • Use the sysml-reference skill before making or reviewing a SysML/KerML syntax or semantics decision. Cite the relevant specification section and page for consequential choices.
  • Read references/component-modeling-pattern.md before authoring or materially revising a model.
  • Read references/behavior-detail.md when deciding how much behavior to formalize.
  • Read references/model-organization.md when creating or changing a model library, package boundary, shared vocabulary, application/library dependency, or runtime realization.
  • Read references/application-composition.md for application, controller, adapter, or use-case work.
  • Read references/boundary-quality.md when reviewing ownership or considering a split or merge.
  • Read references/examples.md when a representative storage, query, or controller pattern helps.

Read the full file on GitHub · 168 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 168 lines · 71 tokens per session scan A 3196579bf89e

Subscribe to this mod's changes

component-authoring is a skill published in the GitHub repository volantlabs/vellis (8 stars, last pushed 4d ago), licensed Apache-2.0. It adds 71 tokens to every session and 1,935 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.