All authors
YangsonHung avatar

Claude Skills by YangsonHung

github.com/YangsonHung
52 skillsA× 50B× 20 installs20 views
Ax Extract WorkflowA

Use when reconstructing how a shipped feature, commit, date, or artifact was produced from local ax session evidence.

ai-agentsbashdatabase
0
18
Feature Doc SplitterA

Use when splitting rough feature notes into overview, frontend, and backend implementation docs with codebase context and contracts.

ai-agentsgonode
0
18
Frontend Quality GuardrailsA

Use when building, modifying, or reviewing frontend UI where text overflow, layout, responsiveness, accessibility, and visual polish must be verified.

developmentgoshell
0
18
Git Commit OnlyA

Use when creating one local Git commit without pushing. Supports diff-based Conventional Commit type/scope/message generation, staged or requested change handling, segmented commit bodies for non-trivial changes, and safe commit-only workflows. Trigger for requests such as "commit this", "create a commit", "commit current changes without pushing", or local-only handoff.

ai-agentsgitapi
0
18
Git Push Secondary Merge PrimaryA

Use when committing and pushing a work branch, then merging it into the primary branch and pushing both branches.

ai-agentscode-reviewgit
0
18
Git Pushing FastA

Use when committing and pushing current changes on one branch with a Conventional Commit message. Supports diff-based type/scope/message generation, staged or requested change handling, segmented commit bodies for non-trivial changes, and safe single-branch push handling.

ai-agentsgitapi
0
18
LinkedinA

Use when automating LinkedIn from the command line - fetching profiles, searching people and companies, sending messages and connection requests, posting, reacting, commenting, and extracting people/company/post data via the linkedin CLI.

ai-agentsreactapi
0
18
Logo Design BoardA

Use when creating, critiquing, or iterating logo and brand-mark concepts through a designer-distillation board, including brand intake, public-source designer lenses, concept territories, visual prompts, and logo quality scoring.

ai-agentsgoexpress
0
18
React Component Hook GuidelinesA

Use when reviewing, refactoring, or implementing React components and custom Hooks with unclear boundaries or oversized props.

ai-agentsreactrefactoring
0
18
Routerbase Api IntegrationA

Use when integrating applications with an OpenAI-compatible model gateway, migrating SDK calls, or documenting safe API key handling for RouterBase.

ai-agentsjavascriptpython
0
18
Routerbase Media GenerationA

Use when building image, audio, or video generation workflows through RouterBase with provider selection, retries, asset handling, and safety checks.

ai-agentsapi
0
18
Routerbase Model RoutingA

Use when choosing RouterBase models, designing fallback chains, or documenting cost-aware and latency-aware routing policies.

ai-agentsgoperformance
0
18
Tree Ring MemoryA

Use when an AI agent needs local-first project memory recall, evidence-linked lessons, privacy-safe capture, audit, redaction, or intentional forgetting.

ai-agentsgobash
0
18
Tweetclaw Twitter AutomationA

Guide agents through approved TweetClaw workflows for X/Twitter automation, including tweet scraping, reply search, follower export, user lookup, media, DMs, monitors, webhooks, giveaway draws, and confirmation-gated posts or replies.

ai-agentsbashaws
0
18
Weixin Article To ObsidianA

Use when saving a Weixin Official Account article from mp.weixin.qq.com into an Obsidian vault as Markdown with locally downloaded images and vault-style asset links.

ai-agentspythongo
0
18
X Twitter ScraperA

Plan X/Twitter data workflows through the Xquik x-twitter-scraper skill. Use when the user needs tweet search, profile timelines, follower export, media download, account or keyword monitoring, HMAC webhooks, MCP setup, or SDK selection. Requires a user-issued Xquik API key and never asks for X login material.

ai-agentsrustgo
0
18
Xquik DataA

Use when collecting or analyzing X/Twitter data through Xquik REST, OpenAPI, MCP, webhooks, or SDK workflows.

ai-agentsgoapi
0
18
Ax Extract Workflow CnA

当用户需要根据本机 ax 会话证据,复盘某个已交付功能、提交、日期或成果是如何完成时使用。

ai-agentsbash
0
18
Feature Doc Splitter CnA

当用户需要把粗略功能需求拆成总览、前端和后端实现文档,并结合代码梳理契约时使用。

ai-agentsgitapi
0
18
Frontend Quality Guardrails CnA

当用户需要构建、修改或审查前端界面,并验证文本溢出、布局、响应式、可访问性和视觉质量时使用。

ai-agentsgoshell
0
18
Git Commit Only CnA

当用户只需要创建一个本地 Git 提交且不推送时使用。支持基于 diff 自动判断 Conventional Commit 的 type/scope/summary、处理已暂存或用户要求的改动范围、为非简单改动生成分段提交正文,并执行安全的仅提交工作流。适用于“提交当前改动”“只 commit 不 push”“创建一个本地提交”等请求。

ai-agentsgitapi
0
18
Git Push Secondary Merge Primary CnA

当用户需要提交并推送工作分支,再合并到主分支并推送双分支结果时使用。

ai-agentscode-reviewgit
0
18
Git Pushing Fast CnA

当用户需要在当前单分支提交并推送改动,并生成 Conventional Commit 信息时使用。支持基于 diff 自动判断 type/scope/summary、处理已暂存或用户要求的改动范围、为非简单改动生成分段提交正文,并安全处理单分支推送。

ai-agentsgitapi
0
18
Linkedin CnA

当需要通过命令行自动化操作 LinkedIn 时使用——获取主页、搜索人脉与公司、发送私信与连接请求、发布动态、点赞评论,并通过 linkedin 命令行工具提取人物、公司与动态数据。

ai-agentsapi
0
18
Logo Design Board CnA

当用户需要用设计师人格蒸馏、品牌策略、概念方向、视觉提示词和质量评分来设计、评审或迭代 Logo 与品牌标识时使用。

ai-agentsgo
0
18
React Component Hook Guidelines CnA

React 组件、页面组件、自定义 Hook 的拆分、重构与评审技能。用户提到“拆组件”“拆 Hook”“这个组件太大了”“这个 Hook 太重了”“帮我理一下这个页面”“这段 React 怎么拆比较合理”“重构 React 组件”“重构页面逻辑”“优化组件设计”“评审组件设计”“评审 Hook 设计”“减少 props”“收敛职责”“拆分 God Component”“拆分 God Hook”“调整页面编排”“整理前端分层”“组件职责不清”“逻辑和 UI 耦合”“页面状态太乱”“大 state 下传”“props 太多”“分支太多”时触发。重点处理职责混杂、props 过宽、大状态下传、分支过多、页面编排过重、展示与逻辑耦合。

ai-agentsgoreact
0
18
Routerbase Api Integration CnA

当用户需要把应用接入 OpenAI 兼容模型网关、迁移 SDK 调用,或为 RouterBase 编写安全 API Key 配置说明时使用。

ai-agentsjavascriptpython
0
18
Routerbase Media Generation CnA

当用户需要通过 RouterBase 构建图片、音频或视频生成流程,并处理供应商选择、重试、资产管理和安全检查时使用。

ai-agentsapi
0
18
Routerbase Model Routing CnA

当用户需要选择 RouterBase 模型、设计 fallback 链路,或编写兼顾成本与延迟的路由策略时使用。

ai-agentsgo
0
18
Tree Ring Memory CnA

当 AI Agent 需要本地优先的项目记忆召回、证据化经验、隐私安全记录、审计、脱敏或主动遗忘时使用。

ai-agentsbash
0
18
Tweetclaw Twitter Automation CnA

指导 Agent 使用 TweetClaw 执行已获用户批准的 X/Twitter 自动化,包括推文抓取、回复搜索、粉丝导出、用户查询、媒体、私信、监控、Webhook、抽奖,以及确认后发帖或回复。

ai-agentsbashgit
0
18
Weixin Article To Obsidian CnA

当用户需要把 mp.weixin.qq.com 微信公众号文章抓取为 Obsidian Markdown,并将图片本地化到 vault assets 目录时使用。

ai-agentspythonbash
0
18
X Twitter Scraper CnA

使用 Xquik x-twitter-scraper Skill 规划 X/Twitter 数据工作流。适用于推文搜索、账号时间线、粉丝导出、媒体下载、账号或关键词监控、HMAC Webhook、MCP 配置和 SDK 选型。需要用户自己的 Xquik API Key,不要求 X 登录材料。

ai-agentsbashterraform
0
18
Xquik Data CnA

当用户需要通过 Xquik REST API、OpenAPI、MCP、webhook 或 SDK 采集、分析或监控 X/Twitter 数据时使用。

ai-agentsapi
0
18
Conversation Json To MdB

Convert chat export JSON files into multiple Markdown files (one conversation per file). Use when users ask to split AI chat logs, preserve only user-assistant Q/A, format question as heading, keep response Markdown, and normalize filenames/headings after export.

toolspythonbash
0
6
Git Weekly ReportA

Summarize git commit logs into a structured weekly or daily report (周报, 日报) with sections for completed work, in-progress items, highlights, plans, and risks. Use when the user asks to generate a weekly report, daily report, summarize yesterday's git commits, review what they did today/this week, summarize recent git activity, or categorize commits by project. Triggers on keywords like git log, commit history, daily standup, work summary, 周报, 日报, 昨天做了什么, 今天的工作, 总结昨天, 本周工作, git活动, 提交记录.

businesspythongo
0
6
Mac Software Storage CleanupA

Audit installed macOS software storage usage and run prioritized cleanup. Use when the user asks to inspect installed apps, list storage-heavy software, clean priority-1 caches and simulator data, or get reclaim recommendations.

devopsgobash
0
6
Multi Lang ReadmeA

Create multilingual README files by translating an existing README into target languages. Use when users ask for bilingual or multilingual README output, such as "create bilingual README", "translate README to Japanese", or "add Chinese README". Supports English, German (de), Japanese (ja), Korean (ko), and Chinese (zh-CN).

documentation
0
6
Novel WriterA

Novel writing assistant supporting creating novels from scratch, continuing chapters, character design, and worldbuilding. Works with all genres (sci-fi, fantasy, mystery, romance, wuxia, etc.). Triggers: (1) User requests to write a novel, e.g., "help me write a sci-fi novel", "create a mystery story"; (2) Continue or modify existing content, e.g., "write the next chapter", "modify this character"; (3) Character-related tasks, e.g., "design a villain", "create a love interest for the protago...

educationgo
0
6
Topic Bookmarks ReorganizerA

Reorganize exported browser bookmarks under one user-specified topic folder into cleaner categories, remove duplicate URLs, and generate an importable Netscape HTML file. Use when users ask to analyze a bookmarks export, extract one topic directory, regroup links and subfolders, and output a browser-importable HTML file.

toolspythongo
0
6
Ui Layout AnalyzerA

Analyze UI images and output layout description with functional analysis. Triggers when user sends a UI screenshot and says "analyze this UI", "describe this interface layout", "what does this UI do", or "output UI layout and function description".

designcode-review
0
6
Wechat Theme ExtractorA

Extract visual styles from WeChat Official Account articles and generate theme configuration. Use when the user provides a WeChat article URL and wants to derive a markdown-wechat-converter theme, inject it into markdown-to-wechat.html, or preview the generated result.

ai-agentspythonbash
0
6
Yuque Lakebook ExportA

Export Yuque knowledge bases, Yuque documents, or .lakebook files into local Markdown folders for Obsidian. Use when users want to export Yuque, convert lakebook to Markdown, migrate a Yuque knowledge base to Obsidian, batch-convert multiple .lakebook files, or fix Yuque export issues such as missing images, cropped image mismatches, broken internal links, wrong folder hierarchy, and Markdown table rendering problems.

toolspythonbash
0
6
Conversation Json To Md CnB

将聊天导出 JSON 批量转换为多个 Markdown 文件(一会话一文件)。当用户要求拆分 AI 对话记录、仅保留用户与助手问答、将问题作为标题并统一回答区块、导出后再做二次格式化时使用。

toolspythonbash
0
6
Git Weekly Report CnA

将 Git 提交日志汇总为结构化周报或日报,包含完成工作、进行中事项、重要事项、计划和风险阻塞。用于用户要求生成周报、日报、总结昨天的提交、回顾今天做了什么、汇总近期 Git 活动、按项目分类提交记录。触发词包括:git log、提交历史、commit、日报、周报、昨天做了什么、今天的工作、总结昨天、本周工作、git活动、提交记录、每日站会、工作汇总。

businesspythonbash
0
6
Mac Software Storage Cleanup CnA

审计 macOS 已安装软件占用并执行分级清理。当用户提出“检查安装了哪些软件”“列出软件占用大小”“清理优先级 1 缓存和模拟器数据”或“给出可回收空间建议”等磁盘治理需求时使用。

devopsbashgit
0
6
Multi Lang Readme CnA

创建多语言 README。用于用户要求“中英 README”“多语言 README”“把 README 翻译成某语言”等场景。支持英文、德语、日语、韩语、中文,并保持 Markdown 结构与链接一致。

documentation
0
6
Novel Writer CnA

小说创作助手,支持从零开始创作小说、续写章节、角色设计、世界观构建等。适用于各种类型(科幻、奇幻、悬疑、言情、武侠等)。触发场景:(1) 用户请求写小说,如"帮我写一部科幻小说"、"创作一个推理故事"; (2) 续写或修改现有内容,如"给这个故事续写一章"、"修改这个角色"; (3) 角色相关任务,如"帮我设计一个反派角色"、"给主角设计一个恋爱对象"; (4) 世界观构建,如"帮我设计一个魔法体系"、"构建一个赛博朋克世界"。

education
0
6
Topic Bookmarks Reorganizer CnA

将浏览器导出的书签 HTML 中用户指定的主题目录重新分类整理,按 URL 去重,并导出可直接导入浏览器的 Netscape 书签文件。用于用户要求分析书签导出、提取一个主题目录、重分组链接与子目录并生成可导入 HTML 的场景。

toolspythonbash
0
6
Ui Layout Analyzer CnA

根据 UI 图片输出布局排版描述和功能描述。当用户发送一张 UI截图并说"帮我分析这个UI"、"输出UI布局排版描述"、"分析界面布局"、"描述这个UI的功能"时触发。Also triggers when user says "根据图片输出UI布局排版描述和功能描述"。

designcode-review
0
6