-skill_name-

Solid

{{ skill_description }}

Data & Documents 40,338 stars 3809 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 89/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
38
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# {{ skill_name }} {{ skill_intro }} ## Installation ```bash pip install -e . ``` ## Entry Points ```bash cli-anything-{{ software_name }} python -m cli_anything.{{ software_name }} ``` {% if important_constraints %} ## Important Constraints {% for constraint in important_constraints %} - {{ constraint }} {% endfor %} {% endif %} ## Command Groups {% for group in command_groups %} ### {{ group.name }} {{ group.description }} | Command | Description | |---------|-------------| {% for cmd in group.commands -%} | `{{ cmd.name }}` | {{ cmd.description }} | {% endfor %} {% endfor %} ## Examples {% for example in examples %} ### {{ example.title }} {{ example.description }} ```bash {{ example.code }} ``` {% endfor %} ## Version {{ version }}

Details

Author
HKUDS
Repository
HKUDS/CLI-Anything
Created
2 months ago
Last Updated
2 days ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category