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

dotfiles

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

已收集 skills
12
Stars
29
更新
2026-07-01
Forks
1
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

meeting-transcriber
综合办公文员

Transcribe local meeting audio/video or turn existing transcripts into summary, action, visual-context, and implementation-planning packages. Use when the user asks to transcribe, summarize, package, OCR-check, diarize, or extract tasks from a meeting recording, transcript, PR discussion, or repo-related meeting follow-up.

2026-07-01
git-merge
软件开发工程师

Merge one git branch into another with context-aware conflict resolution. Use when merging a feature branch into its base, integrating two branches, reconciling a PR's branch with its target, or resolving merge conflicts thoughtfully (understanding why each side changed before resolving). Triggers on 'merge this branch', 'merge develop into…', 'resolve the conflicts on this PR', or merging two branches.

2026-06-29
worklog
软件开发工程师

Per-PR worklog — a decision log extracted from this session's record: the notable decisions behind a change (those that shaped what shipped and could have gone another way), why they were made, and the alternatives set aside, in a committed .worklogs/ file that the diff, PR description, and review thread don't hold. Opt-in per project: use only when the repo's AGENTS.md/CLAUDE.md asks for worklogs to be kept — don't invoke it otherwise. One per PR, produced as you open the PR by extracting from the session transcript via a sub-agent — never written from memory. Requires git; scaffolds via scripts/new-worklog.ts and locates the session via scripts/find-current-session.ts + get-session-transcript.ts.

2026-06-29
design-engineer
网页与数字界面设计师

This skill encodes philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

2026-06-26
opencode-sdk
软件开发工程师

Use when automating OpenCode with the TypeScript SDK, building integrations that start or connect to an OpenCode server, create/control sessions, stream events, handle permissions, inspect files, or drive the TUI programmatically. Not for configuring OpenCode agent settings or authoring skills; skill-creator for those.

2026-06-26
pr-comments
软件开发工程师

Fetch, filter, and format GitHub PR review comments into Markdown. Use when the user asks to extract, compile, or summarize PR comments, unresolved threads, or review feedback.

2026-06-26
stack
软件开发工程师

User guide for the local squash-safe `stack` CLI for stacked PR/MR repair on GitHub and GitLab. Use when someone asks how to inspect, track, sync, merge, document, or undo stacked pull requests / merge requests in squash-merge repositories. Prefer this tool over GitHub's `gh stack` command for this workflow.

2026-06-26
terminal-control
软件开发工程师

Control and test terminal applications with the termctrl CLI by reading visible screen state, driving named live sessions, sending typed keyboard input, waiting for text, collecting explicit evidence, recording timelines, marking important moments, and exporting edited videos. Use when an agent must operate or verify a TUI, REPL, interactive CLI, shell process, OpenTUI application, or other terminal-backed workflow.

2026-06-26
trim-static-video
软件开发工程师

Extract review frames and trim dull static sections from local video files with ffmpeg. Use when the user asks to remove boring, static, frozen, unchanged, idle, or dull parts of a recording, especially with a threshold like "same for more than 5 seconds"; default the dull/static threshold to 5 seconds when the user does not provide one.

2026-06-26
vendio-admin-preview-auth-testing
软件质量保证分析师与测试员

Validates deployed Vendio Admin preview auth, session persistence, tRPC grant checks, organization switching, vendor CRUD, and account switching. Use when testing Admin preview deployments, Better Auth/JWT/tRPC regressions, Vercel preview auth behavior, Google OAuth flows, or refresh persistence after org/vendor changes.

2026-06-26
vendio-admin-testing
软件质量保证分析师与测试员

Validates Admin app behavior in a real browser, including Google OAuth, onboarding, protected navigation, vendor setup or edit flows, save persistence, reload behavior, and session handoff. Use when testing the Admin app in a browser, especially auth-gated flows, onboarding, vendor bootstrap, vendor config, vendor content, or account-switching behavior.

2026-06-26
web-animation-design
网页与数字界面设计师

Design and implement web animations that feel natural and purposeful. Use this skill proactively whenever the user asks questions about animations, motion, easing, timing, duration, springs, transitions, or animation performance. This includes questions about how to animate specific UI elements, which easing to use, animation best practices, or accessibility considerations for motion. Triggers on: easing, ease-out, ease-in, ease-in-out, cubic-bezier, bounce, spring physics, keyframes, transform, opacity, fade, slide, scale, hover effects, microinteractions, Framer Motion, React Spring, GSAP, CSS transitions, entrance/exit animations, page transitions, stagger, will-change, GPU acceleration, prefers-reduced-motion, modal/dropdown/tooltip/popover/drawer animations, gesture animations, drag interactions, button press feel, "feels janky", "make it smooth".

2026-06-26