Skip to content

Listing Agents with CLI Command #3

Description

@ZenithClown

Currently the application lists skills, agents, etc. as the name of the directory but not as the file name (which is the convention for creating an agent for LLM tools). This may result in abrupt anomaly and parsing/fetching files in a wrong manner.

$ polyskills list https://github.com/PyUtility/polyskills agents --source ./extensions/agents/python
Available agents at `extensions/agents/python` (version = master):
        <no extensions found>

$ polyskills list https://github.com/PyUtility/polyskills agents --source ./extensions/agents
Available agents at `extensions/agents` (version = master):
        >> 01. python

The library should be able to (I) fetch and list all the *.md files if the flag is agents, (II) should be able to fetch dependent agents from the main agent, and (III) place it correctly under the ~/.claude/agents/ directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue/blockerA blocking issue preventing progress on other tasks.issue/t/bug[PATCH] Bugs, crashes, hangs, vulnerabilities, or other problems.

    Type

    Fields

    No fields configured for P0.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions