Releases: Coff0xc/coffee-skill
Releases · Coff0xc/coffee-skill
coffee-skill v1.1.1
Documentation Fix
- Rewrote the main README as one bilingual Chinese + English document.
- Made
coff0xc-research-drawio-diagramvisible 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.pypassed with 17 skills and 17 manifest entries.- Sensitive-pattern scan returned no matches before publishing this release.
coffee-skill v1.1.0
Highlights
- Added
coff0xc-research-drawio-diagramfor research algorithm architecture diagrams, paper method figures, model structures, and editable diagrams.net/draw.io.drawiooutput. - Added a deterministic
.drawiogenerator script plus JSON and.drawioexamples. - 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.pypassed with 17 skills and 17 manifest entries.python .\scripts\run_trigger_eval.pypassed 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
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.pypassed.- 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
mainmatched local release commit4ad9d503628a7b2fc565547753cb12f784118871.
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\* $destIf auto-triggering misses, use:
Use coff0xc-skill-router to choose the right skill.