---
title: "plm install"
description: "Install PLM extras (AI agent skills) into the current project"
---

{/* AUTO-GENERATED by packages/cli/scripts/generate-docs.ts — do not edit by hand. */}
## plm install

Install PLM extras (AI agent skills) into the current project

**Usage**

```bash
plm install
```

**Options**

- `--skills` — install AI agent skills (SKILL.md + references) for Claude
- `--target <dir>` — destination directory (default: ./.claude/skills/plm)
- `--force` — overwrite existing files without prompting
- `--format <fmt>` — output format _(default: `"json"`)_

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm install",
  "description": "Install PLM extras (AI agent skills) into the current project",
  "arguments": [],
  "options": [
    {
      "flags": "--skills",
      "description": "install AI agent skills (SKILL.md + references) for Claude",
      "required": false,
      "default": null
    },
    {
      "flags": "--target <dir>",
      "description": "destination directory (default: ./.claude/skills/plm)",
      "required": false,
      "default": null
    },
    {
      "flags": "--force",
      "description": "overwrite existing files without prompting",
      "required": false,
      "default": null
    },
    {
      "flags": "--format <fmt>",
      "description": "output format",
      "required": false,
      "default": "json"
    }
  ],
  "subcommands": []
}
```

</details>
