# Ambience skills

> Ambience skills are reusable team playbooks that approved agents can call by name.

In Ambience, a skill is a first-class memory type. It captures how a team actually reviews PRs, triages incidents, ships releases, scopes epics, onboards teammates, or handles support escalations.

## Why Ambience

- Skills live at the right scope: team, project, or org.
- Skills can load related decisions, conventions, failures, and references.
- Redaction and access checks apply before context leaves its boundary.

## Examples

- `review-a-pr`: apply the team's real review checklist.
- `triage-an-incident`: load severity rules, escalation paths, and past failures.
- `ship-a-release`: run release gates, changelog conventions, and verification steps.

## Related

- [How teams share AI agent memory](https://ambience.sh/answers/how-do-teams-share-ai-agent-memory)
- [Notion connection](https://ambience.sh/connections/notion)
- [Install Ambience](https://ambience.sh/install)
