version-iloom
Update version number and license date for iloom releases. Updates LICENSE and README.md dates, then runs pnpm version.
DeepseekModel
官方收录技能
质量 优秀 · 78
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=iloom-ai-iloom-cli-claude-skills-version-iloom-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name version-iloom description Update version number and license date for iloom releases. Updates LICENSE and README.md dates, then runs pnpm version. disable-model-invocation true argument-hint ["patch|minor|major"] allowed-tools Bash, Edit, Read Version Iloom Update the iloom version and license change date for a release. Arguments Version bump type: $ARGUMENTS (defaults to patch if empty) License Date The new license change date (4 years from today): ! date -v+4y "+%Y-%m-%d" Task Update LICENSE file (line 23): Change the Change Date: value to the license date shown above Update README.md (line 527): Change the date in "Converts to Apache 2.0 on YYYY-MM-DD" to the license date shown above Commit date changes : Stage and commit LICENSE and README.md with message "Update license change date to YYYY-MM-DD" Run version bump : Execute npm version $ARGUMENTS --no-git-tag-version (use patch if no argument was provided), then commit the package.json change with the version number as the message Squash commits : Run git reset --soft HEAD~2 && git commit --no-verify -m "X.Y.Z" to squash into one commit (use the new version number as the message) Create version tag : Run git tag vX.Y.Z to create the tag on the squashed commit Report : Show the old and new version numbers Important Use npm version with --no-git-tag-version to avoid creating the tag before squashing The date format must be YYYY-MM-DD
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |