{% extends "docs/base.html" %} {% block docs_content %}
Five generic tools cover every user, team, and repository scope.
list_skills: accepts scope, page, and per_page; returns metadata only.get_skill: accepts scope and slug; returns canonical content.create_skill: accepts scope and complete content.update_skill: accepts scope, current slug, and complete content.delete_skill: accepts scope and slug.Use users/self, users/{username}, teams/{team_slug}, teams/{team_slug}/{repo_slug}, or {username}/{repo_slug}. Personal repositories also accept self/{repo_slug}.
{
"name": "get_skill",
"arguments": {
"scope": "teams/platform/website",
"slug": "release-notes"
}
}