AI-Powered Development with Agent Skills
Rasengan.js provides specialized agent skills that teach AI coding assistants how to work with the framework — from routing to deployment.
Available Skills
Choose the skills you need
rasengan-pages
SkillPage/layout components, metadata, MDX pages, entry points, navigation, 404.
npx skills add rasengan-dev/agent-skills@rasengan-pagesrasengan-routing
SkillRouter definition, config-based/file-based routing, dynamic routes, navigation hooks.
npx skills add rasengan-dev/agent-skills@rasengan-routingrasengan-config
SkillProject configuration, SSR/SSG/SPA modes, CLI commands, TypeScript, env vars.
npx skills add rasengan-dev/agent-skills@rasengan-configrasengan-data-fetching
SkillLoader functions, SSG static path generation, loading states.
npx skills add rasengan-dev/agent-skills@rasengan-data-fetchingrasengan-styling
SkillCSS Modules, Tailwind CSS, Sass/Less/Stylus preprocessors.
npx skills add rasengan-dev/agent-skills@rasengan-stylingrasengan-project-setup
SkillProject scaffolding, create-rasengan CLI, file structure, TypeScript setup.
npx skills add rasengan-dev/agent-skills@rasengan-project-setuprasengan-optimizing
SkillStatic assets (public/), metadata/SEO, Sage Mode / React Compiler.
npx skills add rasengan-dev/agent-skills@rasengan-optimizingrasengan-deployment
SkillVercel adapter, Node.js self-hosting, build output structure.
npx skills add rasengan-dev/agent-skills@rasengan-deploymentrasengan-ecosystem
SkillKurama, Image, Theme, i18n, Kage Demo, MDX.
npx skills add rasengan-dev/agent-skills@rasengan-ecosystemQuick Install
Install all skills at once
npx skills add rasengan-dev/agent-skills --allOr install individual skills with npx skills add rasengan-dev/agent-skills@rasengan-<skill-name> -g -y
Supporting Files
LLM-readable documentation
llms.txt
A comprehensive LLM-readable documentation file covering the entire framework — routing, rendering, configuration, packages, API reference, and quick-start guides.
docs/public/llms.txtAGENTS.md
A detailed AI agent codebase guide with project structure, architecture, data flow, conventions, and key types — auto-loaded by compatible coding agents.
/AGENTS.mdHow it works
Agent skills are specialized instructions that teach AI coding assistants about specific parts of the Rasengan.js framework. When installed, they provide context-aware code generation, explanations, and best practices.
- Auto-loaded by compatible coding agents
- Context-aware code generation
- Framework-specific best practices
- Always up to date with releases
Requirements
To use agent skills, you need a compatible AI coding assistant that supports the skills protocol.
View the repository