Runable v1.0.0-alpha.20
Why Runable? Docs Modules Work with AI Blog About Changelog
  • 01Why Runable?
  • 02Docs
  • 03Modules
  • 04Work with AI
  • 05Blog
  • 06About
  • 07Changelog
Vue without a fixed server runtime.
Runable × AIContext / 01

Framework-aware by design

AI should learn your framework before it edits your project.

Runable gives coding agents two things generic model knowledge cannot: precise framework instructions and the resolved state of the application in front of them.

Install Agent Skills Connect the MCP
Open formatRead onlyProject local
agent / runable

Request

Add a protected account page and load the current user during SSR.

load runable-pagesready
get_routes12 routes
get_extensionsauth found
app/pages/account.vuecreate
Uses existing auth middleware. Generated files stay untouched.
Method + factsContext complete

The missing context

01 / 04

A model may know Vue. It does not automatically know your Runable app.

Without explicit context, an agent can invent framework APIs, edit generated output, overlook existing middleware, or assume Runable owns the backend. More model intelligence does not fix missing project information.

01

No framework guessing

Use APIs and conventions that actually exist.

02

No blind file scanning

Read Runable's resolved view of the application.

03

No stale assumptions

Refresh the project state after a change.

Two sources of context

02 / 04

Instructions tell the agent how.
Inspection tells it what is true.

Framework method

Agent Skills

Focused instructions teach the agent Runable's APIs, conventions, and safe editing rules.

Project facts

Runable MCP

Read-only tools expose the routes, configuration, extensions, and diagnostics resolved right now.

“How should I build this?”

“How is this project built?”

Built-in coverage

03 / 04

Seven Skills

METHOD
01
runable-project

Understand the project

02
runable-pages

Build routes and layouts

03
runable-data-fetching

Load SSR-aware data

04
runable-configuration

Configure and ship

05
runable-extend

Use modules and plugins

06
runable-head

Manage SEO and metadata

07
runable-integrations

Connect the backend

Eight MCP tools

FACTS
get_project
get_config
get_routes
get_extensions
resolve_route
diagnose
search_api
refresh
stdio onlyread onlyprivate values withheld
Explore Agent SkillsExplore MCP tools

Setup / 04

Add context to the project, not to every prompt.

Skills are committed with the codebase. The MCP server runs locally and inspects the Runable installation already used by the project.

01 / Skills
$ runable skills install

Select the coding agents used by your team, then commit the generated Skill directories.

02 / MCP
$ pnpm add -D @runablejs/mcp

Connect your MCP client to the project-local runable mcp command.

Your agent, your choice

Use the coding tools already in your workflow.

Codex
Claude Code
Cursor
GitHub Copilot
Gemini CLI
Cline

Start with reliable context

Let the agent move fast without asking it to guess.

Install the SkillsSet up the MCP
Runable

The Vue framework that brings productive conventions to any backend.

Product

  • Why Runable
  • Documentation
  • Installation
  • Integrations

Project

  • About
  • Blog
  • Changelog
  • Sponsor

Community

  • GitHub
  • Issues
  • Discussions
  • Bluesky

© 2026 Runable. Released under the MIT License.

Open source Built with Vue and Runable