---
title: "List skills"
method: GET
path: "/skill"
---

# List skills

`GET /skill`

Get a list of all available skills in the Codeplane system.

## Query parameters

- `directory` string
- `workspace` string

## Response `200`

List of skills

- object[]
  - `name` string, required
  - `description` string, required
  - `location` string, required
  - `content` string, required

---

[API](https://skmtc.dev/isogonic/apis/codeplane.md) · [All operations](https://skmtc.dev/isogonic/apis/codeplane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/isogonic/codeplane/revisions/e787ab2e6692/schema)
