stolt/list-skills-command 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

stolt/list-skills-command

Composer 安装命令:

composer require stolt/list-skills-command

包简介

A symfony/console command for listing and introspecting AI skills files of a project.

README 文档

README

Test Status Lint Status Version Downloads PHP Version PDS Skeleton Lean dist package

A simple drop-in syfmony/console command to list and introspect your AI skill files straight from the command line.

Installation and usage

composer require stolt/list-skills-command

Adding the command to your symfony/console based application

use Stolt\Console\Commands\ListSkillsCommand;
use Symfony\Component\Console\Application;

$application = new Application(
    'your-cli-application-with-custom-boost-skills', 
    A_VERSION_NUMBER
);

# Actual command integration
$application->addCommand(new ListSkillsCommand());

$application->run();

Listing all available skills

Here for llms-txt-php-cli which integrates the list skills command.

php bin/llms-txt-cli list-skills

Available AI skills:
- llms-txt-check-links
- llms-txt-info
- llms-txt-init
- llms-txt-validate

Listing more detailed skill metadata

Use Symfony Console's verbose mode to include the skill name, optional version, and description metadata. Since v1.1.0 it also does some basic validation of the available skill files.

php bin/llms-txt-cli list-skills --verbose|-v

Available AI skills:
- Check links in llms.txt (1.0.0): Validate that all links in an llms.txt file are reachable.
- Show llms.txt info: Display metadata and summary information for an llms.txt file.
- Initialize llms.txt: Create a new llms.txt file for a project.
- Validate llms.txt: Validate the structure and contents of an llms.txt file.

Filtering skills by tag

Use the --tag option to filter the available skills by a specific tag or a comma-separated list of tags.

Filtering skills by stable version

Use the --stable-version option to filter skills having a stable version number i.e. >=1.0.0.

Switching the output format

Use the --format-json option to switch the output format to machine-readable JSON for AI agents or CI environments. Since v1.2.1 this is auto-enabled for AI agentic runs.

Use the --format-md option to render the skills as a Markdown table in the terminal.

Running tests

composer test

License

This command is licensed under the MIT license. Please see LICENSE.md for more details.

Changelog

Please see CHANGELOG.md for more details.

Contributing

Please see CONTRIBUTING.md for more details.

统计信息

  • 总下载量: 7.4k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 2

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-04-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固