Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.18 KB

File metadata and controls

51 lines (36 loc) · 1.18 KB

Usage Examples

These examples show how to call the skills after installing this repository into ~/.codex/skills.

PDF

Use the pdf skill to read this contract PDF, extract the main tables, and
render the pages to verify the extracted layout.
Use the pdf skill to create a short PDF report from these notes and check the
rendered pages before returning the final file.

Playwright

Use the playwright skill to open http://localhost:3000, click through the main
workflow, and capture screenshots of any broken states.
Use the playwright skill to test the signup form with valid and invalid input.

Jianbao

Use the jianbao skill to draft a Chinese project brief from this source
material and match the sample brief format.

Structure Diagrams

Use the 结构示意图 skill to create a transaction structure diagram showing the
parties, contracts, fund flow, service flow, and guarantees.

Verify Installation

After running ./install.sh, check that the skill folders exist:

find ~/.codex/skills -maxdepth 2 -name SKILL.md

Restart Codex before expecting newly installed skills to appear in a session.