Skip to main content

Skills

drwn skills inspects installed skills, manages package-backed skill bundles, and manages the curated publication layer.

List Skills

drwn skills list
drwn skills list --json

skills list merges repo-native skills, installed package-backed bundle skills, and curation/link status.

Package-Backed Bundles

Add a bundle:

drwn skills packages add <package-spec>
drwn skills packages add <package-spec> --json

List installed bundles:

drwn skills packages list
drwn skills packages list --json

Show one installed bundle:

drwn skills packages show <package-name>
drwn skills packages show <package-name> --json

drwn library add skill <package-spec> uses the same ingestion path and is the preferred command when you are thinking in terms of reusable local inventory.

Curation

Curate a shared skill into ~/.agents/skills:

drwn skills curate <skill-name>
drwn skills curate <skill-name> --json

Remove that publication-layer link:

drwn skills uncurate <skill-name>
drwn skills uncurate <skill-name> --json

Only shared-scope skills can be curated.

Activation Is Separate

Adding or curating a package-backed skill does not automatically activate it in a project. Use:

drwn add skill <skill-name>
drwn write --dry-run

For machine-wide defaults, use:

drwn library defaults add skill <skill-name>

For the official workflow pack, see Use Darwinian Harness Skills.