agentskills.codes

Turn a plain-English request into a bounded JARVIS work packet (intent, risk, owner gates, allowed files, verification, rollback) without executing anything.

Install

mkdir -p .claude/skills/jarvis-packetize && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13248" && unzip -o skill.zip -d .claude/skills/jarvis-packetize && rm skill.zip

Installs to .claude/skills/jarvis-packetize

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Turn a plain-English request into a bounded JARVIS work packet (intent, risk, owner gates, allowed files, verification, rollback) without executing anything.
157 charsno explicit “when” trigger

About this skill

jarvis-packetize

Use when the owner describes work in plain English and you need a bounded, reviewable, gate-compatible packet before any execution.

Steps

  1. Run the packetizer:
    python -m hermes_cli.jarvis_prime packetize "<request>" --markdown
    
  2. Validate and gate-check:
    python -m hermes_cli.jarvis_prime packet "<request>" --validate
    python -m hermes_cli.jarvis_prime packet "<request>" --gate-check
    
  3. If the packet is RC4/blocked, stop — it is plan-only. Do not execute owner-gated actions; surface them for the owner.
  4. Hand the packet to a builder; route review to a different worker for RC2+.

Never

  • Never merge/deploy/publish or perform Android gestures from this skill.
  • Never widen allowed_files or target main/master.

Search skills

Search the agent skills registry