From language-agnostic-agent-setup
Vendor language-agnostic-agent-setup into the current project. Copies rules to .claude/rules/*.md. Invoke with /language-agnostic-agent-setup:setup. Supports --check (read-only drift detection) and --force (overwrite existing files) for re-runs after upstream updates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/language-agnostic-agent-setup:setup [--check | --force][--check | --force]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run once per project to install. Re-run with `--check` to detect upstream updates, or with `--force` to pull them in. The rules land in source control like any other file.
Run once per project to install. Re-run with --check to detect upstream updates, or with --force to pull them in. The rules land in source control like any other file.
By default the installer is write-only-if-absent: re-running after a plugin update is a no-op on every file that already exists. Use the modes below to deal with updates.
Run the installer that ships with the plugin:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/install.sh" $ARGUMENTS
Mode flags (mutually exclusive):
--check — read-only diff. Reports ok / miss / drift per file. Exits 0 iff every file is byte-identical to upstream. Use from CI as a "rules in sync" guard.--force — overwrite every file, even if it already exists. Destructive against local customisations. Run --check first to see what would change.After the script finishes, confirm with:
language-agnostic-agent-setup installed.
npx claudepluginhub dominik-rehse/language-agnostic-agent-setup --plugin language-agnostic-agent-setupOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.