> For the complete documentation index, see [llms.txt](https://docs.stoobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stoobly.com/getting-started/configuring-an-ai-assistant/skills.md).

# Skills

Copyable skill definitions for AI assistants. Each page uses skill format (YAML frontmatter with `name` and `description`, plus step-by-step instructions) so you can paste the full contents into your assistant's skill file.

## Available skills

| Skill                 | Page                                                                                                                     |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Scaffold Create       | [stoobly-scaffold-create.md](/getting-started/configuring-an-ai-assistant/skills/stoobly-scaffold-create.md)             |
| Triage                | [stoobly-triage.md](/getting-started/configuring-an-ai-assistant/skills/stoobly-triage.md)                               |
| Troubleshoot E2E Test | [stoobly-troubleshoot-e2e-test.md](/getting-started/configuring-an-ai-assistant/skills/stoobly-troubleshoot-e2e-test.md) |
| Update Request        | [stoobly-update-request.md](/getting-started/configuring-an-ai-assistant/skills/stoobly-update-request.md)               |

## How to use

1. Open the skill page.
2. Copy the entire file contents (including the frontmatter at the top).
3. Paste into your assistant's skill location — for example `.cursor/skills/stoobly-troubleshoot-e2e-test/SKILL.md` in Cursor or an equivalent path in Claude Code.

Skills are also listed in the [LLM Rules index](/getting-started/configuring-an-ai-assistant/llm-rules.md) so assistants reading Stoobly docs can find them automatically.
