ninja-parity-worker

ninja-parity-worker is a skill for Claude Code, Codex from pyraxo/muscle. It costs 23 tokens per session (972 once invoked), scanned A, original, no licence file.

A development skill for porting Ninja character moves, states, and owned objects from source code into a Python runtime.

In plain words
What is it for?
Use it to implement Ninja’s movement and state logic, along with the objects controlled by that character, in Python.
Why use it?
It helps preserve the original character behaviour when moving it to a different runtime.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to implement Ninja’s movement and state logic, along with the objects controlled by that character, in Python.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pyraxo/muscle/ninja-parity-worker
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pyraxo/muscle --skill ninja-parity-worker
Clone the repo
git clone --depth 1 https://github.com/pyraxo/muscle

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ninja-parity-worker

README.md
[![agentmods](https://agentmods.dev/badge/skills/pyraxo/muscle/ninja-parity-worker/github.svg)](https://agentmods.dev/skills/pyraxo/muscle/ninja-parity-worker)
Your own site
<a href="https://agentmods.dev/skills/pyraxo/muscle/ninja-parity-worker"><img src="https://agentmods.dev/badge/skills/pyraxo/muscle/ninja-parity-worker/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ninja-parity-worker

Your own site · 80×15
<a href="https://agentmods.dev/skills/pyraxo/muscle/ninja-parity-worker"><img src="https://agentmods.dev/badge/skills/pyraxo/muscle/ninja-parity-worker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 972 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00023 $0.00972
Opus 5 $0.00012 $0.00486
Sonnet 5 $0.00005 $0.00194
Haiku 4.5 $0.00002 $0.00097

Measured 9d ago against content hash f9a79f7b119b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ninja-parity-worker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.factory/skills/ninja-parity-worker/SKILL.md · 92 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 92 lines · 23 tokens per session scan A f9a79f7b119b

Subscribe to this mod's changes

ninja-parity-worker is a skill published in the GitHub repository pyraxo/muscle (5 stars, last pushed 5mo ago), with no licence file. It adds 23 tokens to every session and 972 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

vibeue

Unreal Engine 5 development using the VibeUE Python API. Use when working in Unreal Engine — blueprints, state trees, materials, actors, landscapes, animation, niagara, widgets, sound, foliage, gameplay tags, enhanced input, skeletons, PCG (procedural content generation), and more. VibeUE is an extension of Unreal's…

kevinpbuckley/VibeUE · 82 tokens

pygame-core

Structure a pygame (pygame-ce) game in Python: the init/event/update/draw loop, delta-time movement, Surface/Rect blitting, keyboard/mouse input, and Sprite/Group management with collision. Use when building or debugging a pygame game — when the user mentions pygame, pygame-ce, the game loop, blit, Surface, Rect…

gamedev-skills/awesome-gamedev-agent-skills · 85 tokens

demo-1-terminal-arcade

Demo skill that builds a colorful, playable terminal Snake game in a single pure-stdlib Python curses file — score HUD, speed ramp, eat/death animations, and a game-over screen.

decodingai-magazine/building-a-coding-agent-from-scratch-course · 46 tokens

glyphs-mcp-development

Use this skill to create, extend, or review reusable workspace-first Glyphs Python scripts and Python plug-ins, including general, reporter, filter, palette, select-tool, and file-format plug-ins, while grounding API and template choices in the bundled Glyphs documentation.

thierryc/Glyphs-mcp · 59 tokens

unreal-pcg-python

Guide for Unreal Engine 5.x PCG (Procedural Content Generation) Python integration. Covers the PCGPythonInterop plugin, the Execute Python Script node, PCG Python API (PCGComponent, PCGBlueprintElement, PCGSpatialData, PCGPointData), editor automation, custom PCG nodes via Python, and known limitations. Use when the…

maystudios/claude-skills · 121 tokens

use-sparse-set

For sparse data: infinite grids, large spaces with few active elements, membership testing, set operations on coordinates or states.

jimmc414/claude-code-plugin-marketplace · 29 tokens