Agent-agnostic baseline rules: minimal-change principle, Conventional Commits, documentation conventions, and Context7 MCP guidance for library lookups.
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.
Review the entire existing codebase and simplify it for clarity, consistency, and maintainability while preserving all functionality. Language-agnostic. Invoke with /language-agnostic-agent-setup:code-simplifier. Pass a path to scope the pass to a subtree.
Baseline rules for Claude Code.
Each rule in rules/ is a single Markdown file. The installer copies it into a project's .claude/rules/, so there's one source of truth per rule.
/plugin marketplace add dominik-rehse/language-agnostic-agent-setup
/plugin install language-agnostic-agent-setup@language-agnostic-agent-setup
Then run /language-agnostic-agent-setup:setup — it runs scripts/install.sh in the current project. You can also clone this repo and run the installer directly:
bash path/to/language-agnostic-agent-setup/scripts/install.sh
The plugin ships slash commands that are not vendored into projects — they run from the plugin itself:
/language-agnostic-agent-setup:setup — vendor the rules into the current project (see Install)./language-agnostic-agent-setup:code-simplifier — review the whole codebase and apply clarity and consistency simplifications while preserving behaviour. Pass a path to scope the pass to a subtree. Best run on a capable model, since it reasons across the entire repository.The default install path is write-only-if-absent: it never clobbers a file you already have. After a plugin update, two extra modes pick up upstream changes:
--check — read-only diff. Prints ok / miss / drift per file and exits 0 iff every file is byte-identical to upstream. Wire into CI to catch silent drift.--force — overwrite every file, even if it exists. Destructive against local edits. Run --check first.bash path/to/install.sh --check # what would change?
bash path/to/install.sh --force # pick up upstream
The two modes are mutually exclusive.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dominik-rehse/language-agnostic-agent-setup --plugin language-agnostic-agent-setupSpec and test driven development for Claude Code. Enforces spec-first, one-test-at-a-time TDD via slash commands, a PreToolUse guard hook, and a git pre-commit gate.
Bun + TypeScript stack rules: TS conventions, formatting, bun:test testing, security, Bun-first tooling, and Bun runtime / built-in API guidance.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.