skill.__main__
CLI entry point for the skill package.
Usage:
python -m skill search "react best practices"
python -m skill create my-skill --description "My custom skill"
python -m skill validate ./my-skill/
python -m skill list
python -m skill link-skills /path/to/project
python -m skill install-completion
python -m skill sources
- skill.__main__.create(name: str, *, description: str = '', body: str = '', owner: str = '_local') str[source]
Create a new skill locally.
- skill.__main__.install(key: str, *, agent_targets: list[str] | None = None, scope: str = 'project', copy: bool = False, force: bool = False, project_dir: str | None = None) str[source]
Install a skill into one or more agent target directories.
- skill.__main__.link_skills(source: str, *, target: str = '', copy: bool = False, force: bool = False) str[source]
Link skills from a directory into agent target directories.
- skill.__main__.list_skills(*, agent_target: str | None = None, scope: str = 'all') str[source]
List locally installed skills.