Scaffold and validate Codex skills from the command line.
Project description
codex-skill-kit
Small command-line tools for building Codex skills.
codex-skill-kit helps you scaffold a skill directory and validate the files that make a skill easy for Codex to load, understand, and use.
Install for development
python -m pip install -e .
Create a skill
csk new repo-doctor --description "Inspect repositories for agent-ready project hygiene."
This creates:
repo-doctor/
SKILL.md
README.md
examples/
basic.md
Validate a skill
csk validate repo-doctor
The validator checks for:
- a
SKILL.mdfile - a top-level Markdown heading
- a concise trigger or usage sentence
- a reasonable description length
- references to missing local files
- optional README and examples coverage
Why this exists
Codex skills are most useful when they are small, clear, and easy to inspect. This package makes that quality bar repeatable, so skill authors can catch rough edges before opening pull requests or sharing skills with a team.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codex_skill_kit-0.1.0.tar.gz.
File metadata
- Download URL: codex_skill_kit-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8fbd35b02e7cea07c8b1f0dd17b589263b4eaa444861aea9d52e1898463513e
|
|
| MD5 |
bfb3e7c631ba6664b3c4b147e983ed79
|
|
| BLAKE2b-256 |
2bdf32ed8baad2e3c84429ce81cf8a179698933fd822ff3b1e92f2cb9f397f11
|
File details
Details for the file codex_skill_kit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: codex_skill_kit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f48e770cc313f4d618e9128b9677cf0bf2e1b44fb2de16ca0a2ec15ea2c09836
|
|
| MD5 |
07db7488d6af2cb51206659891ec0fee
|
|
| BLAKE2b-256 |
bd645ca34774dad580f52e8a8896d1308068deb611c0225b4218bc935eae9952
|