By raviselker
Guidance for developing jamovi analysis modules: file anatomy, the .init()/.run() lifecycle, compiling with jmc, and cross-file conventions.
A community Claude Code plugin marketplace for jamovi development. It hosts plugins that teach AI assistants the conventions of working on jamovi — starting with module development, and open to more (docs authoring, release tooling, …) over time.
# Add the marketplace once
/plugin marketplace add raviselker/jamovi-ai
# Install the plugins you want
/plugin install jamovi-module@jamovi-ai
Update later with /plugin marketplace update jamovi-ai.
| Plugin | What it gives you |
|---|---|
jamovi-module | A skill describing how jamovi modules are built — file anatomy (.a.yaml/.r.yaml/.u.yaml, generated .h.R, .b.R bodies), the .init()/.run() lifecycle, compiling with jmc, and cross-file conventions (base64 factor levels, jmvcore::reject, .() translation). Claude loads it automatically when it detects you're in a jamovi module. |
These plugins cover what's true for any jamovi module. Project-specific
guidance (what a particular module does, its tests, its commit rules) belongs in
that repository's own CLAUDE.md, which always takes precedence.
plugins/<your-plugin>/ containing
.claude-plugin/plugin.json and your components (skills/, commands/,
agents/, hooks/, …).plugins array in
.claude-plugin/marketplace.json.Validate locally before submitting:
claude plugin validate ./plugins/<your-plugin>
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimnpx claudepluginhub raviselker/jamovi-ai --plugin jamovi-moduleDesign fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
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.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
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.
Complete developer toolkit for Claude Code