From skill-grader
Nong.Cli.Net skill lifecycle gates. Trigger on validating SKILL.md, scanning a skill/plugin for security findings, inventorying plugin skills, packaging a Claude Code plugin, or checking manifests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill-grader:skill-graderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `nong skill` as the deterministic lifecycle gate for Nong.Toolkit.Net skills and plugins: validate 鈫?scan 鈫?inventory 鈫?package.
Use nong skill as the deterministic lifecycle gate for Nong.Toolkit.Net skills and plugins: validate 鈫?scan 鈫?inventory 鈫?package.
Read ../../.claude/references/nong-cli-preflight.md before the first Nong CLI command in a session. Confirm the nong CLI is installed and the skill command group.
nong skill validate <skill-dir> --json
nong skill inventory <plugin-root> --json
nong skill scan <plugin-root> --json
nong skill package <plugin-root> --json
skill inventory at the plugin root to verify discovered skills and manifests.skill validate on each changed skill directory.skill scan at the plugin root before packaging or release.skill package only after validation and scan are clean..zip files outside the repository unless this is an explicit release artifact.skill package should report packageType: "plugin" for Nong.Toolkit.Net.This skill covers CLI lifecycle commands only. For breeding skills, use skill-breeder. For testing skills, use skill-tester. For pruning decisions, use skill-pruner.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub angri450/nong.toolkit.net --plugin skill-grader