Quick Ref / Command

Engineer Kit

/ak:common

Shared AgentKit utilities

Internal shared utilities and conventions loaded by other AgentKit skills; not a user-facing workflow.

01

Parent skill loads

02

Common supplies

03

No standalone run

04

Return to owner

Rule 01

Shared support material only.

Rule 02

No user-facing standalone execution.

Rule 03

The owning skill’s contract controls behavior.

Rule 04

Use references, scripts, and resources as implementation support.

Execution Map

Core lanes from input to output, aligned with the command's real execution path.

01

Start

Input, scope, route

  1. 1 Parent skill loads A user-facing skill decides it needs shared conventions, references, scripts, or resources.
02

Work

Agent / skill execution

  1. 2 Common supplies ak:common exposes the underlying material from its references, scripts, or resources directories.
03

Verify

Gate, review, validation

  1. 3 No standalone run The model must not treat this as an independently invocable command or a user workflow.
04

Close

Report, handoff, artifact

  1. 4 Return to owner The calling skill remains responsible for the actual task, output, and safety rules.

Syntax, arguments, subcommands

How to invoke the skill: syntax, positional arguments, shared options, then each subcommand with its own syntax and outcome.

Syntax

Loaded by other skills only; not a standalone user command

Handled Scope

  • Shared conventions
  • Reusable references
  • Support scripts
  • Cross-skill resources

Next