Turn fragmented knowledge, rough notes, research snippets, interview takeaways, project learnings, paper excerpts, or partially formed ideas into structured archive cards for the Personal Blog archive system. Use this whenever the user asks to remember, 整理,…
joyehuang/skills
SkillsMP has collected 17 skills from joyehuang/skills. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 17
- GitHub stars
- 3
- GitHub forks
- 2
Skills in this repository
Showing 17 of 17 collected skills.
Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.
Turn paper links, blog posts, articles, or any worthy external content into curated entries for the Personal Blog curated section. Use this whenever the user sends a link and says 精选/curated/收录/加到这个模块/收录到精选/加到精选, or when you discover notable external content…
Explore a website that exposes a well-known agent manifest (RFC-8615 path) and answer questions or summarize content. Works on any site whose owner ships /.well-known/<name>-manifest.json with a structured tree, a public content endpoint dictionary, and…
Transform learning notes, session summaries, and diff stories into publishable technical blog posts. Supports multiple platforms and styles. Use when the user wants to write a technical article.
Discover secondary development directions for the current project. Analyzes project gaps, evaluates resume value, and generates actionable specs. Use when the user doesn't know what to build or improve next.
Compare technical solutions in the context of the current project. Analyzes tradeoffs with concrete code references. Use during development when choosing between approaches.
Deep dive into a specific module or system of the current project. Source-code-level analysis following the complete execution flow. Use when the user wants to thoroughly understand one part of the codebase.
Generate a technical narrative from your git changes. Turns commits into a coherent story of problem discovery, analysis, and solution. Use after completing development work.
Systematically learn an open-source project with progress tracking across sessions. Use when the user wants to understand a codebase from scratch or continue a previous learning session.
Test your understanding of the project with questions based on what you have learned. Generates questions from completed topics in the learning plan. Use after /learn or /deep-dive sessions.
Package your project work into resume-ready content and prepare for interviews. Generates STAR-format project descriptions, interview Q&A, and simulated follow-up questions. Use after completing development work.
Convert text to speech with Google Gemini TTS API at fixed 1.2x playback speed and WAV output. Use when users need fast narration generation from English or Chinese text, with optional voice and output filename.
Automatically engage with X (Twitter) home timeline by liking and replying to relevant tweets. The agent reads a persona profile (X-PROFILE.md), fetches timeline via script, filters tweets by relevance, generates comments directly, and publishes via script.…
Convert written articles into structured video scripts with timing, narration, and scene breakdowns
Convert video scripts into production-ready Remotion projects with React components, audio, and rendering
Source text: Chinese
Generate a weekly plan of 7 user-insight research topics (one per day) from users/{userId}/USER.md by combining profile context with recent web_search signals. Saves the result as a JSON file in the user's root folder for downstream consumption by…