Generates a structured work packet from natural language for review before execution.

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
Intermediate

Key capabilities

  • Convert plain-English requests into JARVIS work packets
  • Define intent for a work packet
  • Identify risks associated with a task
  • Specify owner gates for actions
  • Validate and gate-check work packets

How it works

The skill runs a packetizer to convert a plain-English request into a structured JARVIS work packet, then validates and gate-checks it.

Inputs & outputs

You give it
Plain-English work request
You get back
JARVIS work packet (intent, risk, owner gates, allowed files, verification, rollback)

When to use jarvis-packetize

  • Defining new tasks from request
  • Validating task safety
  • Preparing work for team review

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.

When not to use it

  • When not needing a bounded, reviewable, gate-compatible packet
  • When not converting a plain-English request into a JARVIS work packet
  • When executing owner-gated actions directly

Limitations

  • Never merge/deploy/publish or perform Android gestures from this skill
  • Never widen allowed_files or target main/master
  • If the packet is RC4/blocked, stop , it is plan-only

How it compares

This skill enforces a planning-first workflow by creating a formal work packet before any execution, unlike directly performing tasks.

Compared to similar skills

jarvis-packetize side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
jarvis-packetize (this skill)02moReviewIntermediate
linear-todo-sync19moReviewBeginner
mixseek-team-config06moReviewIntermediate
mda-init04moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

linear-todo-sync

qdhenry

This skill fetches open tasks assigned to the user from the Linear API and generates a markdown todo list file in the project root. This skill should be used when the user asks about their work items, wants to see what they need to work on, or requests to load/sync their Linear tasks. Requires Python 3.7+, requests, mdutils, and python-dotenv packages. Requires LINEAR_API_KEY in .env file.

13

mixseek-team-config

drillan

MixSeekのチーム設定ファイル(team.toml)を生成します。「チームを作成」「エージェント設定を生成」「Web検索チームを作って」「分析チームを設定」といった依頼で使用してください。Leader AgentとMember Agentの構成を定義します。

00

mda-init

Chunkys0up7

Scaffold a new MDA process repository. Use when creating a new BPMN process project from scratch.

00

loop-engineering

Mark393295827

Turn a repeatable task into a bounded, evidence-driven agent loop. Use when Codex needs to decide whether a task merits a Goal, Loop, Automation, or AutoResearch pattern; define a loop contract; check trigger/state/tools/codebase readiness; choose single-agent versus maker-checker versus manager-wor

00

tsg-pipeline

jcentner

Use when: changing TSG Builder pipeline behavior, stage prompts, TSG markers, required headings, review warnings, retries, or Research/Write/Review contracts.

00

video-downloader

ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

101255

Search skills

Search the agent skills registry