Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions documentation/docs/guides/context-engineering/using-skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ When a session starts, goose adds any skills that it discovers to its instructio

You can also ask goose what skills are available.

:::tip Other goose features that support reuse
- [.goosehints](/docs/guides/context-engineering/using-goosehints): Best for general preferences, project context, and repeated instructions like "Always use TypeScript"
- [recipes](/docs/guides/recipes/session-recipes): Shareable configurations that package instructions, prompts, and settings together
:::info Claude Compatibility
goose skills are compatible with Claude Desktop and other [agents that support Agent Skills](https://agentskills.io/home#adoption).
:::

## Skill Locations
Expand Down Expand Up @@ -255,6 +254,11 @@ Always verify webhook signatures. See `src/webhooks/square.js` for our handler p

</details>

:::tip Other goose features that support reuse
- [.goosehints](/docs/guides/context-engineering/using-goosehints): Best for general preferences, project context, and repeated instructions like "Always use TypeScript"
- [recipes](/docs/guides/recipes/session-recipes): Shareable configurations that package instructions, prompts, and settings together
:::

## Best Practices

- **Keep skills focused** — One skill per workflow or domain. If a skill is getting long, consider splitting it.
Expand Down
Loading