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,4 +1,4 @@
|
|
|
1
1
|
interface:
|
|
2
|
-
display_name: "
|
|
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: "
|
|
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>."
|