agent-skill-installer 0.1.0 → 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
|
@@ -3,8 +3,6 @@ name: codex-session-daily-report
|
|
|
3
3
|
description: Read Codex session files for a target date, summarize completed work from assistant final answers, and produce a concise daily report. Use when the user asks to summarize today's Codex activity, generate a daily report from `~/.codex/sessions`, or review completed outcomes across sessions.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Codex Session Daily Report
|
|
7
|
-
|
|
8
6
|
Produce a daily report from local Codex sessions.
|
|
9
7
|
|
|
10
8
|
## Workflow
|
|
@@ -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."
|
|
@@ -3,10 +3,6 @@ name: git-commit-helper
|
|
|
3
3
|
description: "严格生成与校验中文 Git 提交信息,固定格式为 type(scope): summary,type 仅允许 feat/fix/refactor/perf/style/test/docs/chore,summary 必须用祈使句、不超过 50 字符、不得以句号结尾且不得包含 and/&/multiple changes。使用该技能于编写提交说明、检查提交文本是否合规,或执行使用 codex (codex-ice@gmail.com) 身份的提交时。"
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Git Commit Helper
|
|
7
|
-
|
|
8
|
-
## 概览
|
|
9
|
-
|
|
10
6
|
按固定规范生成中文提交信息,并在提交前进行格式校验。
|
|
11
7
|
统一使用作者身份:`codex <codex-ice@gmail.com>`。
|
|
12
8
|
|
|
@@ -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>."
|