About this project

Noppu Labs AI Toolkit is a collection of agents, skills and path-scoped rules for agentic development in modern Laravel and React applications. The README presents it as a Claude Code and Vercel skills toolkit rather than an application framework. It contains three plugins. The laravel plugin includes 16 backend skills, a laravel-backend-specialist agent, and 4 path-scoped rules. The inertia-react plugin includes 6 frontend skills, a frontend-developer agent, and 2 path-scoped rules. The review plugin includes 4 language-agnostic review skills: comment audit, writing comments, type-safety review, and a PR review orchestrator. Installation is shown for the Claude Code marketplace with commands to add the marketplace and install laravel, inertia-react and review, followed by install-rules commands that copy each plugin's path-scoped rules into the project's .claude/rules directory. The README advises reviewing the copied rules and adjusting project-specific commands such as formatter invocation and npm script names. Installation is also shown through the Vercel skills CLI using npx skills add for the laravel, inertia-react and review paths. After installation, skills are namespaced, for example laravel:laravel-dtos, inertia-react:shadcn and review:comment-audit. Releases are published as plugin tarballs with GitHub build provenance attestations, and the README shows a gh attestation verify command for checking that CI built the release from the tagged commit. The project also links to a website and documents forking the repository and adapting the plugins to another stack, with a maintenance guide for forks. Security and transparency are highlighted through OpenSSF Scorecard, OpenSSF Best Practices, OpenSSF Baseline and Snyk badges.