Compare commits

..

3 Commits

Author SHA1 Message Date
pengzhanbo
ac63654151 docs: fix skills repo typo 2026-04-25 21:50:49 +08:00
pengzhanbo
6ed5a5c552 docs: update sponsor 2026-04-25 12:17:42 +08:00
pengzhanbo
d69e0b9765 ci: update workflow permissions 2026-04-22 17:07:34 +08:00
8 changed files with 25 additions and 11 deletions

View File

@ -13,6 +13,9 @@ on:
workflow_dispatch:
workflow_call:
permissions:
contents: write
jobs:
deploy-docs:
runs-on: ubuntu-latest

View File

@ -6,6 +6,9 @@ on:
- v*
workflow_dispatch:
permissions:
contents: write
jobs:
deploy-docs:
runs-on: ubuntu-latest

View File

@ -8,6 +8,9 @@ on:
branches: [main]
workflow_call:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest

View File

@ -5,6 +5,10 @@ on:
tags:
- v*
permissions:
contents: write
id-token: write
jobs:
lint:
uses: ./.github/workflows/lint.yaml
@ -16,9 +20,6 @@ jobs:
if: github.repository == 'pengzhanbo/vuepress-theme-plume'
needs: [test, lint]
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v6
with:

View File

@ -8,6 +8,9 @@ on:
branches: [main]
workflow_call:
permissions:
contents: read
jobs:
unit-test:
runs-on: ubuntu-latest

View File

@ -99,6 +99,7 @@ search: false
| *纪 | 2026-01-03 | 9.90 | 新年快乐(,,>‿<,,),感谢佬 |
| J*n | 2026-01-22 | 10.00 | 用本开源主题搭了好几个网站了,作者耐心解答,添加合理功能需求,必须支持一下,辛苦了❤️ |
| *燧 | 2026-03-14 | 8.88 | 智齿主播,大佬加油 <br>(作者回复:啊?主播?我不是啊) |
| *飞 | 2026-04-25 | 9.90 | - |
</div>

View File

@ -46,10 +46,10 @@ You can install these skills into your project or globally using the `skills` CL
```bash
# Install into your current project (recommended for teams)
npx skills add https://github.com/pengzhanbo/vuepress-plume
npx skills add https://github.com/pengzhanbo/vuepress-theme-plume
# Install specific skill only
npx skills add https://github.com/pengzhanbo/vuepress-plume --skill vuepress-plume-config
npx skills add https://github.com/pengzhanbo/vuepress-theme-plume --skill vuepress-plume-config
```
2. **Verify Installation:**
@ -72,7 +72,7 @@ Claude Code automatically detects skills in the `.claude/skills` directory or th
```bash
# Install for Claude Code specifically
npx skills add https://github.com/pengzhanbo/vuepress-plume -a claude-code
npx skills add https://github.com/pengzhanbo/vuepress-theme-plume -a claude-code
```
**Configuration:**
@ -86,7 +86,7 @@ OpenCode supports the open agent skills standard.
```bash
# Install for OpenCode
npx skills add https://github.com/pengzhanbo/vuepress-plume -a opencode
npx skills add https://github.com/pengzhanbo/vuepress-theme-plume -a opencode
```
**Usage:**

View File

@ -46,10 +46,10 @@
```bash
# 安装到当前项目(团队协作推荐)
npx skills add https://github.com/pengzhanbo/vuepress-plume
npx skills add https://github.com/pengzhanbo/vuepress-theme-plume
# 仅安装特定技能
npx skills add https://github.com/pengzhanbo/vuepress-plume --skill vuepress-plume-config
npx skills add https://github.com/pengzhanbo/vuepress-theme-plume --skill vuepress-plume-config
```
2. **验证安装:**
@ -72,7 +72,7 @@ Claude Code 会自动检测 `.claude/skills` 目录或配置的标准 `skills`
```bash
# 专为 Claude Code 安装
npx skills add https://github.com/pengzhanbo/vuepress-plume -a claude-code
npx skills add https://github.com/pengzhanbo/vuepress-theme-plume -a claude-code
```
**配置:**
@ -86,7 +86,7 @@ OpenCode 支持开放代理技能open agent skills标准。
```bash
# 为 OpenCode 安装
npx skills add https://github.com/pengzhanbo/vuepress-plume -a opencode
npx skills add https://github.com/pengzhanbo/vuepress-theme-plume -a opencode
```
**使用:**