文档生成
生成并维护文档
geo-explorer
unix2dos
地缘认知探索器 - 每日探索一个国家/区域/专题,通过地缘政治视角理解世界。输出包含周边关系ASCII图、地缘解读、新闻关联、人文冷知识。Telegram兼容格式,1000-1500字,5分钟读懂一个地方的"地缘人设"。
confluence-cli
BenjaminG
Use confluence-cli (NPM package) to manage Confluence content, pages, and spaces from the command line. Ideal for documentation workflows, bulk content operations, page migration, and when users request CLI-based Confluence interactions. Trigger on requests like "use Confluence CLI", "create Confluence pages via CLI", "migrate Confluence content", "automate documentation workflows", or when users want to script Confluence operations.
learn-tech
unix2dos
技术知识学习助手 - 帮助用户以结构化方式深入学习技术概念。扮演耐心老师角色,用通俗易懂的方式讲解复杂概念。触发方式:@learn-tech {主题} 或 "学习 {主题}"、"讲解 {主题}"、"teach me {topic}" 等。输出包含核心概念、实践要点、知识拓展、互动检查四大模块,强制生成 Mermaid 图表,自动保存到 learn-tech_outputs 目录。
daily-knowledge
unix2dos
每日知识官 - 每日为用户提供一条精心筛选、跨领域的随机知识。触发方式:@daily-knowledge。通过历史文件查重确保不重复。输出包含知识简介、今日启示、趣闻和扩展维度四个模块。
book-recommender
unix2dos
每日书籍推荐官 - 每天为你推荐一本值得阅读的好书。专注于非虚构类(社会学/心理学/哲学优先),能给人生启发的经典之作。输出包含书名、作者、豆瓣评分、内容简介、金句摘录、适合人群、阅读建议。触发方式:@book-rec 或 "推荐一本书"、"今日书籍"、"有什么书推荐"等。
orient
bfollington
Explore and understand a project's structure and functionality. Use when starting work on a new or unfamiliar codebase.
repo-deep-dive-report
okwinds
End-to-end source code repository deep dive and review. Use when you need to understand a repo’s architecture, core abstractions, entrypoints and execution flow, extension points, and operational/developer setup; and when you must deliver a structured report (Markdown + standalone HTML) with diagrams (Mermaid), actionable recommendations, and a scored evaluation.
codebase-spec-extractor
okwinds
"Extract complete, replicable engineering specifications from existing codebases. Produces documentation detailed enough to fully replicate a project without seeing the original source code—even using a different tech stack. Use when: analyzing existing projects, documenting legacy systems, creating technical specs from code, preparing for system migration, or onboarding new teams. Triggers: 'extract spec from code', 'document codebase', 'analyze project architecture', 'create spec from existing system'."
multi-source-inquiry
cuipengfei
深度研究 - 多源搜索、交叉验证、结构化输出的研究工作流
preview-markdown
veelenga
Render and preview Markdown files in browser with GitHub-flavored formatting and syntax highlighting
deep-think
wangyendt
'Use when user requests deep analysis, thorough thinking, or detailed breakdown of a problem. Triggered by phrases like: 帮我深入思考, 请仔细分析, 帮我详细拆解, 请梳理一下思路, 仔细考虑, 深入理解, 详细分析, or similar expressions indicating need for systematic thinking. The skill applies ReAct-Plan framework: interleaving chain-of-thought reasoning with explicit global planning, dynamic prediction, and reflection to overcome myopic behaviors.'
memory-bank
cuipengfei
记忆库 - 跨会话知识持久化管理。作为项目上下文的唯一真实来源。
shortcut-system
cuipengfei
快捷命令系统 - 快捷命令定义和使用指南。定义以 ! 结尾的短命令触发特定响应。
project-teacher
nweii
Generates a detailed project explanation and retrospective (FOR_USER.md) to help the user learn from the project. Use this skill when the user asks to explain the project, asks "what did we just build?", or invokes the skill to generate a learning resource after a coding session.
knowledge-fetch
cuipengfei
知识召回技能 - 从 Project CLAUDE.md、User CLAUDE.md 和 Memory MCP 查询历史知识
extract-flow-scenario
nweii
Extracts a sequence of workflow events from conversation context into a structured markdown list. Surfaces actors, state changes, and pain points to serve as raw data for any later synthesis, design planning, or spec development. Use when asked to document an actual operational flow, user journey, or scenario from a conversation to capture exactly what happened.
planning-workflow
cuipengfei
规划工作流 - 从想法到实现计划的结构化流程。通过迭代细化单个 Markdown 文档将模糊想法转化为清晰实现计划。
response-guidelines
cuipengfei
响应指南 - 简洁响应 + 按需提示词增强。核心铁律:简洁优先,保真原意,禁止扩展范围。
comprehensive-research
v1truv1us
Multi-phase research orchestration for thorough codebase, documentation, and external knowledge investigation. Invoked by /ai-eng/research command. Use when conducting deep analysis, exploring codebases, investigating patterns, or synthesizing findings from multiple sources.
improve-prompt
cuipengfei
优化提示词 - 结构化改写后立即执行,禁止扩展范围
pywayne-llm-chat-window
wangyendt
PyQt5-based GUI chat window for LLM conversations with streaming responses and stop functionality. Use when working with pywayne.llm.chat_window module to create desktop chat applications with customizable window configuration, system message management, and real-time streaming display.
pywayne-gui
wangyendt
Windows GUI automation toolkit for global hotkeys and window management. Use when users need to register global hotkeys, find/control windows, automate GUI operations, or perform Windows desktop automation. Requires Windows OS with pywin32, pyuserinput, and pyautogui dependencies.
pywayne-helper
wangyendt
Project configuration management helper for YAML config files. Use when projects need cross-process/cross-file parameter sharing via a centralized config file. Supports automatic project root detection, nested config key management, and waiting mechanism for values set by other processes.
pywayne-lark-bot
wangyendt
Feishu/Lark Bot API wrapper for full-featured Feishu bot interactions. Use when users need to send messages (text, image, audio, file, post, interactive, share), especially Markdown delivery via send_markdown_to_chat with card_v2/post routing, table fallback, and auto chunking; manage files (upload/download); query user/group info; or listen for incoming messages with LarkBotListener.