Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SKILLS_PATH | No | Subdirectory containing skill files (default: root) | |
| GITHUB_TOKEN | No | GitHub personal access token (required for private repos) | |
| SKILLS_REPO_NAME | Yes | GitHub repository name | |
| SKILLS_REPO_OWNER | Yes | GitHub repository owner (username or organization) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_skills | Returns a list of all available best practice skills |
| get_skill | Returns the content of a specific best practice skill |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |