This skill should be used when the user asks to "check CLI compliance", "validate CLI tool", "audit CLI code", "review CLI conventions", or wants to verify a CLI tool follows tech stack standards. Also use when the user says "check if this script follows our standards" or "lint this CLI tool".
From devkitnpx claudepluginhub masseater/claude-code-plugin --plugin devkitThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Check whether the CLI tool at the specified path complies with tech stack conventions.
$ARGUMENTS
If no path is provided, output an error message and exit.
Load the following skill for tech stack and convention reference:
/devkit:standards - Then read references/cli.md for CLI tech stack and conventions/path/to/file.ts:42: [any-type] use unknown or a concrete type
/path/to/file.ts:58: [barrel-export] use direct import/export