Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

dotfiles

dotfiles 收录了来自 yujiachen-y 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
5
更新
2026-05-25
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

view-as-html
网页开发工程师

Renders the response as a self-contained, visually polished HTML page saved to /tmp and opened in the browser, replacing plain markdown or wall-of-text output. Triggers when the user says "/view-as-html", or asks to "view as html / show as a page / make a pretty page / 用 html 给我看 / 做成网页 / 别给我干巴巴的文字 / 我想浏览不是阅读". Also applies when the response is structured information — comparisons, plans, status reports, research summaries, concept explainers, PR write-ups, design tokens, dashboards — even without an explicit "html" keyword, since a layout with cards, tables, SVG and color hierarchy reads faster than markdown for these shapes.

2026-05-25
review-skill
软件质量保证分析师与测试员

Audits an existing skill against the official Anthropic Agent Skills best practices document (https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices), then produces a categorized report — Must Fix (explicit warnings violated), Should Consider (acceptable but improvable), and Already Passing — with file:line citations and concrete fixes. Triggers when the user says "/review-skill", "review this skill", "audit my skill", "check this skill against best practices", "is this skill following best practices", "对这个 skill 做个 review", "审查一下这个 skill", "skill 是不是符合最佳实践". Also applies when the user references a skill directory (e.g. `agents/skills/foo` or `~/.claude/skills/bar`) and asks for sanity check, quality pass, or evaluation against documented best practices — even without naming the practices doc explicitly.

2026-05-24
personal-voice
作家与作者

把 AI 风格的草稿改写成 yujiachen 的个人写作风格——克制 emoji、紧凑短段落、概率词代替绝对化、中性陈述代替情绪词、英文术语空格分隔。 当用户给出中文 / 中英混用稿件(小红书 / newsletter / 工程博客 / 长文评论)并要求"按我的风格改 / 去 AI 味 / 润色 / 改改这篇"等改写意图时触发;即使措辞模糊("帮我改改"),只要上下文是结构化稿件就应当考虑。

2026-05-04
lint-init
软件开发工程师

Initialize any repository with comprehensive lint rules and code quality tooling. Covers cyclomatic complexity, function/file length limits, parameter counts, type safety, code duplication, test coverage, and folder file-count limits. Supports TypeScript, Go, Python, Rust, and Java. Use this skill whenever the user asks to set up lint rules, initialize code quality checks, configure a linter, or bootstrap a new repo with quality gates — even if they don't say "lint" explicitly (e.g., "set up this repo", "add quality checks", "configure eslint/golangci-lint/ruff"). Also trigger when the user says /lint-init.

2026-03-22
agent-browser-cookies
软件开发工程师

This skill should be used when exporting, storing, or reapplying agent-browser cookies across sessions, especially for localhost login states.

2026-01-16