https://github.com/luckfunc/skills
https://github.com/luckfunc/skills
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luckfunc/skills
- Owner: luckfunc
- Created: 2026-02-06T10:05:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-07T09:03:54.000Z (4 months ago)
- Last Synced: 2026-02-07T18:10:54.202Z (4 months ago)
- Language: Shell
- Size: 61.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skills Workspace
This repository contains local Codex skills and packaged `.skill` artifacts.
## Layout
Each skill should follow this structure:
```text
/
├── SKILL.md
├── agents/openai.yaml
├── references/ (optional)
├── scripts/ (optional)
└── assets/ (optional)
```
## Commands
Run from repository root:
```bash
./scripts/validate-skills.sh
./scripts/build-skills.sh
```
`build-skills.sh` runs validation first, then rebuilds all files in `dist/*.skill`.