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

vs

vs에는 vltansky에서 수집한 skills 31개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
31
Stars
0
업데이트
2026-07-20
Forks
0
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

vs-analyze-thread
소프트웨어 개발자

Analyze Codex, Claude Code, or Cursor threads, transcripts, and transcriptions. Use for thread analysis, transcript review, conversation audits, agent-performance diagnosis, comparing sessions, finding loops or corrections, and extracting decisions, outcomes, evidence, and actionable improvements.

2026-07-20
vs-internal-shared
기타 컴퓨터 관련 직업

Internal reference for vs shared conventions: artifact paths, project ID resolution, storage preference, and skill taxonomy.

2026-07-20
vs-steal
소프트웨어 개발자

Use when asked to scan a named external repo for ideas worth porting. Produces a cited, ranked steals report.

2026-07-20
vs-qa
소프트웨어 품질 보증 분석가·테스터

Use when asked to QA, test this site or app, find bugs, or test and fix a user-facing interface. Runs harness-aware browser or computer-use QA, fixes issues, and re-verifies.

2026-07-20
vs-ship-it
소프트웨어 개발자

Use when the user wants to create/open a pull request, submit changes for review, send changes to dev, or otherwise ship local Git changes. Also use for explicit commit and push or push to main/master or the current branch requests. Requires affirmative publish intent; do not use for review/readiness-only requests. Creates and verifies a GitHub PR by default; honors explicit direct pushes and babysits only when requested.

2026-07-20
vs-baby-sit
소프트웨어 품질 보증 분석가·테스터

Use when asked to watch a PR, fix CI, address review comments, or keep a branch merge-ready in a loop.

2026-07-20
vs-github-research
소프트웨어 개발자

Use when the user asks how GitHub projects solve a problem, wants prior art, external code examples, ecosystem patterns, or a landscape comparison across parallel projects.

2026-07-19
vs-build-it
기타 컴퓨터 관련 직업

Use when the user says build-it, implement this plan, take it from here, or wants autonomous plan-to-code execution.

2026-07-18
vs-orchestrate
기타 컴퓨터 관련 직업

Use when the user says orchestrate, coordinate a long-running project, or run a multi-milestone build across hours or days. Maintains a living milestone roadmap and drives one milestone at a time.

2026-07-18
vs-shape-it
소프트웨어 개발자

Use when the user says shape it, brainstorm, explore this idea, grill this, or wants to turn an idea into a buildable design.

2026-07-18
vs-brief
소프트웨어 개발자

Use when asked what changed, orient me, show the diff, compare before and after, or summarize a branch. Produces a compact review brief from git diff and captured output evidence.

2026-07-18
vs-debug-mode
소프트웨어 개발자

Use when encountering any technical failure or unexpected behavior, including production incidents, test/build/CI failures, crashes, integration issues, performance regressions, and intermittent bugs, before proposing or implementing a fix. Finds the root cause through reproduction, evidence gathering, and testable hypotheses.

2026-07-18
vs-prototype
소프트웨어 개발자

Use when the user wants to prototype, spike, sanity-check a state model, or compare UI directions before committing to production implementation. In existing projects, chooses the easiest trustworthy seam: wire into the app or recreate a lightweight lookalike.

2026-07-18
vs-pushback
소프트웨어 개발자

Use when a formed idea, plan, spec, or RFC needs adversarial review. Stress-tests assumptions, adds risk-gated independent model challenge, scores readiness, and returns a verdict.

2026-07-18
vs-rfc-research
소프트웨어 개발자

Use when asked to write an RFC, ADR, technical proposal, or research a technical decision with code evidence.

2026-07-18
vs-roast-review
소프트웨어 품질 보증 분석가·테스터

Use when the user says roast, roast-review, or tear apart code. Prefer over simplify for roast requests. Adds a cross-model second opinion for risky or substantial diffs.

2026-07-18
vs-bugfix
소프트웨어 개발자

Use when the user says fix, bugfix, broken, or describes a bug. Reproduces, fixes, verifies, reviews, and hands back a clean branch.

2026-07-18
vs-decide-for-me
기타 컴퓨터 관련 직업

Use when the user says decide-for-me, answer it yourself, or only ask strategic questions. Resolves tactical uncertainty before interrupting.

2026-07-18
vs-deslop
소프트웨어 개발자

Use when code works but feels AI-generated, bloated, repetitive, over-defensive, or needs cleanup before review or shipping.

2026-07-18
vs-fix-pr
소프트웨어 개발자

Primary VS workflow whenever the user asks to see, check, review, address, or fix PR comments or feedback; handle requested changes; or resolve review threads. Use this instead of a generic GitHub PR-comments workflow when available. Inspect-only requests stay read-only; action requests evaluate feedback, implement accepted fixes, and gate every reply or resolution on approval.

2026-07-18
vs-improve
소프트웨어 개발자

Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Strictly read-only on source code — never implements, fixes, or refactors anything itself. Use when asked to audit a codebase, find improvement opportunities (bugs, security, performance, test coverage, tech debt, migrations, DX), suggest features or where to take the project next (roadmap, product direction), or generate handoff plans for another agent to implement.

2026-07-18
vs-perf
소프트웨어 개발자

Use when optimizing latency, throughput, memory, startup, bundle size, or any performance target that needs evaluator-backed proof.

2026-07-18
vs-recap
기타 컴퓨터 관련 직업

Create a tiny out-of-context recap of the current situation and recent changes. Use when the user says /vs-recap, recap, catch me up, where are we, out of context, I have no context, or explain what is going on.

2026-07-18
vs-retro
기타 컴퓨터 관련 직업

Use when asked for retro, session learnings, what did we learn, or extract learnings. Routes findings to the right destination.

2026-07-18
vs-roast-ui
웹·디지털 인터페이스 디자이너

Use when user asks to design, redesign, critique, polish, or improve frontend UI. Covers websites, dashboards, product screens, components, forms, onboarding, empty states, and visual fidelity checks.

2026-07-18
vs-setup-adr
소프트웨어 개발자

Set up ADR support in the current repository. Creates an `adr/` directory with a README, adds an adoption ADR, and updates the repo's existing guidance surfaces so architecture-impacting or hard-to-reverse decisions live in ADRs. Use when user says 'setup adr', 'add adr support', 'adopt adrs', 'create adr directory', 'architecture decision records', or wants to bootstrap ADRs in a repo.

2026-07-18
vs-tdd
소프트웨어 품질 보증 분석가·테스터

Use when the user says tdd, test first, red green refactor, or wants a bug fix proven by a failing test first.

2026-07-18
vs-to-issues
소프트웨어 개발자

Use when asked to turn a plan, spec, RFC, or brief into vertical-slice GitHub issues with handoff-ready bodies.

2026-07-18
vs-try-skill
기타 컴퓨터 관련 직업

Use when asked to blind test, dogfood, or try a skill change. Spawns a fresh agent and compares actual behavior to expectations.

2026-07-18
vs-verify
소프트웨어 품질 보증 분석가·테스터

Use when asked to verify, prove it works, check completion, or before claiming done. Produces evidence-backed PASS/WARN/FAIL status.

2026-07-18
vs-write
기술 작가

Use when asked to write, rewrite, edit, tighten, simplify, or polish prose for clarity. Produces plain, direct, accessible copy without losing substance or precision.

2026-07-18