.github/skills/document-writing-assistant/SKILL.md
当用户提出某个需求时,在使用对应提示词更改代码后的总结阶段,注意避免生成细碎的文档,最多生成一个总结文档文档
npx skillsauth add foeria/webblog document-writing-assistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
development
--- title: 您的技能标题 date: <%= date %> categories: - Skill skill_category: 技能类别 # 例如:前端框架、编程语言、开发工具等 skill_level: 中级 # 初级、中级、高级、专家 skill_icon: fas fa-code # Font Awesome 图标类名 tags: - 标签1 - 标签2 excerpt: 这是您的技能摘要,简要介绍该技能的内容和价值 --- # 您的技能标题 ## 概述 在这一部分简要介绍该技能的基本概念和重要性。 ## 核心概念 ### 概念 1 描述这个概念... ### 概念 2 描述这个概念... ## 实践方法 ### 方法 1 详细说明具体的实践方法... ```javascript // 代码示例 const example = () => { console.log('Hello, World!'); }; ``` ### 方法 2 更多的实践方法... ## 常见问题 - 问题 1:答案 - 问题 2:答案 ##
development
This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.
tools
当用户需要将Markdown格式的文本转换为Word文档时,提供帮助。如果用户提供了md文件,需要帮用户整体成更加适合的md文件帮助用户转换为word文档。具体整理和编写规则如下
development
Create new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to "create a skill", "make a new skill", "scaffold a skill", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders.