18 lines
579 B
Markdown
18 lines
579 B
Markdown
# TODO
|
|
|
|
## Done
|
|
- [x] Add note on top of README explaining this is auto-generated and published for reference
|
|
- [x] Document the `.skill` ZIP format and where the source went
|
|
- [x] Extract source from `.skill` into `source/`
|
|
|
|
## Remaining
|
|
- [ ] **Make repo public** — create a remote (GitHub/GitLab/ etc.) and push:
|
|
```bash
|
|
git remote add origin <url>
|
|
git push -u origin main
|
|
# Then set visibility to public in the hosting UI
|
|
```
|
|
|
|
## Future Ideas (not planned)
|
|
- Port the meta-skill concept to Pi.dev extensions for generating other Pi.dev skills
|