Submitting a valid public repository through POST /api/skills/submit currently discovers all five SKILL.md files but fails every import because the backing database reports that writes are blocked by its storage quota.
Repository used: https://github.com/hedging8563/tokenlab-skills
Result: found: 5, imported: 0, updated: 0, failed: 5.
The API error also exposes an internal Atlas project/upgrade URL. It would be safer to return a generic temporary service error to clients and keep infrastructure details server-side.
Please let me know when writes are restored and I will retry the import.
Submitting a valid public repository through
POST /api/skills/submitcurrently discovers all fiveSKILL.mdfiles but fails every import because the backing database reports that writes are blocked by its storage quota.Repository used: https://github.com/hedging8563/tokenlab-skills
Result:
found: 5,imported: 0,updated: 0,failed: 5.The API error also exposes an internal Atlas project/upgrade URL. It would be safer to return a generic temporary service error to clients and keep infrastructure details server-side.
Please let me know when writes are restored and I will retry the import.