Skip to content

Releases: stanley-1028/agent-skill-matrix

v4.4.0 - Anthropic SKILL.md Format Conversion

Choose a tag to compare

@github-actions github-actions released this 15 Jun 06:20

v4.4.0 - Anthropic SKILL.md Format Conversion

All 11 skills are now in Anthropic-compatible SKILL.md format and work directly with Claude Code, Claude.ai Projects, and OpenAI Codex CLI.

What's New

  • SKILL.md format: Standardized YAML frontmatter with name + description at top level
  • 174 tests passing: Full validation of format, content quality, and cross-references
  • Bug fixes: Cleaned up YAML serialization artifacts, fixed Windows CP950 encoding issues
  • Cross-platform: Install to Claude, OpenAI, AstrBot, Hanako, or any platform

Quick Start

pip install agent-skill-matrix python install.py --platform claude

See README.md for details.

Release v4.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 06:26

📦 v4.3.0

自動產生變更記錄

041b908 docs: README 更新 — v4.3.0 零缺陷品質閘門說明 + 版本歷史
eef084b feat: v4.3.0 — zero-defect final quality gate for all 11 skills + v1.2.0
1d7415b refactor: 排程操作全面改用 schtasks(移除 PowerShell 依賴)
9a7eeba fix: 排程改用 schtasks XML 方式,更穩定可靠
7a311d8 fix: 排程器路徑引號修正 + 新增 --silent 靜默模式
396ec99 fix: auto-updater 全面修復 — 12 項 bugfix + 強化
93e2e80 feat: v4.2.0 全自動更新系統 + auto-updater.py
3ca3656 📦 v4.1.0 exports 同步
f0cd760 📖 v4.1.0 README 重寫 — 傳達 Dan Koe 哲學
e6cf54b 📦 v4.1.0 exports 同步
9a16a26 ⛓️ v4.1.0: 技能制約系統 — 會思考也要有底線
f995cbd 🧠 v4.0.0: 技能核心改造 — 從 SOP 到思考框架
766bf45 🔧 v3.5.0: 11 個技能全面內容深化
0b724d8 🔧 v3.4.5: 補齊所有遺留問題

檔案

  • install.py — 通用安裝器
  • 完整原始碼請見下方 Assets

Release v3.4.4

Choose a tag to compare

@github-actions github-actions released this 11 Jun 04:58

📦 v3.4.4

自動產生變更記錄

d1d07fe 🔧 v3.4.4: 全自動同步系統(零設定)
18d724c 🔧 v3.4.3b: 補充 .gitignore + 範例設定檔
3c8de3f 🔧 v3.4.3: 多平台自動同步系統
79a4330 🔧 v3.4.2: 新增持續迭代基礎設施

檔案

  • install.py — 通用安裝器
  • 完整原始碼請見下方 Assets

v3.2.0 — PyPI 發布 CI + 自動化測試

Choose a tag to compare

@stanley-1028 stanley-1028 released this 05 Jun 10:14

📦 新增功能

📄 PyPI 發布準備

  • pyproject.toml: 完整 PyPI 構建設定(支援 Python 3.10-3.12)
  • 套件名稱: agent-skill-matrix

🤖 CI/CD

  • .github/workflows/test-and-publish.yml:
    • 3 個 Python 版本矩陣測試(3.10 / 3.11 / 3.12)
    • pytest + coverage 覆蓋率報告
    • Tag 推送自動發布到 PyPI
  • .gitattributes: 統一行尾處理

📝 文件

  • README.md: 加入 PyPI badge + Test CI badge

📦 檔案變更

3 files changed, 90 insertions(+)

v3.1.1 — 基礎設施補全

Choose a tag to compare

@stanley-1028 stanley-1028 released this 05 Jun 10:02

📄 新增檔案

  • .gitattributes: 統一行尾處理(md/py/yaml/json 設定為 text)

✅ 其他

  • Python 程式碼無 Bug(靜態分析通過)
  • 5 份 SKILL.md 結構完整
  • v3 驗證腳本正常

📦 檔案變更

1 file changed, 6 insertions(+)