How it works
Unblocked skills use the Agent Skills format: aSKILL.md file with YAML frontmatter and markdown instructions.
The frontmatter gives Unblocked the skill name and a short description of when the skill should be used.
When a skill is relevant to your question, Unblocked loads the full instructions and follows them while answering.
Skills have two scopes:
- Personal skills apply only when you ask questions.
- Shared team skills apply to everyone on your team.
Create a skill
Choose a scope
Use My Skills for instructions that should apply only to your questions.
Use Shared Team Skills for instructions that should apply to everyone on your team.
Write the skill
Select Create Skill and enter the skill in
SKILL.md format.
The editor saves the raw markdown file and validates it when you create or update the skill.SKILL.md format
Start every skill with YAML frontmatter, followed by markdown instructions. Onlyname and description are supported in frontmatter.
name field must use lowercase letters, numbers, and hyphens.
It must be 64 characters or fewer, cannot start or end with a hyphen, and cannot include consecutive hyphens.
The description field should tell Unblocked when to use the skill and when not to use it.
It must be 1024 characters or fewer and cannot contain XML tags.
The markdown body contains the instructions Unblocked loads when the skill is used.
It must not be blank and must be 10,000 characters or fewer.
Write effective skills
Keep the description specific so Unblocked can decide when the skill applies and when it should stay out of the way. For example,Investigates active incidents by researching recent changes, messages, customer reports, prior incidents, and runbooks. Use when triaging incidents, summarizing impact, or analyzing follow-up work. Not intended for unrelated project planning or onboarding. is more useful than Helps with incidents.
Write instructions as durable steps, checks, or preferences.
Keep activation rules in the description; use the body for the procedure Unblocked should follow after the skill has loaded.
Avoid copying large blocks of temporary project status into a skill.
If the guidance depends on a source of truth, tell Unblocked what to check instead of embedding information that will go stale.
Create a personal skill first when you are still refining the instructions.
After it works well for your own questions, a team admin can promote it to a shared team skill.
For more guidance on writing effective skills, see: