mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-19 00:49:47 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d900c768cc | |||
| a037edcc27 |
@@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Skills shared by Baoyu for improving daily work efficiency",
|
"description": "Skills shared by Baoyu for improving daily work efficiency",
|
||||||
"version": "1.6.0"
|
"version": "1.7.0"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
English | [中文](./CHANGELOG.zh.md)
|
English | [中文](./CHANGELOG.zh.md)
|
||||||
|
|
||||||
|
## 1.7.0 - 2026-01-19
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- `baoyu-comic`: adds `shoujo` style—classic shoujo manga style with large sparkling eyes, flowers, sparkles, and soft pink/lavender palette. Best for romance, coming-of-age, friendship, and emotional drama.
|
||||||
|
|
||||||
## 1.6.0 - 2026-01-19
|
## 1.6.0 - 2026-01-19
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
[English](./CHANGELOG.md) | 中文
|
[English](./CHANGELOG.md) | 中文
|
||||||
|
|
||||||
|
## 1.7.0 - 2026-01-19
|
||||||
|
|
||||||
|
### 新功能
|
||||||
|
- `baoyu-comic`:新增 `shoujo`(少女漫画)风格——经典少女漫画风格,大眼睛闪亮高光、花朵星星装饰、柔和粉紫色调。适合恋爱、青春成长、友情、情感故事。
|
||||||
|
|
||||||
## 1.6.0 - 2026-01-19
|
## 1.6.0 - 2026-01-19
|
||||||
|
|
||||||
### 新功能
|
### 新功能
|
||||||
|
|||||||
@@ -231,6 +231,61 @@ Image filenames MUST include meaningful slugs for readability:
|
|||||||
- Handle failures gracefully with retry logic
|
- Handle failures gracefully with retry logic
|
||||||
- Provide clear progress feedback to user
|
- Provide clear progress feedback to user
|
||||||
|
|
||||||
|
## Style Maintenance (baoyu-comic)
|
||||||
|
|
||||||
|
When adding, updating, or deleting styles for `baoyu-comic`, follow this workflow:
|
||||||
|
|
||||||
|
### Adding a New Style
|
||||||
|
|
||||||
|
1. **Create style definition**: `skills/baoyu-comic/references/styles/<style-name>.md`
|
||||||
|
2. **Update SKILL.md**:
|
||||||
|
- Add style to `--style` options table
|
||||||
|
- Add auto-selection entry if applicable
|
||||||
|
3. **Generate showcase image**:
|
||||||
|
```bash
|
||||||
|
npx -y bun skills/baoyu-danger-gemini-web/scripts/main.ts \
|
||||||
|
--prompt "A single comic book page in <style-name> style showing [appropriate scene]. Features: [style characteristics from style definition]. 3:4 portrait aspect ratio comic page." \
|
||||||
|
--image screenshots/comic-styles/<style-name>.png
|
||||||
|
```
|
||||||
|
4. **Compress to WebP**:
|
||||||
|
```bash
|
||||||
|
npx -y bun skills/baoyu-compress-image/scripts/main.ts screenshots/comic-styles/<style-name>.png
|
||||||
|
```
|
||||||
|
5. **Update both READMEs** (`README.md` and `README.zh.md`):
|
||||||
|
- Add style to `--style` options
|
||||||
|
- Add row to style description table
|
||||||
|
- Add image to style preview grid
|
||||||
|
|
||||||
|
### Updating an Existing Style
|
||||||
|
|
||||||
|
1. **Update style definition**: `skills/baoyu-comic/references/styles/<style-name>.md`
|
||||||
|
2. **Regenerate showcase image** (if visual characteristics changed):
|
||||||
|
- Follow steps 3-4 from "Adding a New Style"
|
||||||
|
3. **Update READMEs** if description changed
|
||||||
|
|
||||||
|
### Deleting a Style
|
||||||
|
|
||||||
|
1. **Delete style definition**: `skills/baoyu-comic/references/styles/<style-name>.md`
|
||||||
|
2. **Delete showcase image**: `screenshots/comic-styles/<style-name>.webp`
|
||||||
|
3. **Update SKILL.md**:
|
||||||
|
- Remove from `--style` options
|
||||||
|
- Remove auto-selection entry
|
||||||
|
4. **Update both READMEs**:
|
||||||
|
- Remove from `--style` options
|
||||||
|
- Remove from style description table
|
||||||
|
- Remove from style preview grid
|
||||||
|
|
||||||
|
### Style Preview Grid Format
|
||||||
|
|
||||||
|
READMEs use 3-column tables for style previews:
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
| | | |
|
||||||
|
|:---:|:---:|:---:|
|
||||||
|
|  |  |  |
|
||||||
|
| style1 | style2 | style3 |
|
||||||
|
```
|
||||||
|
|
||||||
## Extension Support
|
## Extension Support
|
||||||
|
|
||||||
Every SKILL.md MUST include an Extension Support section at the end:
|
Every SKILL.md MUST include an Extension Support section at the end:
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 170 KiB |
@@ -18,7 +18,7 @@ Create original knowledge comics with multiple visual styles.
|
|||||||
|
|
||||||
| Option | Values |
|
| Option | Values |
|
||||||
|--------|--------|
|
|--------|--------|
|
||||||
| `--style` | classic (default), dramatic, warm, sepia, vibrant, ohmsha, realistic, wuxia, or custom description |
|
| `--style` | classic (default), dramatic, warm, sepia, vibrant, ohmsha, realistic, wuxia, shoujo, or custom description |
|
||||||
| `--layout` | standard (default), cinematic, dense, splash, mixed, webtoon |
|
| `--layout` | standard (default), cinematic, dense, splash, mixed, webtoon |
|
||||||
| `--aspect` | 3:4 (default, portrait), 4:3 (landscape), 16:9 (widescreen) |
|
| `--aspect` | 3:4 (default, portrait), 4:3 (landscape), 16:9 (widescreen) |
|
||||||
| `--lang` | auto (default), zh, en, ja, etc. |
|
| `--lang` | auto (default), zh, en, ja, etc. |
|
||||||
@@ -38,6 +38,7 @@ Style × Layout × Aspect can be freely combined. Custom styles can be described
|
|||||||
| Conflict, breakthrough | dramatic | splash |
|
| Conflict, breakthrough | dramatic | splash |
|
||||||
| Wine, food, business, lifestyle, professional | realistic | cinematic |
|
| Wine, food, business, lifestyle, professional | realistic | cinematic |
|
||||||
| Martial arts, wuxia, xianxia, Chinese historical | wuxia | splash |
|
| Martial arts, wuxia, xianxia, Chinese historical | wuxia | splash |
|
||||||
|
| Romance, love, school life, friendship, emotional | shoujo | standard |
|
||||||
| Biography, balanced | classic | mixed |
|
| Biography, balanced | classic | mixed |
|
||||||
|
|
||||||
## Script Directory
|
## Script Directory
|
||||||
|
|||||||
@@ -0,0 +1,45 @@
|
|||||||
|
# shoujo
|
||||||
|
|
||||||
|
Classic shoujo manga style with romantic, emotional aesthetics
|
||||||
|
|
||||||
|
## Style Guidelines
|
||||||
|
|
||||||
|
### Line Work
|
||||||
|
- 1-1.5px, delicate and flowing
|
||||||
|
- Elegant curves, graceful strokes
|
||||||
|
- Fine details on eyes, hair, and clothing
|
||||||
|
|
||||||
|
### Character Design
|
||||||
|
- Large, sparkling eyes with multiple highlights
|
||||||
|
- Slender figures, elegant proportions
|
||||||
|
- Expressive poses, dramatic gestures
|
||||||
|
- Detailed hair with flowing strands
|
||||||
|
- Fashionable clothing with intricate folds
|
||||||
|
|
||||||
|
### Background Treatment
|
||||||
|
- Decorative elements: flowers, sparkles, bubbles, feathers
|
||||||
|
- Soft focus, dreamy atmospheres
|
||||||
|
- Screen tones for emotional emphasis
|
||||||
|
- Abstract backgrounds during emotional moments
|
||||||
|
|
||||||
|
### Special Effects
|
||||||
|
- Screentone gradients for mood
|
||||||
|
- Sparkle and glow effects
|
||||||
|
- Floating petals, stars, hearts
|
||||||
|
- Speed lines for dramatic moments
|
||||||
|
- Light halos around characters
|
||||||
|
|
||||||
|
## Color Palette
|
||||||
|
|
||||||
|
- Primary: Soft pink (#FFB6C1), lavender (#E6E6FA), rose (#FF69B4)
|
||||||
|
- Accent: Pearl white (#FFFAF0), gold highlights (#FFD700)
|
||||||
|
- Skin: Porcelain (#FFF5EE), soft blush (#FFE4E1)
|
||||||
|
- Background: Pastel gradients, soft cream (#FFF8DC)
|
||||||
|
|
||||||
|
## Mood
|
||||||
|
|
||||||
|
Romance, emotion, beauty, youth, dreams
|
||||||
|
|
||||||
|
## Best For
|
||||||
|
|
||||||
|
Romance, coming-of-age, friendship stories, emotional drama, school life
|
||||||
Reference in New Issue
Block a user