Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

dotfiles

dotfiles에는 princejoogie에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 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