Skip to main content

tslateman/duet

SkillsMP는 tslateman/duet에서 25개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
25
GitHub 스타
1
GitHub 포크
0

수집된 skill 25개 중 25개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Audit a workspace for recurring friction, pick the highest-leverage one, and build the automation that removes it. Use when the user asks "what should I automate", "what's wasting my time", "find the friction in my workflow", wants a self-improvement pass…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Audit whether another agent actually did what was asked, not just whether the code is good. Use to watch, audit, compare, or fix another agent's work: a Claude Code or Codex session, a transcript, a PR, a branch, a CI run, or a workflow run.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Review what agents accomplished, surface loose ends across sessions

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Post-op check for artifacts, damage, and stale references after agent work

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generate Architecture Decision Records that capture the reasoning behind technical decisions. Use when the user asks to "create an ADR", "document a decision", "record why we chose X", or discusses architectural trade-offs worth preserving.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Ultra-compressed response mode. Cuts token usage ~75% while keeping full technical accuracy. Use when the user says "caveman", "caveman mode", "be brief", "less tokens", "compress output", or invokes /caveman.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Systematic debugging that applies the scientific method to failures. Use when the user says "debug this", "why is this failing", "help me find the bug", or is stuck on a problem and thrashing without progress.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create Excalidraw diagrams programmatically. Use when the user wants architecture diagrams, flowcharts, or any visual diagram with a hand-drawn aesthetic, where editable output and drag-and-drop editing add value over Mermaid's text-only approach.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when the user wants to stress-test a plan against their project's language…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Evaluate and improve how information is organized for findability. Use when the user asks to "organize this", "restructure docs", "improve navigation", "where should this go", "review file structure", or when documentation grows beyond a single page.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Find deepening opportunities in a codebase. Use when the user asks to "improve architecture", "find refactoring opportunities", "consolidate modules", "make code more testable", or wants the codebase made more AI-navigable.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create diagrams and visualizations using Mermaid.js v11 syntax. Use when generating flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, Gantt charts, user journeys, timelines, or any of 24+ diagram types. Supports CLI rendering to…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Evaluate and improve names in code using naming as a design diagnostic. Use when the user asks to "name this", "rename", "review naming", "what should I call", struggles to name something, or when a code review surfaces vague or misleading names.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Profiling methodology and optimization strategy for performance work. Use when the user asks to "make this faster", "optimize", "profile", "reduce latency", "fix slow", "improve throughput", or when investigating performance regressions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply Strunk's writing rules to prose: documentation, commits, error messages, UI text. Clearer, stronger, more professional. Also sharpens and tightens overlong drafts by subtraction.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Systematic technical investigation: evidence gathering, option comparison, and actionable recommendations. Use when the user asks to "research X", "investigate Y", "compare X vs Y", "how does X work", or needs analysis of libraries, APIs, frameworks, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Framework for code review that captures context future maintainers need: concerns raised, alternatives rejected, risks accepted. Use for PRs, local changes, or architecture review when the decision matters more than the diff. Produces structured feedback with…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Design test strategy using Beck's Test Desiderata — which properties matter, which tradeoffs to make. Use when the user asks "how should I test this", "what tests do I need", "review my test strategy", "is this well-tested", or when planning tests for a new…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Judgment linter for vibe-coded output: reads the energy of the code, not just correctness. Use when the user says "vibe check", "does this hold up", "sanity check this AI code", or after a fast generation session before committing.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Turn a PR, branch, commit, or git diff into a structured visual recap so a reviewer scans the shape of the change before reading raw lines. Use when asked to "recap this PR/branch", "show me what changed", or to summarize a large multi-file diff at a higher…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable. Reach for it when authoring, pruning, or debugging a skill.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Step up a layer of abstraction to map how unfamiliar code fits into the larger system. Use when the user says "zoom out", "bigger picture", "I don't know this area", "give me a map", "where does this fit", is reading code and feels lost, or is about to change…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Reflect on recent work—capture learnings and surface what to think about next

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Survey the project and choose what to play next

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Intentional design thinking for interfaces, components, and systems. Use when the user asks to "build a UI", "design a page", "create a component", "make this look good", "design an API", "design a system", or any task where aesthetic or structural design…

원문 언어: 영어

업데이트
수집된 skill 25개 중 25개를 표시합니다.