L
Navigate
LaraSkillsContext engine online

Laravel engineeringcontext forAI coding agents

LaraSkills equips OpenCode, Claude Code, Cursor, Codex, Copilot, and other coding agents with Laravel-specific skills, rules, retrieval workflows, and MCP support so they can work with deeper context and fewer guesses.

202 tests passed2,321 knowledge unitsMCP ready
laraskills.context
MCP

Retrieval session

Optimize N+1 query

Ready
bash00:02.4
$npm install --save-dev laraskills
$laraskills retrieve "Optimize N+1 query"
Found Laravel-specific context
Loaded rules and examples
Context ready for your AI agent

Skills

4

Rules

12

Examples

8

How it works

Your agent writes the code.Laraskills supplies the Laravel judgment.

Laraskills turns a plain-language task into a compact, relevant context packet before generation starts, so your coding agent works from framework-specific guidance instead of broad memory.

01Request
Developer intent
task.md
“Build a secure profile update flow with authorization and validation.”
Plain-language task
Any coding agent
02Retrieve

Context packet

Assembled for this task, not every task.

Ready
  1. 01

    Route the task

    Identify the Laravel domains and decisions involved.

  2. 02

    Load the right guidance

    Select focused skills, rules, examples, and checklists.

  3. 03

    Resolve dependencies

    Include prerequisites and related framework constraints.

  4. 04

    Return a bounded packet

    Give the agent useful context without flooding its window.

SkillsRulesExamplesDependencies
03Build
Agent output
context loaded
ProfileController.php
public function update(
  UpdateProfileRequest $request
): RedirectResponse
  • Laravel conventions are explicit
  • Security decisions are considered
  • Less prompting and fewer guesses

Input

One clear engineering task

Context

The smallest useful Laravel guidance

Result

Code grounded in framework decisions

Scale

LaraSkills at a glance

The LaraSkills knowledge system today

Knowledge Core

The fundamental engineering knowledge and rules that drive consistent output.

12
Laravel skills

Implementation skills across key Laravel engineering tasks and patterns.

41
Always-follow rules

Guardrails that improve consistency and reduce unsafe output.

Ecosystem Coverage

Broad coverage across Laravel engineering domains and agent personas.

12
Agent definitions

Structured agent behaviors for coding and retrieval workflows.

21
Engineering domains

Coverage across architecture, validation, APIs, queues, testing, and more.

Integration Layer

Secure interfaces that connect the knowledge base to your engineering tools.

5
Read-only MCP tools

Safe protocol tools that expose LaraSkills intelligence to coding agents.

12
Supported coding harnesses

Compatible with multiple agent environments and developer workflows.

BEFORE & AFTER

From generic agent to Laravel-ready output

LaraSkills turns broad coding-agent memory into precise Laravel guidance before code is written.

Raw prompt
Retrieve
Apply rules
Laravel output

Generic coding agent

uncertain

Works from broad memory and guesses project context.

Guesses conventions
Misses project context
Needs long manual prompts
> Build a post update
> endpoint with auth

LaraSkills Engine

Retrieves focused Laravel context before the agent writes.

retrieverankapply

Agent with LaraSkills

Laravel-ready

Uses focused Laravel retrieval before writing code.

Route::put('/posts/{post}', UpdatePost::class);
Gate::authorize('update', $post);
$post->update($request->validated());
Laravel-specific guidance
Rules applied automatically
MCP-compatible workflow
Structure

Three-layer architecture

How Laraskills structures its engineering knowledge

01

Operating layer

Defines how agents should behave.

  • Skills, rules, agents
  • Command references
  • Harness configs
02

Intelligence layer

Organizes Laravel knowledge into context.

  • Domains, knowledge units
  • Indexes, routing maps
  • Dependency graph
03

Retrieval layer

Delivers the right guidance to coding tools.

  • CLI retrieval, search
  • Inspect, graph context
  • MCP tools
Terminal

CLI at your fingertips

Real commands to install, retrieve, search, inspect, and diagnose — all from your terminal

laraskillsbash · 80×24
LIVE
INSTALLLARASKILLS$ npm install --save-dev laraskills
RETRIEVECONTEXT$ npx laraskills retrieve "Optimize an N+1 query" --mode compact
SEARCHKNOWLEDGE$ npx laraskills search "Policies versus Gates"
INSPECTKNOWLEDGE UNIT$ npx laraskills get security-identity-engineering/authentication/sanctum-spa-authentication
VALIDATEKNOWLEDGE GRAPH$ npx laraskills validate
SYSTEMDIAGNOSTICS$ npx laraskills doctor
MCP LAYER

Local Laravel context for AI coding agents

Laraskills gives AI coding agents a local, read-only MCP layer that retrieves Laravel-specific context before generating code.

Read-only

Queries your local knowledge base — never modifies files or system state.

Local retrieval

Everything runs on your machine — no external API calls, no data leaves your environment.

Deterministic context

Same input always returns the same result — predictable and reproducible for your agent.

Agent request
Laraskills MCP
Knowledge graph
Context bundle
SUPPORTED STACK

Works with the tools you already trust

Bring Laravel-specific context into your existing AI coding workflow — terminal, editor, or assistant.

laraskills
$laraskills works-with
opencodeOpenCode
Claude CodeClaude Code
CursorCursor
Gemini CLIGemini CLI
CodexCodex CLI
GithubCopilotGitHub Copilot
VS Code
Zed
TRAETrae
QwenQwen
CodeBuddyCodeBuddy
KiroKiro
No migration. No vendor lock-in. Laravel context where your agent works.
View integration docs

Tool names and logos are trademarks of their respective owners.

Ready to ship better Laravel code?

Install Laraskills and give your coding agent Laravel-specific context in seconds.

TERMINAL
$ npm install --save-dev laraskills

Early validation: 9 isolated OpenCode runs across 3 Laravel scenarios. Read the study →