opsward#

Diagnose, generate, and maintain the AI agent setup of your projects.

Modules

base

All dataclasses and type definitions for opsward.

cli

CLI dispatch for opsward.

data

Bundled package resources for opsward, accessed via importlib.resources.files("opsward.data").

discover

Optional cross-repo asset discovery, delegating to the toolery package.

generate(scan_result, *[, agents_md, hooks])

Determine which artifacts are missing, render templates, return files to create.

maintain(scan_result, *[, previous_report])

Detect maintenance issues and return suggestions.

recommend

Recommend skills from the ecosystem based on project tech stack.

scan(project_root)

Scan project_root and return a ScanResult.

score

Pure scoring functions.

util

Shared helpers for opsward.