jarvis-packetize
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.zipInstalls 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.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
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
- Run the packetizer:
python -m hermes_cli.jarvis_prime packetize "<request>" --markdown - Validate and gate-check:
python -m hermes_cli.jarvis_prime packet "<request>" --validate python -m hermes_cli.jarvis_prime packet "<request>" --gate-check - If the packet is
RC4/blocked, stop — it is plan-only. Do not execute owner-gated actions; surface them for the owner. - 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_filesor targetmain/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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| jarvis-packetize (this skill) | 0 | 2mo | Review | Intermediate |
| linear-todo-sync | 1 | 9mo | Review | Beginner |
| mixseek-team-config | 0 | 6mo | Review | Intermediate |
| mda-init | 0 | 4mo | Review | Beginner |
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.
mixseek-team-config
drillan
MixSeekのチーム設定ファイル(team.toml)を生成します。「チームを作成」「エージェント設定を生成」「Web検索チームを作って」「分析チームを設定」といった依頼で使用してください。Leader AgentとMember Agentの構成を定義します。
mda-init
Chunkys0up7
Scaffold a new MDA process repository. Use when creating a new BPMN process project from scratch.
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
tsg-pipeline
jcentner
Use when: changing TSG Builder pipeline behavior, stage prompts, TSG markers, required headings, review warnings, retries, or Research/Write/Review contracts.
video-downloader
ComposioHQ
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.