matrix-cell-onboard

matrix-cell-onboard is a command for Claude Code from hmj1026/dhpk. It costs 88 tokens per session (655 once invoked), scanned B, original, MIT.

A command for adding a PHP and Laravel version combination to a multi-version continuous-integration test matrix. Continuous integration automatically builds and tests code in configured environments.

In plain words
What is it for?
Use it when adding or restoring a PHP/Laravel matrix entry, choosing compatible PHPUnit and Monolog versions, updating CI workflows, and running a local dry run.
Why use it?
It reduces the manual work and missed compatibility changes involved in supporting a new runtime or restoring an old one. It checks related dependency versions, workflow settings, test mappings, and local results.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Part of the dhpk plugin — 65 skills, 31 commands, 37 agents, 4 hooks shipped together

Good fit Use it when adding or restoring a PHP/Laravel matrix entry, choosing compatible PHPUnit and Monolog versions, updating CI workflows, and running a local dry run.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/hmj1026/dhpk/matrix-cell-onboard
View source ↗ hmj1026/dhpk
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.

Clone the repo
git clone --depth 1 https://github.com/hmj1026/dhpk

Made for: Claude Code.

Or install dhpk, the plugin that ships this one along with the rest of its 65 skills, 31 commands, 37 agents, 4 hooks.

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 matrix-cell-onboard

README.md
[![agentmods](https://agentmods.dev/badge/commands/hmj1026/dhpk/matrix-cell-onboard.svg)](https://agentmods.dev/commands/hmj1026/dhpk/matrix-cell-onboard)
Your own site
<a href="https://agentmods.dev/commands/hmj1026/dhpk/matrix-cell-onboard"><img src="https://agentmods.dev/badge/commands/hmj1026/dhpk/matrix-cell-onboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 655 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00088 $0.00655
Opus 5 $0.00044 $0.00328
Sonnet 5 $0.00018 $0.00131
Haiku 4.5 $0.00009 $0.00065

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

Security

Grade B, and why

matrix-cell-onboard scanned grade B with 1 finding 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 3d 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 directoriesmediumAgent snooping

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

- Active dhpk modules: !`grep -A 20 '"modules"' .claude/settings.local.json 2>/dev/null | head -25`
commands/matrix-cell-onboard.md · 53 lines

What it actually says

⚠️ Must read and follow the skill below before executing this command:

@skills/dhpk-matrix-cell-onboard/SKILL.md

Context

  • composer.json: !grep -E '"(php|laravel/framework|monolog/monolog|orchestra/testbench|phpunit/phpunit)"' composer.json 2>/dev/null | head -10
  • workflow files: !ls .github/workflows/ 2>/dev/null
  • Active dhpk modules: !grep -A 20 '"modules"' .claude/settings.local.json 2>/dev/null | head -25

Arguments

Parameter Description
<php> Target PHP version (e.g. 8.3)
<laravel> Target Laravel major (e.g. 12)
[phpunit] Optional explicit PHPUnit major; defaults to Laravel-compatible minimum
[monolog] Optional explicit Monolog major; defaults to Laravel-compatible minimum

If only <php> <laravel> are supplied, the skill derives the remaining versions from the Laravel ↔ Testbench ↔ PHPUnit mapping table.

Prerequisites

Prerequisite Check
library-author module enabled [email protected] in .claude/settings.local.json
composer.json uses || across majors grep '||' composer.json returns hits in require
.github/workflows/ has a matrix definition ls .github/workflows/ shows tests.yml or similar

If library-author is not enabled, the skill still runs but cannot auto-trigger the polyfill-reviewer sentinel on the resulting edits. Enable it first via /dhpk:setup or by editing .claude/settings.local.json.

Execution

Follow the SKILL.md procedure step-by-step. Do not skip step 4 (polyfill branch coverage) — it is the most common source of silent matrix-add regressions in multi-major libraries.

Output a single onboarding report matching the SKILL.md ## Output template, then ask the user whether to apply the composer.json / workflow YAML edits in this same session or defer to a follow-up.

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. 3d ago First seen · 53 lines · 88 tokens per session scan B 71f9048d84c1

Subscribe to this mod's changes

matrix-cell-onboard is a command published in the GitHub repository hmj1026/dhpk (2 stars, last pushed today), licensed MIT. It adds 88 tokens to every session and 655 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other commands, from other repositories