kilocode-submodule-parity

kilocode-submodule-parity is a skill for Claude Code, Codex from POWERFULMOVES/PMOVES.AI. It costs 52 tokens per session (685 once invoked), scanned A, original, no licence file.

A review aid for checking whether KiloCode configuration matches across Claude Code and Codex submodules. A submodule is a Git repository included inside another repository.

In plain words
What is it for?
Use it to audit configuration consistency, check claw scope alignment, and verify equivalent capabilities across PMOVES.AI submodules.
Why use it?
It helps detect inconsistent settings, scopes, or capabilities between related agent environments. This supports equivalent behavior across the three specified agents.

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 audit configuration consistency, check claw scope alignment, and verify equivalent capabilities across PMOVES.AI submodules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/powerfulmoves/pmoves.ai/kilocode-submodule-parity
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 POWERFULMOVES/PMOVES.AI --skill kilocode-submodule-parity
Clone the repo
git clone --depth 1 https://github.com/POWERFULMOVES/PMOVES.AI

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 kilocode-submodule-parity

README.md
[![agentmods](https://agentmods.dev/badge/skills/powerfulmoves/pmoves.ai/kilocode-submodule-parity.svg)](https://agentmods.dev/skills/powerfulmoves/pmoves.ai/kilocode-submodule-parity)
Your own site
<a href="https://agentmods.dev/skills/powerfulmoves/pmoves.ai/kilocode-submodule-parity"><img src="https://agentmods.dev/badge/skills/powerfulmoves/pmoves.ai/kilocode-submodule-parity.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 685 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 2 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.00052 $0.00685
Opus 5 $0.00026 $0.00342
Sonnet 5 $0.00010 $0.00137
Haiku 4.5 $0.00005 $0.00068

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

Security

Grade A, and why

kilocode-submodule-parity scanned grade A with 2 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 2d 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.

Reads agent configuration directorieslowAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

cat .claude/mcp.json | jq '.mcpServers | keys'

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Reads MCP configurationlowAgent snooping

mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.

cat .claude/mcp.json | jq '.mcpServers | keys'

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

.kilocode/skills/kilocode-submodule-parity/SKILL.md · 94 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 2d ago First seen · 94 lines · 52 tokens per session scan A a323d6e787a9

Subscribe to this mod's changes

kilocode-submodule-parity is a skill published in the GitHub repository POWERFULMOVES/PMOVES.AI (7 stars, last pushed today), with no licence file. It adds 52 tokens to every session and 685 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 2 findings (reads agent configuration directories, reads mcp configuration). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

contribute-spec-fix

Fix a broken OpenAPI spec in jentic-public-apis with an OpenAPI Overlay, validate it (spectral lint + idempotency check), and contribute it back via a PR to the community catalog. Falls back to applying the same overlay to the local Jentic registry if the user can't wait for maintainer approval, and closes the loop by…

jentic/jentic-one · 138 tokens

gh-cli

Patterns for invoking the GitHub CLI (gh v2.100.0+) from agents. Use when the task mentions GitHub, gh, pull requests/PRs, issues, releases, gists, Actions/workflow runs, forks, repo cloning, reviews, or you need exact gh commands. Covers pagination, repo targeting, search vs list, discussions, projects, rulesets…

znlgis/my-opencode-deepseek-config · 88 tokens

git-master

Advanced Git operations — rebase, squash, fixup, blame, bisect, reflog, code archaeology (git log -S/-G), worktrees. Use when the task mentions rebase, squash, bisect, blame, reflog, fixup, finding deleted code, tracing commit history, cleaning up a branch, or recovering lost work.

znlgis/my-opencode-deepseek-config · 75 tokens

git-release

Prepare a tagged release with release notes, a SemVer version bump, and a gh release command. Use when cutting a release, drafting a changelog, tagging a version, or the task mentions "release", "changelog", "version bump", "tag", or "publish a new version".

znlgis/my-opencode-deepseek-config · 63 tokens

github

GitHub operations via the gh CLI.

gebruder/wirken · 9 tokens

to-tickets

A workflow for turning a written plan or specification into separate GitHub issues, with each issue covering one independently finishable piece of work.

znlgis/my-opencode-deepseek-config · 60 tokens