Use when users ask in Chinese or English to manage local dev ports via natural language (for example: pick an available port, inspect who uses port 3000, free a port, run port conflict doctor, or initialize .portmanrc). Route to PortPilot CLI commands; run read-only actions automatically and require detailed confirmation for write actions.
Update or rewrite project README files directly with the current session model (Codex/Claude Code) using local repository facts, without calling external README generation APIs. Use when users ask to "update README", "rewrite readme.md", "generate project documentation", "refresh usage/install sections", or "align README with latest code changes" for a local repo.
Writes polished Chinese technical articles for WeChat or blog publication, then optionally generates matching illustrations. Use when user wants to write, draft, optimize, or illustrate a technical article. Handles the full pipeline: type selection โ research โ draft โ fact-check โ illustration.
Analyze any input material (URLs, code snippets, images, text, documents, screenshots) and extract technical insights, reusable code, and project ideas into the CodeSnippets knowledge base at /root/projects/CodeSnippets. Use this skill when the user drops a link, pastes code, shares a screenshot, sends a document, or provides raw text and wants it analyzed and archived as inspiration. Triggers: "ๆถๅฝ", "ๅๆ่ฟไธช", "่ฎฐๅฝไธไธ", "add this to snippets", "collect", "/insight", or when user provides material (link/code/image/doc) with intent to archive into the project.
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
Automate git commit and push. Use when user says "sync to github", "commit and push", "push my changes", "save to git", "submit my work", or invokes /sync_to_github. Stages all changes, generates a commit message, commits, and pushes to remote.