An open API service indexing awesome lists of open source software.

https://github.com/luckfunc/skills


https://github.com/luckfunc/skills

Last synced: 3 months ago
JSON representation

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`.