By neoeinstein
HTMX and Alpine.js patterns for server-driven web applications with accessibility and framework-specific guidance
A Claude Code plugin marketplace containing development-focused plugins.
Add this marketplace to Claude Code:
/plugin marketplace add neoeinstein/claude-plugins
Then browse and install individual plugins:
/plugin browse
/plugin install rust-best-practices@neoeinstein-plugins
| Plugin | Version | Description |
|---|---|---|
| rust-best-practices | 1.0.0 | Idiomatic Rust development guidance with best practices skill and auto-formatting hook |
| askama | 0.1.0 | Askama Rust template engine guidance for writing and debugging templates |
| htmx-alpine | 0.1.0 | HTMX and Alpine.js patterns for server-driven web applications |
| mise | 0.1.0 | mise toolchain manager guidance for consistent development environments |
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/
│ ├── rust-best-practices/ # Rust development skill + rustfmt hook
│ ├── askama/ # Askama template guidance
│ ├── htmx-alpine/ # HTMX + Alpine.js patterns
│ └── mise/ # mise toolchain management
└── README.md
Each plugin has its own .claude-plugin/plugin.json manifest and contains skills, hooks, or both.
The primary plugin. Provides:
rustfmt after file edits, with nightly/stable toolchain fallbackTemplate engine guidance for Askama (Jinja2-like templates compiled to Rust). Covers writing templates and debugging compilation errors.
Patterns for building server-driven web applications with HTMX and Alpine.js. Language-agnostic guidance focused on the interaction model.
Guidance for using mise as a toolchain manager. Covers both mise.toml (for repos you control) and mise.local.toml (for repos you contribute to).
MIT
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.
Idiomatic Rust development guidance with best practices skill and auto-formatting hook
Typst authoring guidance plus a markdown-to-pdf workflow: convert Markdown to branded PDF or HTML through a pure Typst pipeline with pluggable, per-document theming
mise toolchain manager guidance with task runner, monorepo patterns, project onboarding, and SessionStart hook for toolchain detection
Prevents macOS sleep and screen lock during Claude's active turn, re-enabling sleep when waiting for user input
Structured multi-agent development pipeline with phased investigation, planning, implementation, and two-stage review (spec compliance + pluggable evaluators)
npx claudepluginhub neoeinstein/claude-plugins --plugin htmx-alpineHTMX development guidance and AJAX-to-HTMX migration tools for Drupal 11.3+. Includes analyzers, pattern recommendations, and validation.
Reusable UI component patterns for implementing common features across different frameworks and tech stacks
Phoenix Framework skills for building web applications
Opinionated Go web app scaffolding with Templ + HTMX + Alpine.js + Tailwind
Code review, debugging, documentation, license compliance (AGPL/MIT/Apache), payment integration (Stripe/PayPal), and frontend development (HTMX/Alpine.js) workflows. MCP: context7
Build ultrafast web APIs and apps with Hono across any JavaScript runtime. Covers routing, Context API, 25+ built-in middleware (auth, CORS, caching, security), type-safe RPC client, Zod/Standard Schema validation, JSX rendering, streaming/SSE, WebSocket, cookie/JWT helpers, testing patterns, and deployment to Cloudflare Workers, Bun, Deno, Node.js, AWS Lambda, Vercel, Netlify, and more.