Skip to content

Commit 81422cc

Browse files
committed
chore: release v0.7.5 - sort skill sources, add Vercel repo
1 parent d2b732a commit 81422cc

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.5] - 2026-01-19
9+
10+
### Added
11+
- **Vercel Skills**: Added `vercel-labs/agent-skills` to default repositories
12+
- **Documentation**: Added CLI demo screenshot, sorted skill sources alphabetically
13+
814
## [0.7.4] - 2026-01-19
915

1016
### Added

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ ASK comes pre-configured with trusted sources:
126126

127127
| Source | Description |
128128
| :--- | :--- |
129-
| **Community** | Top-rated community skills (GitHub `agent-skill` topic) |
130129
| **Anthropic** | Official [anthropics/skills](https://github.com/anthropics/skills) |
131-
| **OpenAI** | Official [openai/skills](https://github.com/openai/skills) |
130+
| **Community** | Top-rated community skills (GitHub `agent-skill` topic) |
131+
| **Composio** | [ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) collection |
132132
| **MATLAB** | Official [matlab/skills](https://github.com/matlab/skills) |
133+
| **OpenAI** | Official [openai/skills](https://github.com/openai/skills) |
133134
| **Superpowers** | [obra/superpowers](https://github.com/obra/superpowers) core library |
134-
| **Composio** | [ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) collection |
135135
| **Vercel** | [vercel-labs/agent-skills](https://github.com/vercel-labs/agent-skills) AI SDK skills |
136136

137137
## 📂 Installation Layout

README_zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ ASK 默认内置了以下受信源:
129129

130130
| 来源 | 说明 |
131131
| :--- | :--- |
132-
| **Community** | GitHub 社区高分技能 (`agent-skill` topic) |
133132
| **Anthropic** | 官方库 [anthropics/skills](https://github.com/anthropics/skills) |
134-
| **OpenAI** | 官方库 [openai/skills](https://github.com/openai/skills) |
133+
| **Community** | GitHub 社区高分技能 (`agent-skill` topic) |
134+
| **Composio** | 精选集 [ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) |
135135
| **MATLAB** | 官方库 [matlab/skills](https://github.com/matlab/skills) |
136+
| **OpenAI** | 官方库 [openai/skills](https://github.com/openai/skills) |
136137
| **Superpowers** | 核心库 [obra/superpowers](https://github.com/obra/superpowers) |
137-
| **Composio** | 精选集 [ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) |
138138
| **Vercel** | AI SDK [vercel-labs/agent-skills](https://github.com/vercel-labs/agent-skills) |
139139

140140
## 📂 目录结构

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ the Agent ecosystem.`,
4545
// Uncomment the following line if your bare application
4646
// has an action associated with it:
4747
// Run: func(cmd *cobra.Command, args []string) { },
48-
Version: "0.7.4",
48+
Version: "0.7.5",
4949
}
5050

5151
// Execute adds all child commands to the root command and sets flags appropriately.

0 commit comments

Comments
 (0)