Learn about the experiments plugin and its purpose
Retrieve, cache, and verify npm package changelogs locally for a version or range
Generate Ralph loop infrastructure (PRD, prompt, scripts) from a project description for autonomous AI coding
This skill should be used when the user asks to "hookify", "optimize CLAUDE.md", "convert instructions to hooks", "enforce CLAUDE.md rules", or when starting a session to review project instructions for hookifiable rules. Analyzes CLAUDE.md/AGENTS.md for deterministic instructions convertible to Claude Code hooks.
This skill should be used after completing modifications to a Claude Code plugin (any directory with .claude-plugin/plugin.json) to "bump version", "update plugin version", or "sync version files". Also trigger proactively after finishing plugin changes — not mid-task.
This skill should be used at session start to auto-detect the project stack and install missing skills.sh skills, or when the user asks to "install skills", "detect stack skills", or "set up project skills". Detects react, next, shadcn, expo, and other stacks.
This skill should be used at session start to check for available updates to globally-installed skills.sh skills, or when the user asks to "check skill updates", "update skills", or "are my skills up to date". Execute once per session only.
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.
This monorepo publishes several packages to both npm and JSR registries:
@m0n0lab/react-hooks | @m0n0lab/react-hooks (JSR)
Collection of reusable React hooks.
# npm
npm install @m0n0lab/react-hooks
# JSR (Deno, Node.js, Bun)
npx jsr add @m0n0lab/react-hooks
@m0n0lab/react-clean | @m0n0lab/react-clean (JSR)
Clean React components and patterns.
# npm
npm install @m0n0lab/react-clean
# JSR (Deno, Node.js, Bun)
npx jsr add @m0n0lab/react-clean
@m0n0lab/ts-configs | @m0n0lab/ts-configs (JSR)
Shared TypeScript configurations for web and Node.js projects.
# npm
npm install -D @m0n0lab/ts-configs
# JSR (Deno, Node.js, Bun)
npx jsr add -D @m0n0lab/ts-configs
@m0n0lab/http-client | @m0n0lab/http-client (JSR)
Abstracted HTTP client for web and Node.js environments. Foundation package for future implementations with neverthrow and effect-ts wrappers.
# npm
npm install @m0n0lab/http-client
# JSR (Deno, Node.js, Bun)
npx jsr add @m0n0lab/http-client
This project uses Node.js version 24.12.0. To install and use this specific version:
nvm use
This will automatically read the .nvmrc file and switch to Node.js version 24.12.0.
This project uses pnpm as the package manager. To activate pnpm version 10.27.0 using corepack:
corepack enable
corepack prepare [email protected] --activate
pnpm --version
The output should be 10.27.0.
This project uses Vitest for testing with separate test types organized by purpose.
Unit Tests (*.test.ts, *.test.tsx)
pnpm run test:unit or pnpm run test:unit:affectedpnpm run test:unit:watchIntegration Tests (*.integration.ts)
pnpm run test:integration or pnpm run test:integration:affectedpnpm run test:integration:watchType Tests (*.test-d.ts)
npx claudepluginhub pabloimrik17/monolab --plugin experimentsExpo/React Native developer tools with dependency validation
Track and analyze AI experiments with a web dashboard and MCP tools
Custom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows
Manage monorepo packages with affected detection and version synchronization
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.