定制 imliam/boots 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

imliam/boots

最新稳定版本:v0.1.1

Composer 安装命令:

composer create-project imliam/boots

包简介

Give your AI guidelines some boots, so they can walk from one agent to the next

README 文档

README

Build Status Total Downloads Latest Stable Version License

Give your AI guidelines some boots, so they can walk from one agent to the next.

Introduction

Boots is a slimmed-down fork of Laravel Boost with one goal: to provide a way to make your AI guidelines consistent across different agents, no matter what your app's stack is.

What's the difference?

  • Laravel Boost is tightly specific to the Laravel framework, provides its own guidelines, and must be a dependency of your application
  • Boots is framework (and language) agnostic, allows you to define your own guidelines, and can be used as a standalone command line tool

Note

It is still recommended to use Laravel Boost in a Laravel application - the additional features it provides are worth it.

With this, you can easily switch between different AI agents or have multiple team members using different agents on the same project, while keeping your guidelines consistent and up to date.

Usage

Boots can be installed globally via Composer, then run via the boots command in your terminal:

composer global require imliam/boots

boots

Or run via cpx:

cpx imliam/boots

When run, Boots will prompt you to ask which agents you wish to generate guidelines files for. Boots will also try to automatically detect which agents you may be using based on your existing AI guideline files or tools you have installed.

Boots will look for a ./.ai/guidelines directory in your current working directory and process all files within it, compiling them into agent-specific guidelines.

Important

You should put all your project's AI guidelines files in the ./.ai/guidelines directory - Boots will handle the rest.

Migrating Existing Guidelines

If you already have AI guideline files scattered throughout your project (like .github/copilot-instructions.md, .cursor/rules/boots.mdc, etc.), you can use the stomp command to automatically find and move them to the standardized .ai/guidelines/ structure, giving you a single source of truth you can then clean up as needed.

boots stomp

The following agents are supported out of the box:

  • Cascade
  • Claude Code
  • Cline
  • Cursor
  • GitHub Copilot
  • Junie
  • Kilo Code
  • Kiro
  • Roocode
  • Trae
  • Warp

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-11