Skip to content

iancaoo/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent-skills

Reusable agent skills for local AI coding workflows.

This repository follows the common public skills catalog shape: repository-level documentation at the root, and one self-contained skill directory per workflow. Skills are stored under skills/ so they can be discovered by the npx skills CLI.

Skills

Development & Agent Operations

Skill Purpose
codex-project-chat-migration Recover local Codex project chats after switching between OpenAI, custom, or other model providers by keeping SQLite thread metadata and rollout JSONL metadata in sync.

Layout

Each skill is a self-contained directory:

skills/
└── skill-name/
    ├── SKILL.md
    ├── agents/
    │   └── openai.yaml
    └── scripts/

Keep repository-level documentation at the root. Keep individual skill folders focused on the files Codex needs to discover, load, and run the skill.

Install

List available skills with the open skills CLI:

npx skills add iancaoo/agent-skills --list

Install the Codex project chat migration skill globally for Codex:

npx skills add iancaoo/agent-skills --skill codex-project-chat-migration --agent codex --global

Or copy the skill directory manually:

cp -R skills/codex-project-chat-migration ~/.codex/skills/

Then start a new agent task and reference the skill by name, for example:

Use $codex-project-chat-migration to migrate chats from cctq to openai.

Validate

If you have the Codex skill creator utilities locally, validate a skill with:

python3 ~/.codex/skills/.system/skill-creator/scripts/quick_validate.py skills/codex-project-chat-migration

About

Reusable agent skills for AI coding workflows

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages