add_config_source
Register a git repository as a config source to fetch configurations from private or team repositories for AI skill development.
Instructions
Register a git repository as a config source. Allows fetching configs from private/team repos. Use this to set up named sources that can be referenced by fetch_config. Supports GitHub, GitLab, Gitea, Bitbucket, and custom git servers.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| git_url | Yes | ||
| source_type | No | github | |
| token_env | No | ||
| branch | No | main | |
| priority | No | ||
| enabled | No |