agent-skill-installer 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-skill-installer",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Install one or more Codex skills from this package via npx.",
5
5
  "bin": {
6
6
  "agent-skill-installer": "bin/cli.js"
@@ -1,4 +1,4 @@
1
1
  interface:
2
- display_name: "Codex Session Daily Report"
2
+ display_name: "codex-session-daily-report"
3
3
  short_description: "Generate daily reports from Codex session history."
4
4
  default_prompt: "Use $codex-session-daily-report to read today's Codex sessions and output a concise daily report."
@@ -1,4 +1,4 @@
1
1
  interface:
2
- display_name: "Git Commit Helper"
2
+ display_name: "git-commit-helper"
3
3
  short_description: "Generate Chinese Git commit messages with strict checks"
4
4
  default_prompt: "Use $git-commit-helper to draft a Chinese commit message and validate it before committing as codex <codex-ice@gmail.com>."