mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-26 11:38:15 +08:00
Compare commits
3 Commits
v1.0.0-rc.
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac63654151 | ||
|
|
6ed5a5c552 | ||
|
|
d69e0b9765 |
3
.github/workflows/docs-deploy.yaml
vendored
3
.github/workflows/docs-deploy.yaml
vendored
@ -13,6 +13,9 @@ on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
deploy-docs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@ -6,6 +6,9 @@ on:
|
||||
- v*
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
deploy-docs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
3
.github/workflows/lint.yaml
vendored
3
.github/workflows/lint.yaml
vendored
@ -8,6 +8,9 @@ on:
|
||||
branches: [main]
|
||||
workflow_call:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@ -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:
|
||||
|
||||
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -8,6 +8,9 @@ on:
|
||||
branches: [main]
|
||||
workflow_call:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
unit-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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:**
|
||||
|
||||
@ -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
|
||||
```
|
||||
|
||||
**使用:**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user