Skip to content

coffee-skill v1.0.0

Choose a tag to compare

@Coff0xc Coff0xc released this 13 May 07:31

coffee-skill v1.0.0

Initial public release of coffee-skill, a comprehensive Codex skills pack for engineering, AI agents, documentation, and defensive security workflows.

Highlights

  • 16 installable Codex skills:
    • 15 comprehensive capability skills
    • 1 fallback router: coff0xc-skill-router
  • Consolidated 87 source skills into broad capability areas.
  • Added trigger-rich descriptions to reduce auto-trigger misses.
  • Added multilingual usage references for 18 languages.
  • Added safety boundaries for defensive, authorization-scoped security work.
  • Added validation, provenance, sanitization, and triggering documentation.
  • Licensed under Apache License 2.0.

Validation

Before this release:

  • python .\scripts\validate_release.py passed.
  • Sensitive-pattern scan found no local username/path markers, GitHub token patterns, OpenAI-style key patterns, private key markers, or obvious password/token/secret assignments.
  • Remote main matched local release commit 4ad9d503628a7b2fc565547753cb12f784118871.

Install

Copy the folders under skills/ into your Codex skills directory, then restart or refresh Codex.

$dest = "$env:USERPROFILE\.codex\skills"
New-Item -ItemType Directory -Force $dest
Copy-Item -Recurse .\skills\* $dest

If auto-triggering misses, use:

Use coff0xc-skill-router to choose the right skill.