agentskills-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| github_skills_list_repositoriesA | List the GitHub skill repositories configured for this MCP server. |
| github_skills_search_skillsB | Search skill directories by matching the query against skill names and paths. |
| github_skills_get_skillA | Fetch the key files for a specific skill directory from GitHub. |
| github_skills_install_skillC | Download a skill directory from GitHub into a local folder. |
| github_skills_suggest_skill_scaffoldA | Create a grounded starter scaffold for a new skill using the closest existing skills as examples. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: fetching a specific skill, installing it locally, listing repositories, searching skills, and suggesting scaffolds. No overlap or ambiguity.
All tools follow a consistent snake_case pattern with the prefix 'github_skills_' and verb_noun structure, e.g., get_skill, install_skill, list_repositories.
With 5 tools, the set is well-scoped for managing GitHub skills. It covers key operations without being overwhelming or insufficient.
Core operations (get, install, list, search, scaffold) are covered, but missing an uninstall or delete tool is a minor gap. Overall, the surface is fairly complete for its domain.