# Huashu Prompt Save

> Automatically identifies the prompt type and saves it to the appropriate category (Technical / Content / Teaching / Product / General). Use when the user mentions "save prompt", "record prompt", or "organise prompts".

- **Type:** Skill
- **Install:** `agentstack add skill-biraj2004-huashu-skills-english-huashu-prompt-save-en`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Biraj2004](https://agentstack.voostack.com/s/biraj2004)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Biraj2004](https://github.com/Biraj2004)
- **Source:** https://github.com/Biraj2004/huashu-skills-english/tree/main/huashu-prompt-save-en
- **Website:** https://github.com/alchaincyf/huashu-skills

## Install

```sh
agentstack add skill-biraj2004-huashu-skills-english-huashu-prompt-save-en
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Prompt Categorisation & Saving

Automatically identifies prompt types, saves them to the appropriate category, and updates the index — a professional, structured capability.

## When to Use

- The user says "save this prompt", "make a note of this", "store this one"
- The user pastes a prompt and says "help me organise this"

## Core Features

1. **Automatic type identification**: 5 main categories (Technical Development / Content Creation / Teaching Design / Product Consulting / General Tools)
2. **Extract key information**: Purpose, source, applicable scenarios, key characteristics
3. **Auto-save**: `[category]/prompt-[sequence]-[title].md`
4. **Update index**: Add an entry to `INDEX.md`

## 5 Category Rules

| Category | Keywords | Example |

    param($m)
    $inner = $m.Groups[1].Value
    # Split by | and fix each cell separator
    $cells = $inner -split '\|'
    $fixedCells = $cells | ForEach-Object {
      $cell = ---
name: huashu-prompt-save
description: Automatically identifies the prompt type and saves it to the appropriate category (Technical / Content / Teaching / Product / General). Use when the user mentions "save prompt", "record prompt", or "organise prompts".
---

# Prompt Categorisation & Saving

Automatically identifies prompt types, saves them to the appropriate category, and updates the index — a professional, structured capability.

## When to Use

- The user says "save this prompt", "make a note of this", "store this one"
- The user pastes a prompt and says "help me organise this"

## Core Features

1. **Automatic type identification**: 5 main categories (Technical Development / Content Creation / Teaching Design / Product Consulting / General Tools)
2. **Extract key information**: Purpose, source, applicable scenarios, key characteristics
3. **Auto-save**: `[category]/prompt-[sequence]-[title].md`
4. **Update index**: Add an entry to `INDEX.md`

## 5 Category Rules

| Category | Keywords | Example |
|----------|----------|---------|
| Technical Development | programming, debugging, code, optimisation | "Python Code Optimiser Prompt" |
| Content Creation | writing, copywriting, script, creative | "WeChat Article Generator" |
| Teaching Design | curriculum, teaching, explanation, training | "Knowledge Breakdown Prompt" |
| Product Consulting | requirements, product, users, growth | "User Needs Analysis Prompt" |
| General Tools | general, productivity, assistant | "Universal Translation Tool" |

## Save Format

```markdown
# [One-line title]

**Source**: Self-created / From the web / Adapted from xxx
**Tags**: #tag1 #tag2 #tag3
**Applicable Scenarios**: xxx

## Prompt Content
[Full prompt, preserving original format]

## Usage Examples
[If there are examples or usage notes]

## Results / Notes
[Usage outcomes, caveats]
```

## Execution Workflow

1. **Identify type**: Classify based on keywords and content
2. **Extract information**: Purpose, source, tags, applicable scenarios
3. **Generate filename**: `prompt-[auto-increment sequence]-[short-title].md`
4. **Save file**: To `/Prompt-Library/[category]/` directory
5. **Update index**: Add an entry to `/Prompt-Library/INDEX.md`

## Notes

- If the category is unclear, ask the user for clarification
- Titles should be practical and immediately understandable (no more than 15 characters)
- Tags are for quick retrieval — 3–5 tags is ideal
- Preserve the original format and structure of the prompt
- For prompts sourced from the web, record the origin where possible

## Reference Resources

- `/Prompt-Library/CLAUDE.md` — Prompt management rules

**Last Updated**: 2025-11-07

---

> **By Huashu** | AI Native Coder · Independent Developer
> WeChat Official Account "Huashu" | 300k+ followers | AI Tools & Productivity
> Flagship products: Kitty Catchlight (AppStore Paid Rankings Top 1) · *Play DeepSeek with One Book*
.Trim()
      if ($cell -match '^:?-+:?
| Technical Development | programming, debugging, code, optimisation | "Python Code Optimiser Prompt" |
| Content Creation | writing, copywriting, script, creative | "WeChat Article Generator" |
| Teaching Design | curriculum, teaching, explanation, training | "Knowledge Breakdown Prompt" |
| Product Consulting | requirements, product, users, growth | "User Needs Analysis Prompt" |
| General Tools | general, productivity, assistant | "Universal Translation Tool" |

## Save Format

```markdown
# [One-line title]

**Source**: Self-created / From the web / Adapted from xxx
**Tags**: #tag1 #tag2 #tag3
**Applicable Scenarios**: xxx

## Prompt Content
[Full prompt, preserving original format]

## Usage Examples
[If there are examples or usage notes]

## Results / Notes
[Usage outcomes, caveats]
```

## Execution Workflow

1. **Identify type**: Classify based on keywords and content
2. **Extract information**: Purpose, source, tags, applicable scenarios
3. **Generate filename**: `prompt-[auto-increment sequence]-[short-title].md`
4. **Save file**: To `/Prompt-Library/[category]/` directory
5. **Update index**: Add an entry to `/Prompt-Library/INDEX.md`

## Notes

- If the category is unclear, ask the user for clarification
- Titles should be practical and immediately understandable (no more than 15 characters)
- Tags are for quick retrieval — 3–5 tags is ideal
- Preserve the original format and structure of the prompt
- For prompts sourced from the web, record the origin where possible

## Reference Resources

- `/Prompt-Library/CLAUDE.md` — Prompt management rules

**Last Updated**: 2025-11-07

---

> **By Huashu** | AI Native Coder · Independent Developer
> WeChat Official Account "Huashu" | 300k+ followers | AI Tools & Productivity
> Flagship products: Kitty Catchlight (AppStore Paid Rankings Top 1) · *Play DeepSeek with One Book*
) {
        " $cell "
      } else {
        " $cell "
      }
    }
    '|' + ($fixedCells -join '|') + '|'
  
| Technical Development | programming, debugging, code, optimisation | "Python Code Optimiser Prompt" |
| Content Creation | writing, copywriting, script, creative | "WeChat Article Generator" |
| Teaching Design | curriculum, teaching, explanation, training | "Knowledge Breakdown Prompt" |
| Product Consulting | requirements, product, users, growth | "User Needs Analysis Prompt" |
| General Tools | general, productivity, assistant | "Universal Translation Tool" |

## Save Format

```markdown
# [One-line title]

**Source**: Self-created / From the web / Adapted from xxx
**Tags**: #tag1 #tag2 #tag3
**Applicable Scenarios**: xxx

## Prompt Content
[Full prompt, preserving original format]

## Usage Examples
[If there are examples or usage notes]

## Results / Notes
[Usage outcomes, caveats]
```

## Execution Workflow

1. **Identify type**: Classify based on keywords and content
2. **Extract information**: Purpose, source, tags, applicable scenarios
3. **Generate filename**: `prompt-[auto-increment sequence]-[short-title].md`
4. **Save file**: To `/Prompt-Library/[category]/` directory
5. **Update index**: Add an entry to `/Prompt-Library/INDEX.md`

## Notes

- If the category is unclear, ask the user for clarification
- Titles should be practical and immediately understandable (no more than 15 characters)
- Tags are for quick retrieval — 3–5 tags is ideal
- Preserve the original format and structure of the prompt
- For prompts sourced from the web, record the origin where possible

## Reference Resources

- `/Prompt-Library/CLAUDE.md` — Prompt management rules

**Last Updated**: 2025-11-07

---

> **By Huashu** | AI Native Coder · Independent Developer
> WeChat Official Account "Huashu" | 300k+ followers | AI Tools & Productivity
> Flagship products: Kitty Catchlight (AppStore Paid Rankings Top 1) · *Play DeepSeek with One Book*

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Biraj2004](https://github.com/Biraj2004)
- **Source:** [Biraj2004/huashu-skills-english](https://github.com/Biraj2004/huashu-skills-english)
- **License:** MIT
- **Homepage:** https://github.com/alchaincyf/huashu-skills

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-biraj2004-huashu-skills-english-huashu-prompt-save-en
- Seller: https://agentstack.voostack.com/s/biraj2004
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
