Create Jinx

Write a new .jinx file from inputs (name, description, inputs spec as JSON list of strings, python body). Agents use this mid-task to crystallize a repeated block of code into a reusable jinx. The jinx is written to the team's jinxes/lib dir by default and registered with the running team so it is immediately callable without a restart.

npc-worldwide 8e968bc 2 files · 2.8 KB Updated

File contents

create_jinx

Write a new .jinx file from inputs (name, description, inputs spec as JSON list of strings, python body). Agents use this mid-task to crystallize a repeated block of code into a reusable jinx. The jinx is written to the team's jinxes/lib dir by default and registered with the running team so it is immediately callable without a restart.

Inputs

  • jinx_name
  • description
  • inputs_spec (default: '[]')
  • python_code
  • target_subdir (default: 'lib')

Steps

Usage

/run_jinx jinx_ref=create_jinx input_values={"jinx_name": "<value>", "description": "<value>", "inputs_spec": "[]", "python_code": "<value>", "target_subdir": "lib"}

npc-worldwide/npcpy/tree/main/skills/create_jinx commit 8e968bc983

Frequently asked questions

npx skillmds@latest add npc-worldwide/create-jinx