mcpbeat

Content Gen

guangshu100/content_gen

正文生成(四模式)

154 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
123
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/guangshu100/BidMaster-Pro --skill content_gen

The instruction itself

as written by the author

正文生成技能

模式说明

  • A模式(AI撰写): LLM根据大纲+招标要求直接撰写
  • B模式(材料组装): 从知识库检索相关材料→组装成章节
  • C模式(模板填充): 选择历史标书模板→填充项目信息
  • D模式(外部采集): 从外部数据源采集内容→整合成章节

输出格式

JSON: {"content": "章节正文", "word_count": 实际字数}

How to use it

Copy the folder

Take guangshu100/content_gen from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.