Sync skills
POST /api/skills/sync
Force refresh of public skills from GitHub repository. This triggers a git pull on the cached skills repository to get the latest skills from the SMART-National-Solution/faheem-code-skills repository. Returns: SyncResponse indicating success or failure.
Responses
| Status | Description |
|---|---|
200 | Successful Response |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
status | enum | yes | — |
message | string | yes | — |
Operation ID: sync_skills_api_skills_sync_post