Skip to main content

rohitg00/pro-workflow

SkillsMP는 rohitg00/pro-workflow에서 41개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
41
GitHub 스타
2,777
GitHub 포크
272

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

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

Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.

원문 언어: 영어

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

Auto-configure quality gates, hooks, and settings for a new project. Detects project type and sets up appropriate tooling. Use when onboarding a new codebase.

원문 언어: 영어

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

Decompose large-scale changes into independent units and spawn parallel agents in isolated worktrees. Use for migrations, refactors, codemods, and any change touching 10+ files with the same pattern.

원문 언어: 영어

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

Smart context compaction with state preservation. Saves critical files, task progress, and working state before compaction, restores after. Use before manual compact or when auto-compact triggers.

원문 언어: 영어

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

Master the four operations of context engineering — Write, Select, Compress, Isolate. Manage token budgets, compaction strategies, and context partitioning to keep AI sessions sharp and efficient.

원문 언어: 영어

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

Optimize token usage and context management. Use when sessions feel slow, context is degraded, or you're running out of budget.

원문 언어: 영어

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

Track session costs, set budget alerts, and optimize token spend. Use to check costs mid-session or set spending limits.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Apply interface craft when building or reviewing UI - motion, easing, timing, springs, component feel, and visual foundations. Use when building a component, animation, transition, hover or press state, modal, drawer, toast, or when polishing an interface so…

원문 언어: 영어

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

Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, strips defensive code, and in skill-file mode lints SKILL.md files for quality. Use when cleaning up code,…

원문 언어: 영어

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

Build the project's shared language and bounded contexts before writing code, so names stay consistent and the agent stops paraphrasing domain concepts. Produces a CONTEXT.md glossary and decision records. Use at the start of a project or feature, or when the…

원문 언어: 영어

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

Configure file watching hooks to auto-react to config changes, env file updates, and dependency modifications. Use to set up reactive workflows.

원문 언어: 영어

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

Audit an area of the codebase and propose the smallest structural moves that improve it - untangle boundaries, kill duplication, fix seams, break cycles. Produces a prioritized plan and decision records, not a rewrite. Use when a codebase feels tangled, hard…

원문 언어: 영어

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

Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and session history. Use when asking for stats, statistics, progress, how am I doing, coding history, or dashboard.

원문 언어: 영어

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

Capture a correction or lesson as a persistent learning rule with category, mistake, and correction. Stores, categorises, and retrieves rules for future sessions. Use after mistakes or when the user says "remember this", "don't forget", "note this", or "learn…

원문 언어: 영어

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

Provider-agnostic multi-LLM deliberation. Three phases — independent responses, cross-model anonymized ranking, chairman synthesis. Provider config from env (OPENAI/ANTHROPIC/FIREWORKS/OPENROUTER/custom OpenAI-compatible base URL). Persists transcript to a…

원문 언어: 영어

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

Audit connected MCP servers for token overhead, redundancy, and security. Use when sessions feel slow or before adding new MCPs.

원문 언어: 영어

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

Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.

원문 언어: 영어

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

Create and manage git worktrees for parallel coding sessions with zero dead time. Use when blocked on tests, builds, wanting to work on multiple branches, context switching, or exploring multiple approaches simultaneously.

원문 언어: 영어

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

Analyze permission denial patterns and generate optimized alwaysAllow and alwaysDeny rules. Use when permission prompts are slowing you down or after sessions with many denials.

원문 언어: 영어

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

Stress-test a plan by walking its decision tree one question at a time. Use when the user wants to pressure-test a design before implementation.

원문 언어: 영어

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

Complete AI coding workflow system. Orchestration patterns, 18 hook events, 8 agents, cross-agent support, reference guides, and searchable learnings. Works with Claude Code, Cursor, and 32+ agents.

원문 언어: 영어

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

Prevent destructive operations using Claude Code hooks. Three modes — cautious (warn on dangerous commands), lockdown (restrict edits to one directory), and clear (remove restrictions). Uses PreToolUse matchers for Bash, Edit, and Write.

원문 언어: 영어

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

Generate a structured handoff document capturing current progress, open tasks, key decisions, and context needed to resume work. Use when ending a session, saying "continue later", "save progress", "session summary", or "pick up where I left off".

원문 언어: 영어

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

SkillOpt-flavored offline training loop for any SKILL.md. Treats accumulated learn-rule corrections as training trajectories, proposes bounded patches via an optimizer LLM, gates each candidate against a held-out validation set built from the user's own past…

원문 언어: 영어

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

The index of every pro-workflow skill and command, grouped by job, with when to reach for each and whether it is human-run or auto-triggered. Use when you are not sure which skill fits, want the full map, or ask "what can this do", "which skill for X", "list…

원문 언어: 영어

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

Run quality gates, review staged changes for issues, and create a well-crafted conventional commit. Use when saying "commit", "git commit", "save my changes", or ready to commit after making changes.

원문 언어: 영어

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

Track parallel work sessions and prevent confusion across multiple Claude Code instances. Every major step ends with a status line. Every question re-states project, branch, and task.

원문 언어: 영어

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

Compile a structured literature survey on any AI/ML topic. Agent curates a research bundle (taxonomy + sections + bibliography of real papers) from a public anchor resource, then a chosen LLM generates the survey artifact. Output target is a wiki page…

원문 언어: 영어

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

Drive a change through a red-green-refactor loop - failing test first, minimal code to pass, then clean up. Use when implementing a feature or fixing a bug where correctness matters and a test can pin the behavior. Says "TDD", "test first", "red green…

원문 언어: 영어

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

Start, structure, and grow a persistent research wiki indexed in pro-workflow's SQLite knowledge base. Each wiki is a folder of markdown pages with provenance, plus a shadow FTS5 index so any session can recall it. Use when the user says "start a wiki", "add…

원문 언어: 영어

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

Auto-grow a pro-workflow wiki by running a budget-capped BFS research loop over pluggable source fetchers (web, arXiv, GitHub). Each iteration pops a seed from the queue, fetches sources, drafts a wiki page, dedupes claims against existing pages, enqueues…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Render a self-contained HTML viewer for a pro-workflow wiki. Pages, sources, claims, seed queue, page-link graph and full-text search all in one file. No external dependencies, no JS framework, S3-uploadable. Use when the user wants to browse a wiki visually,…

원문 언어: 영어

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

End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying "wrap up", "done for the day", "finish coding", or ending a coding session.

원문 언어: 영어

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

Apply clear-writing standards to any prose the agent produces - READMEs, docs, UI copy, error messages, commit and PR text, release notes. Use when writing or editing documentation, interface copy, or any text a human will read. Says "write the README",…

원문 언어: 영어

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

Query pro-workflow wikis via SQLite FTS5 BM25 retrieval. Returns top-K passages with citations. Use when answering a question that any of the user's wikis already covers, when the user says "what does the wiki say about X", "ask wiki", "search wikis", or…

원문 언어: 영어

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

Capture a user-reported defect as a durable GitHub issue written in the project's own domain language. Explores the codebase in parallel for context but never leaks file paths or line numbers into the issue. Use when the user reports a bug conversationally,…

원문 언어: 영어

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

Produce a one-screen map of an unfamiliar area of the codebase: entry points, modules, data flow, callers. Designed to be read in fifteen seconds. Use when the user says "I do not know this area", "give me the map", "zoom out", "orient me".

원문 언어: 영어

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

Reduce token waste by 40-60% through anti-sycophancy rules, tool-call budgets, one-pass coding, task profiles, and read-before-write enforcement. Inspired by drona23/claude-token-efficient.

원문 언어: 영어

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

LLM-powered quality verification using prompt hooks. Validates commit messages, code patterns, and conventions using AI before allowing operations. Use to set up intelligent guardrails.

원문 언어: 영어

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

Score every decision point with a Thoroughness Rating (1-10). AI makes the marginal cost of doing things properly near-zero — pick the higher-rated option every time. Includes scope checks to distinguish contained vs unbounded work.

원문 언어: 영어

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