Skip to content

Releases: Coff0xc/coffee-skill

coffee-skill v1.1.1

13 May 09:44

Choose a tag to compare

Documentation Fix

  • Rewrote the main README as one bilingual Chinese + English document.
  • Made coff0xc-research-drawio-diagram visible in the overview, skill table, use cases, dedicated draw.io section, examples, and manual trigger guidance.
  • Updated the suggested GitHub About text to include research draw.io diagrams.

Validation

  • python .\scripts\validate_release.py passed with 17 skills and 17 manifest entries.
  • Sensitive-pattern scan returned no matches before publishing this release.

coffee-skill v1.1.0

13 May 09:28

Choose a tag to compare

Highlights

  • Added coff0xc-research-drawio-diagram for research algorithm architecture diagrams, paper method figures, model structures, and editable diagrams.net/draw.io .drawio output.
  • Added a deterministic .drawio generator script plus JSON and .drawio examples.
  • Added public draw.io reference notes covering XML export/source editing and editable diagram behavior.
  • Updated README, usage, coverage, triggering, provenance, manifest, router metadata, and trigger evals for 17 total skills / 16 capability skills.

Validation

  • python .\scripts\validate_release.py passed with 17 skills and 17 manifest entries.
  • python .\scripts\run_trigger_eval.py passed with 84 cases and no failed trigger cases.
  • Sensitive-pattern scan was run before publishing this release and returned no matches.

coffee-skill v1.0.0

13 May 07:31

Choose a tag to compare

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.