hpe-networking-mcp: Skill for Claude Code

.agents/skills/project-work/SKILL.md

project-work is a skill for Claude Code, Codex from secure-ssid/hpe-networking-mcp. It costs 37 tokens per session (836 once invoked), scanned A, original, MIT.

A workflow guide for pika, a repository tool that checks proposed code changes before committing them. It describes commands for starting work, fixing failed checks, resuming interrupted runs, and recovering locked runs.

In plain words
What is it for?
It helps agents run the repository's checks, send failures back for repair, inspect run status, explain rules, and commit only after checks pass.
Why use it?
It makes verification the basis for accepting changes instead of relying on an agent's claim that the work is complete.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is secure-ssid/hpe-networking-mcp's own configuration. It tells Claude Code and Codex how to work on hpe-networking-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything hpe-networking-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to secure-ssid/hpe-networking-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/secure-ssid/hpe-networking-mcp/main/.agents/skills/project-work/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/secure-ssid/hpe-networking-mcp

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 project-work

README.md
[![agentmods](https://agentmods.dev/badge/skills/secure-ssid/hpe-networking-mcp/project-work.svg)](https://agentmods.dev/skills/secure-ssid/hpe-networking-mcp/project-work)
Your own site
<a href="https://agentmods.dev/skills/secure-ssid/hpe-networking-mcp/project-work"><img src="https://agentmods.dev/badge/skills/secure-ssid/hpe-networking-mcp/project-work.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 836 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 original 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.00037 $0.00836
Opus 5 $0.00018 $0.00418
Sonnet 5 $0.00007 $0.00167
Haiku 4.5 $0.00004 $0.00084

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

Security

Grade A, and why

project-work 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 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.

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.

.agents/skills/project-work/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Driving pika

pika is a kernel that decides whether your changes are safe to keep. You propose; it verifies and commits. Nothing you assert counts as evidence — only a green verification ladder does.

Pick the command

Situation Command
Checks are failing and you want them fixed pika improve
You have a goal to implement pika work "<goal>"
A previous run was interrupted pika resume <work-id>
A run or transaction was killed and left a lock pika recover --apply
You want to know what is wrong before acting pika doctor
You do not understand a rule, gate, or error code pika explain <id>

pika status lists runs. pika status <work-id> shows one in full.

The loop

improve and work do the same thing, differing only in what starts them:

  1. run the ladder (pika check)
  2. hand only the failing gates to the configured agent — warnings never go
  3. re-run the ladder against what the agent produced
  4. commit on a branch only if the recheck is green

You are step 3's subject, not its judge. The kernel re-verifies independently.

Rules that are not obvious

The ladder is the evidence. A green pika check is the only completion signal. Never report done from a narrative, a diff that looks right, or a test you ran by hand.

blocked means diagnose, not retry. A blocked run recorded a reason. Read it with pika status <work-id>. Re-running without changing anything reproduces the same block.

A refusal naming another holder means someone else is writing. A run-lease refusal or scope_conflict means a second process holds this repository — one repository runs one run at a time, because both would commit through the same working tree. Do not loop, do not wait, and never delete a lock file. pika recover clears only a holder it can prove is dead; a holder on another machine is reported unverifiable and is never swept.

Never commit .project/state/. It holds prompts, check reports, and briefly the raw agent transcript. The kernel filters it out of commits — do not defeat that by moving, renaming, or copying content out of it.

Read the full file on GitHub · 79 lines

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 · 79 lines · 37 tokens per session scan A 40185dc3c678

Subscribe to this mod's changes

project-work is a skill published in the GitHub repository secure-ssid/hpe-networking-mcp (1 stars, last pushed 2d ago), licensed MIT. It adds 37 tokens to every session and 836 once invoked, about $0.0002 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-09-05.