From language-agnostic-agent-setup
Vendor language-agnostic-agent-setup into the current project. Copies rules to .claude/rules/*.md (and optionally .cursor/rules/*.mdc with --cursor or --both). 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 [--cursor | --both] [--check | --force][--cursor | --both] [--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
Target flags (orthogonal to mode):
--claude — install Claude Code project-local rules only.--cursor — install Cursor project-local rules only.--both — install both. Default if no target flag is given.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.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
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.
npx claudepluginhub dominik-rehse/language-agnostic-agent-setup --plugin language-agnostic-agent-setup