# geni specialist pin

> Move a workflow, app, or skill you own into a specialist.

Source: https://docs.generalinput.com/cli/specialist/pin



```sh
geni specialist pin <specialistId> <workflow|app|skill> <id>
```

Pinning is a sharing decision: it needs ownership of the resource and edit access on the specialist. A resource is in one specialist at a time, so pinning moves it, and everyone who can see the new specialist can see the resource.

| Arg              | Notes                                |
| ---------------- | ------------------------------------ |
| `<specialistId>` | The destination specialist.          |
| `<type>`         | `workflow`, `app`, or `skill`.       |
| `<id>`           | The resource id (`wf_…` or `skl_…`). |

## Output [#output]

```
✓ Moved workflow wf_01HX… into specialist proj_01HX…
```
