I tried submitting https://github.com/proompteng/bilig through the public submit API/page.
The validation step passed:
- repo:
proompteng/bilig
- stars: 23
- license: MIT
- language: TypeScript
- has README: true
The submit call returned HTTP 200 and success: true, with the automated review approving it at 36/40. The response included this warning though:
"warning": "Skill created but database save failed"
The returned skill slug was proompteng-bilig, but searching the public skills page for bilig still returns an empty result set.
Expected: approved submissions are persisted and show up in search/listing.
Actual: API returns success/approved, but the skill is not visible because persistence appears to fail.
This repo now includes a root skill at skills/bilig-workpaper/SKILL.md, so it should be ingestible by SKILL.md registries.
I tried submitting
https://github.com/proompteng/biligthrough the public submit API/page.The validation step passed:
proompteng/biligThe submit call returned HTTP 200 and
success: true, with the automated review approving it at 36/40. The response included this warning though:The returned skill slug was
proompteng-bilig, but searching the public skills page forbiligstill returns an empty result set.Expected: approved submissions are persisted and show up in search/listing.
Actual: API returns success/approved, but the skill is not visible because persistence appears to fail.
This repo now includes a root skill at
skills/bilig-workpaper/SKILL.md, so it should be ingestible by SKILL.md registries.