huashu-prompt-save

Classify prompts by type and save them to categorized directories.

16|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Marwan78888/Neuron-Cli --skill huashu-prompt-save
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: huashu-prompt-save
Source: https://github.com/Marwan78888/Neuron-Cli/tree/main/scratch/huashu-skills-master/huashu-prompt-save
Command: npx skills add https://github.com/Marwan78888/Neuron-Cli --skill huashu-prompt-save

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

管理大量 Prompt 时,缺乏系统化的分类、存储与索引,导致查找与复用成本高。此技能能够自动识别 Prompt 的类型并将其归档到对应分类,保持提示库的整洁和可检索性。

Core Features & Use Cases

  • 自动识别 Prompt 类型并归类保存到对应分类目录
  • 自动保存为统一格式的 Markdown 条目并在 INDEX.md 中更新索引
  • 支持个人知识库、团队 Prompt 库及培训/ onboarding 流程中的 Prompt 管理
  • 具备扩展性:可添加新的分类规则和模板以适应新场景

Quick Start

请将一个待分类的 Prompt 交给系统进行识别、归类并保存到相应分类目录。

Frequently Asked Questions about huashu-prompt-save

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize and index prompts in a knowledge base automatically?

This Skill classifies prompts by type and persists them into per-class directories, automatically updating an INDEX.md file to maintain a searchable knowledge base.

What is the best way to classify and save prompts for a team prompt repository?

The best way to manage a team prompt repository is using automated type recognition to categorize prompts, saving them as standardized Markdown entries while keeping a centralized index updated.

Can I add new classification rules to the prompt library for specific onboarding workflows?

Yes, you can add new classification rules and templates to adapt the prompt library to specific onboarding workflows or new operational scenarios as your requirements expand.

How does automatic prompt type recognition and categorized saving work?

Automatic prompt type recognition works by analyzing a submitted prompt, determining its category, persisting it as a Markdown file in the correct class directory, and logging it in INDEX.md.

What format are prompts saved in when using automated prompt management?

Prompts are saved as standardized Markdown entries within their respective categorized directories, ensuring consistent formatting across your personal or team prompt library.