YangsonHung
UserA collection of AI Agent Skills that provide professional domain capabilities for intelligent assistants like Claude Code.
Categories
Indexed Skills (50)
topic-bookmarks-reorganizer
Use when reorganizing a browser bookmarks export by topic, deduplicating URLs, and producing an importable HTML file.
yuque-lakebook-export
Use when exporting Yuque or .lakebook content to local Markdown for Obsidian migration or cleanup.
ax-extract-workflow
Use when reconstructing how a shipped feature, commit, date, or artifact was produced from local ax session evidence.
conversation-json-to-md
Use when converting chat export JSON into per-conversation Markdown files with preserved user-assistant Q/A and normalized headings.
feature-doc-splitter
Use when splitting rough feature notes into overview, frontend, and backend implementation docs with codebase context and contracts.
frontend-quality-guardrails
Use when building, modifying, or reviewing frontend UI where text overflow, layout, responsiveness, accessibility, and visual polish must be verified.
git-commit-only
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.
git-push-secondary-merge-primary
Use when committing and pushing a work branch, then merging it into the primary branch and pushing both branches.
git-pushing-fast
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.
git-weekly-report
Use when summarizing git commit history into a structured daily or weekly work report.
logo-design-board
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.
mac-software-storage-cleanup
Use when auditing macOS app storage, cleaning priority caches, or recommending reclaimable disk space.
multi-lang-readme
Use when creating bilingual or multilingual README files from an existing README while preserving Markdown structure.
novel-writer
Use when writing, continuing, revising, or planning novels, characters, and fictional worlds.
react-component-hook-guidelines
Use when reviewing, refactoring, or implementing React components and custom Hooks with unclear boundaries or oversized props.
tree-ring-memory
Use when an AI agent needs local-first project memory recall, evidence-linked lessons, privacy-safe capture, audit, redaction, or intentional forgetting.
tweetclaw-twitter-automation
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.
ui-layout-analyzer
Use when analyzing a UI screenshot to describe layout structure and interface functionality.
wechat-theme-extractor
Use when extracting visual styles from a WeChat article and generating a markdown-wechat-converter theme.
weixin-article-to-obsidian
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.
x-twitter-scraper
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.
xquik-data
Use when collecting or analyzing X/Twitter data through Xquik REST, OpenAPI, MCP, webhooks, or SDK workflows.
git-commit-only-cn
当用户只需要创建一个本地 Git 提交且不推送时使用。支持基于 diff 自动判断 Conventional Commit 的 type/scope/summary、处理已暂存或用户要求的改动范围、为非简单改动生成分段提交正文,并执行安全的仅提交工作流。适用于“提交当前改动”“只 commit 不 push”“创建一个本地提交”等请求。
git-pushing-fast-cn
当用户需要在当前单分支提交并推送改动,并生成 Conventional Commit 信息时使用。支持基于 diff 自动判断 type/scope/summary、处理已暂存或用户要求的改动范围、为非简单改动生成分段提交正文,并安全处理单分支推送。
logo-design-board-cn
当用户需要用设计师人格蒸馏、品牌策略、概念方向、视觉提示词和质量评分来设计、评审或迭代 Logo 与品牌标识时使用。
tree-ring-memory-cn
当 AI Agent 需要本地优先的项目记忆召回、证据化经验、隐私安全记录、审计、脱敏或主动遗忘时使用。
wechat-theme-extractor-cn
当用户需要从微信公众号文章提取视觉样式,并生成 markdown-wechat-converter 主题时使用。
topic-bookmarks-reorganizer-cn
当用户需要按主题整理浏览器书签导出、URL 去重并生成可导入 HTML 时使用。
feature-doc-splitter-cn
当用户需要把粗略功能需求拆成总览、前端和后端实现文档,并结合代码梳理契约时使用。
frontend-quality-guardrails-cn
当用户需要构建、修改或审查前端界面,并验证文本溢出、布局、响应式、可访问性和视觉质量时使用。
git-push-secondary-merge-primary-cn
当用户需要提交并推送工作分支,再合并到主分支并推送双分支结果时使用。
git-weekly-report-cn
当用户需要把 Git 提交记录整理成结构化日报、周报或工作汇总时使用。
novel-writer-cn
当用户需要创作、续写、修改小说,或设计角色和世界观时使用。
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.
routerbase-api-integration
Use when integrating applications with an OpenAI-compatible model gateway, migrating SDK calls, or documenting safe API key handling for RouterBase.
routerbase-media-generation
Use when building image, audio, or video generation workflows through RouterBase with provider selection, retries, asset handling, and safety checks.
routerbase-model-routing
Use when choosing RouterBase models, designing fallback chains, or documenting cost-aware and latency-aware routing policies.
conversation-json-to-md-cn
当用户需要将聊天导出 JSON 拆分为按会话保存的 Markdown,并保留用户与助手问答结构时使用。
linkedin-cn
当需要通过命令行自动化操作 LinkedIn 时使用——获取主页、搜索人脉与公司、发送私信与连接请求、发布动态、点赞评论,并通过 linkedin 命令行工具提取人物、公司与动态数据。
multi-lang-readme-cn
当用户需要基于现有 README 创建中英或多语言 README,并保持 Markdown 结构时使用。
react-component-hook-guidelines-cn
React 组件、页面组件、自定义 Hook 的拆分、重构与评审技能。用户提到“拆组件”“拆 Hook”“这个组件太大了”“这个 Hook 太重了”“帮我理一下这个页面”“这段 React 怎么拆比较合理”“重构 React 组件”“重构页面逻辑”“优化组件设计”“评审组件设计”“评审 Hook 设计”“减少 props”“收敛职责”“拆分 God Component”“拆分 God Hook”“调整页面编排”“整理前端分层”“组件职责不清”“逻辑和 UI 耦合”“页面状态太乱”“大 state 下传”“props 太多”“分支太多”时触发。重点处理职责混杂、props 过宽、大状态下传、分支过多、页面编排过重、展示与逻辑耦合。
routerbase-api-integration-cn
当用户需要把应用接入 OpenAI 兼容模型网关、迁移 SDK 调用,或为 RouterBase 编写安全 API Key 配置说明时使用。
routerbase-media-generation-cn
当用户需要通过 RouterBase 构建图片、音频或视频生成流程,并处理供应商选择、重试、资产管理和安全检查时使用。
routerbase-model-routing-cn
当用户需要选择 RouterBase 模型、设计 fallback 链路,或编写兼顾成本与延迟的路由策略时使用。
tweetclaw-twitter-automation-cn
指导 Agent 使用 TweetClaw 执行已获用户批准的 X/Twitter 自动化,包括推文抓取、回复搜索、粉丝导出、用户查询、媒体、私信、监控、Webhook、抽奖,以及确认后发帖或回复。
weixin-article-to-obsidian-cn
当用户需要把 mp.weixin.qq.com 微信公众号文章抓取为 Obsidian Markdown,并将图片本地化到 vault assets 目录时使用。
x-twitter-scraper-cn
使用 Xquik x-twitter-scraper Skill 规划 X/Twitter 数据工作流。适用于推文搜索、账号时间线、粉丝导出、媒体下载、账号或关键词监控、HMAC Webhook、MCP 配置和 SDK 选型。需要用户自己的 Xquik API Key,不要求 X 登录材料。
ax-extract-workflow-cn
当用户需要根据本机 ax 会话证据,复盘某个已交付功能、提交、日期或成果是如何完成时使用。
mac-software-storage-cleanup-cn
当用户需要审计 macOS 软件占用、清理优先缓存或获取可回收空间建议时使用。
ui-layout-analyzer-cn
当用户需要根据 UI 截图输出布局结构和功能说明时使用。
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.