nyoncode/wire-boost
Composer 安装命令:
composer require nyoncode/wire-boost
包简介
AI tooling for the Wire ecosystem – an MCP server, AI guidelines and agent skills for wire-core, wire-forms, wire-table and wire-sortable.
README 文档
README
AI tooling for the Wire ecosystem — the wireStack equivalent of laravel/boost.
It ships an MCP server, AI guidelines and Agent Skills that help AI coding agents build
high-quality applications with wire-core, wire-forms, wire-table and wire-sortable.
Installation
composer require nyoncode/wire-boost --dev php artisan wire-boost:install
wire-boost:install configures the AI agents you select (Claude Code, Codex, Cursor, Gemini CLI,
GitHub Copilot, Junie): it writes the MCP server entry into the agent's config, merges the wireStack
guidelines into the agent guideline file, and installs the skills. Re-run it any time; it is idempotent.
Use php artisan wire-boost:update to refresh guidelines and skills after upgrading wire packages.
MCP server
The server is started with php artisan wire-boost:mcp (registered as the local handle wire-boost).
It exposes the following tools:
WireStack-specific
| Tool | Purpose |
|---|---|
application-info |
PHP/Laravel/Livewire versions, installed wire package versions, key config |
list-wire-components |
Discover app Livewire components that build wire tables/forms/infolists |
describe-table |
Resolve a table's columns, filters, actions, default sort, searchability |
describe-form |
Resolve a form's flattened field schema |
describe-infolist |
Resolve an infolist's entry schema |
list-component-types |
Built-in types for a category (columns, fields, filters, actions, …) |
describe-component-api |
Public fluent API (method signatures) of a component type |
list-icons |
Icon names registered with the wire IconManager |
wire-config |
Effective wire-* configuration |
search-wire-docs |
Search the bundled guideline/skill corpus |
General (parity with laravel/boost)
database-schema, database-connections, database-query (opt-in), last-error, read-log-entries,
get-absolute-url, list-artisan-commands, list-routes, tinker (opt-in), browser-logs.
database-query and tinker are disabled by default; enable them with WIRE_BOOST_DATABASE_QUERY=true
and WIRE_BOOST_TINKER=true.
Extending
Custom guidelines and skills placed in .ai/guidelines/* and .ai/skills/* are merged in automatically
when you run the installer.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-29