hawkongz

7 mods across 5 repositories, 30 stars between them.

deepseek-eyes

01

hawkongz/deepseek-eyes

Skill Claude CodeCodex

Use when the user shares an image that Claude can't natively see, or when the user asks to analyze/describe/understand an image. Route every image through this skill — send the image path to eyes.py, which calls a vision model (default qwen3.7-plus) via 百炼 DashScope and returns a Chinese text description. Then answer…

11 8d ago A 85 tokens original MIT

mineru-pdf

02

hawkongz/mineru-pdf

Skill Claude CodeCodex

High-accuracy PDF content extraction using MinerU (Shanghai AI Lab). Use this whenever the user needs to extract text, formulas, tables, or images from a complex PDF — especially academic papers, multi-column layouts, scanned documents, or any PDF where pypdf produces garbled /Cxx formula output. Trigger on: "MinerU"…

10 2mo ago A 154 tokens original MIT

mineru-pdf

03

hawkongz/mineru-pdf

Skill Claude CodeCodex

Instructions for extracting text, formulas, tables, and images from difficult PDF files with MinerU, a document-reading tool. It is intended for papers, multi-column layouts, and scanned documents where basic PDF readers may produce poor results.

10 2mo ago A 180 tokens original MIT

concept-fable

04

hawkongz/concept-fable

Skill Claude CodeCodex

Trigger when users say "explain with a story," "tell me a fable," "give me an analogy," "ELI5," or "help me understand intuitively" about a concept. Uses fables to illuminate abstract concepts — the story never mentions the term, only revealing it at the end.

5 2mo ago A 67 tokens original MIT

concept-fable

05

hawkongz/concept-fable

Skill Claude CodeCodex

A Chinese-language teaching tool that explains abstract ideas through short fables and reveals the formal concept at the end. It is designed for requests such as “explain it with a story” or “give me an analogy.”

5 2mo ago A 59 tokens original MIT

hawkongz/github-format-standards

Skill Claude CodeCodex

Use when the user wants to share a project to GitHub. Runs a full pipeline: root audit, file naming and structure, document fixes (headings, code-block language tags, table alignment, explicit command interpreters), generate missing files (LICENSE, .gitignore, CONTRIBUTING.md, Issue/PR templates), README rewrite…

2 2mo ago A 156 tokens original MIT

hawkongz/github-format-standards

Skill Claude CodeCodex

A workflow for preparing a project for publication on GitHub, a website for hosting and sharing code. It reviews the project, fixes documentation and structure, creates common project files, and can create and push a repository.

2 2mo ago A 165 tokens original MIT