Agent skill

llm-packer-smoke

Stars 0
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/Reneromero08/agent-governance-system/tree/main/MEMORY/ARCHIVE/skills-deprecated/llm-packer-smoke

SKILL.md

required_canon_version: >=3.0.0

Skill: llm-packer-smoke

Version: 0.1.0

Status: Deprecated

DEPRECATED: This skill has been consolidated into cortex-toolkit. Use {"operation": "smoke_test", ...} with the cortex-toolkit instead.

Trigger

Use to verify that MEMORY/LLM_PACKER/Engine/packer.py runs and produces a minimal pack skeleton under MEMORY/LLM_PACKER/_packs/ (fixture outputs should go under _packs/_system/).

Inputs

  • input.json:
    • scope (string): ags (default) or lab (THOUGHT/LAB only).
    • out_dir (string): output directory for the pack, relative to the repo root and under MEMORY/LLM_PACKER/_packs/.
    • mode (string): full or delta.
    • profile (string): full or lite.
    • combined (bool): whether to generate FULL/ outputs.
    • stamp (string): stamp for timestamped FULL/ outputs.
    • split_lite (bool): whether to generate LITE/ outputs.
    • zip (bool): whether to generate a zip archive.
    • emit_pruned (bool): whether to generate PRUNED/ output (reduced planning context).

Outputs

  • Writes actual.json containing the verified pack directory and a list of required files that were found.

Constraints

  • Must only write generated artifacts under MEMORY/LLM_PACKER/_packs/ (and must not write system artifacts to BUILD/).
  • Deterministic and self-contained.
  • When emit_pruned is OFF: PRUNED/ must not exist in the pack.
  • When emit_pruned is ON: PRUNED/ must exist with valid manifest and rules files.

Fixtures

  • fixtures/basic/

required_canon_version: >=3.0.0

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results