Validate License banner
cdeust cdeust

Validate License

Development community

Description

--- name: validate-license description: Validate or activate an AIPRD license key, or check current license tier allowed-tools: Bash, Read, Write argument-hint: "[AIPRD-license-key]" --- # Validate License ## Step 1 — Detect mode Check your available tools list. If a tool named `mcp__ai-prd-generator__validate_license` exists, you are in **Cowork mode**. Otherwise you are in **CLI Terminal mode**. ## Step 2 — If the user provided a license key (starts with `AIPRD-`): **CLI Terminal mode:**

Installation

Installs to ~/.claude/skills/cdeust-ai-prd-generator-validate-license/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cdeust-ai-prd-generator-validate-license && curl -fsSL https://raw.githubusercontent.com/cdeust/ai-prd-generator/HEAD/commands/validate-license.md -o ~/.claude/skills/cdeust-ai-prd-generator-validate-license/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository