agentsclimarketplace

Before

Skill serpro69/claude-toolbox/klaude-plugin/skills/diff-skill/evals/clean-refactor/test-files/before

Reviews tool configurations for correctness.From its SKILL.md

Install
npx -y skills add serpro69/claude-toolbox --skill before

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.0 KB, 209 tokens by cl100k_base, as published. Nobody here has run it

Review Tool

Goal: Validate tool configuration files against the project schema.

Conventions

Follow standard review conventions.

Validation Rules

You MUST check every configuration file for:

  • Required fields present (name, version, entrypoint)
  • No deprecated fields (legacy_mode, compat_shim)
  • Version string matches semver format

Error Handling

When a validation error is found:

  1. Record the file path, field name, and violation type
  2. Continue checking remaining files — do not stop on first error
  3. Group errors by severity: blocking vs. warning

Required Outputs

  • Validation report written to docs/reports/
  • Inline summary with pass/fail counts
  • Blocking errors indexed under kk:review-findings

Workflow

Mandatory order — load rules before validating. Read all configuration schemas before examining any target files.

Phases: load schemas → scan files → classify errors → write report → present summary.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.