v1.2.2

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

Skill

Page/layout components, metadata, MDX pages, entry points, navigation, 404.

npx skills add rasengan-dev/agent-skills@rasengan-pages

rasengan-routing

Skill

Router definition, config-based/file-based routing, dynamic routes, navigation hooks.

npx skills add rasengan-dev/agent-skills@rasengan-routing

rasengan-config

Skill

Project configuration, SSR/SSG/SPA modes, CLI commands, TypeScript, env vars.

npx skills add rasengan-dev/agent-skills@rasengan-config

rasengan-data-fetching

Skill

Loader functions, SSG static path generation, loading states.

npx skills add rasengan-dev/agent-skills@rasengan-data-fetching

rasengan-styling

Skill

CSS Modules, Tailwind CSS, Sass/Less/Stylus preprocessors.

npx skills add rasengan-dev/agent-skills@rasengan-styling

rasengan-project-setup

Skill

Project scaffolding, create-rasengan CLI, file structure, TypeScript setup.

npx skills add rasengan-dev/agent-skills@rasengan-project-setup

rasengan-optimizing

Skill

Static assets (public/), metadata/SEO, Sage Mode / React Compiler.

npx skills add rasengan-dev/agent-skills@rasengan-optimizing

rasengan-deployment

Skill

Vercel adapter, Node.js self-hosting, build output structure.

npx skills add rasengan-dev/agent-skills@rasengan-deployment

rasengan-ecosystem

Skill

Kurama, Image, Theme, i18n, Kage Demo, MDX.

npx skills add rasengan-dev/agent-skills@rasengan-ecosystem

Quick Install

Install all skills at once

Terminal
npx skills add rasengan-dev/agent-skills --all

Or 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.txt

AGENTS.md

A detailed AI agent codebase guide with project structure, architecture, data flow, conventions, and key types — auto-loaded by compatible coding agents.

/AGENTS.md

How 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

Get started

Run this command in your Rasengan.js project to install all skills:

npx skills add rasengan-dev/agent-skills --all