From Valence
Installs Valence skillset into projects for spec-driven Claude Code workflows with adversarial review, QA agents, and orchestrated builds. Guides review, installation, quickstart, and customization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/Valence:installThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install Valence from the skillsets.cc registry into the current project directory.
Install Valence from the skillsets.cc registry into the current project directory.
Create ALL tasks upfront using TaskCreate. Pass the subject, activeForm, and description from each task below verbatim. Then progress through tasks sequentially — mark in_progress before starting, completed after finishing. Do not begin a task until the prior task is completed.
references/INSTALL_NOTES_VALENCE.md. Print: "Before installing Valence, review what's included:" followed by the ENTIRE install notes content VERBATIM — every line, every table, every paragraph of prose below the tables. Do NOT summarize, truncate, or omit any content. The prose paragraphs after tables contain critical reputation and context information that users need. Then note: "This skillset declares external dependencies listed above. Proceeding will install them." Then note the external plugin dependencies listed below. Ask the user to confirm they want to proceed. If confirmed: run npx skillsets@latest install @supercollectible/Valence --accept-mcp --accept-deps. If declined: stop.This skillset also uses external Claude Code plugins that are not bundled:
QUICKSTART_VALENCE.md — every skillset ships one. Identify each section that needs interactive walkthrough with the user. Sections vary by skillset but typically cover project configuration, style guides, agent tuning, templates, and infrastructure setup.AskUserQuestion — explain what needs customizing, present the options, and let the user decide. Only apply changes the user explicitly chooses. Never edit files autonomously — the user drives, you guide.npx skillsets@latest install @supercollectible/Valence [options]
| Flag | Description |
|---|---|
-f, --force | Overwrite existing files without prompting |
-b, --backup | Backup existing files before installation |
--accept-mcp | Accept MCP servers without interactive prompt |
--accept-deps | Accept runtime dependencies without interactive prompt |
The CLI handles:
--force or --backupnpx claudepluginhub skillsets-cc/main --plugin ValenceInstalls, validates with 10 security checks, registers to orchestrator, and verifies new skills in the Claude Code ecosystem. Use after skill creation or on 'install skill' mentions.
Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.
Installs community skills from a registry with safety checks including allowlist validation, raw display, trust analysis, and human approval before writing.