Agent Skills
Focused instructions teach the agent Runable's APIs, conventions, and safe editing rules.
Framework-aware by design
Runable gives coding agents two things generic model knowledge cannot: precise framework instructions and the resolved state of the application in front of them.
Request
Add a protected account page and load the current user during SSR.
The missing context
01 / 04
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
Focused instructions teach the agent Runable's APIs, conventions, and safe editing rules.
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
runable-projectUnderstand the project
runable-pagesBuild routes and layouts
runable-data-fetchingLoad SSR-aware data
runable-configurationConfigure and ship
runable-extendUse modules and plugins
runable-headManage SEO and metadata
runable-integrationsConnect the backend
get_projectget_configget_routesget_extensionsresolve_routediagnosesearch_apirefreshSetup / 04
Skills are committed with the codebase. The MCP server runs locally and inspects the Runable installation already used by the project.
$ runable skills installSelect the coding agents used by your team, then commit the generated Skill directories.
$ pnpm add -D @runablejs/mcp Connect your MCP client to the project-local runable mcp command.
Your agent, your choice
Start with reliable context