LdotJdot

LdotJdot

@LdotJdot

GitHub
13 Skills
519 Total Stars
March 2026 Joined

Public Skills

webbrowser

by LdotJdot

"浏览网页。与 read skill 风格一致:直接 exec 调用 exe,传参执行,stdout 为结果。"

Processing 40 2mo ago

docx

by LdotJdot

"Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation."

Code Gen 40 2mo ago

coding

by LdotJdot

"Local coding workflow: read/write/list_dir/exec,加上 Grep + SemanticSearch 的纯文本搜索(见 search skill)。Use when: editing code, building, refactoring, or exploring a codebase. Success = compile passes; user runs the program."

Embeddings 40 2mo ago

csharp

by LdotJdot

用于在 C# / .NET 项目中进行规划、实现、重构和调试。优先使用 dotnet CLI 完成项目管理与编译,结合 Grep / SemanticSearch / 子代理 / 网络搜索进行代码定位与 Debug。禁止执行 dotnet run / dotnet test,编译通过即视为任务完成。

API Dev 40 2mo ago

editing

by LdotJdot

"文本/代码的增量编辑:通过 exec 执行 PowerShell 实现 ReadRange、ReplaceRangeWithText、ReplaceAll、InsertLines、DeleteRange 等操作。Use when: 按行号或按内容修改文件、编程时局部替换、避免整文件重写。可与 coding / csharp skill 配合。"

API Dev 40 2mo ago

job-request

by LdotJdot

"在 BOSS直聘 搜索工作机会:打开 zhipin.com、按关键词搜索职位、左侧查看职位列表、点击职位在右侧查看详情。Use when: 用户要找工作、搜索职位、查 BOSS直聘、看招聘信息。"

productivity 40 2mo ago

grep

by LdotJdot

"文件内容搜索匹配优先考虑,ripgrep (rg) 递归搜索纯文本,支持正则。通过 exec 调用 Skills/grep/rg.exe,用于在工作区或指定目录搜索内容。"

Agents 40 3mo ago

deepThink

by LdotJdot

"通用问题诊断与深度分析 Skill。适用于代码、系统、业务、学习规划等需要严肃推理和可执行结论的任务。"

API Dev 40 3mo ago

python

by LdotJdot

"在缺少专用工具时,优先使用本地 Python 脚本完成复杂任务。临时脚本统一放在工作区 script 目录下的独立子文件夹中。"

Automation 40 3mo ago

search

by LdotJdot

"高效纯文本 / 代码搜索:优先用 Grep 做精确 / 正则匹配,配合 SemanticSearch 做语义级定位。只针对工作区内的文本与代码文件。"

Embeddings 40 3mo ago

github

by LdotJdot

"GitHub operations via gh CLI. Use when: checking PR/issue status, creating issues/PRs, viewing CI runs, or querying GitHub API. Requires gh CLI. Use exec to run gh commands."

API Dev 40 3mo ago

git

by LdotJdot

"Git operations via shell. Use when: commit, push, pull, branch, status, diff, log, or other git commands. Use exec to run git."

Code Gen 40 3mo ago

read

by LdotJdot

"如果要对纯文本文件或特定目标文件 如PDF/Office(docx,doc,pptx,ppt)/CAD 简单提取纯文本文本,则使用改技能执行。--start N --limit N;续读时 next_start = last_start + last_limit,禁止用固定步长猜测。"

Docs Gen 39 2mo ago