opsward.cli#
CLI dispatch for opsward.
Functions
|
Diagnose the AI agent setup of one or more projects. |
|
Find assets (skills, agents, docs) across one or more projects by QUERY. |
|
Generate missing AI setup artifacts for one or more projects. |
|
Install opsward's Claude Code skills (and agents) into a project or globally. |
|
Check for stale references, out-of-sync docs, and other drift. |
|
Recommend ecosystem skills based on the project's tech stack. |
- opsward.cli.diagnose(*project_roots, format='text', verbose=False, min_score=80)[source]#
Diagnose the AI agent setup of one or more projects.
- opsward.cli.find(query, *project_roots, kinds='skill,agent', semantic=False, limit=10)[source]#
Find assets (skills, agents, docs) across one or more projects by QUERY.
Cross-repo asset discovery via the toolery package (install with: pip install ‘opsward[discovery]’).
- opsward.cli.generate(*project_roots, write=False, format='text', agents_md=False, hooks=False)[source]#
Generate missing AI setup artifacts for one or more projects.
By default, shows what would be created (dry run). Use –write to actually write files. Existing files are never overwritten.
- Parameters:
- opsward.cli.install_skills(target='.', *, global_install=False, agents=True, write=False)[source]#
Install opsward’s Claude Code skills (and agents) into a project or globally.
By default, shows what would be created (dry run). Use –write to actually write files. Existing files are never overwritten.
- opsward.cli.maintain(*project_roots, format='text')[source]#
Check for stale references, out-of-sync docs, and other drift.