Skip to main content

robert-chiniquy/dotfiles

SkillsMP는 robert-chiniquy/dotfiles에서 75개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

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

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

직업 분류
미분류
설명

Sweep open issue trackers, TODOs, active branches, and source evidence to find narrowly scoped, independent, verifiable tasks suitable for remote agents or parallel delegation. Use when asked to find pebbles, small delegatable work, fire-and-forget…

원문 언어: 영어

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

Write a scorecard — a dark, skimmable one-screen readout of the current situation in the user's work, rendered as a terminal (TUI) artifact by the `scorecard` binary from a structured markdown file. Use ONLY when the user explicitly asks for a scorecard (or a…

원문 언어: 영어

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

Present comparisons as narrow ASCII bar charts in the terminal. Use when user asks to compare items, metrics, counts, or coverage between things.

원문 언어: 영어

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

Check for feature flag ID number conflicts before adding new flags. Use before adding a new FEATURE_FLAG_ID enum value to a proto file, when reviewing PRs that add feature flags, or when planning work requiring new feature flags.

원문 언어: 영어

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

Ensure developer-facing features include all three DX components: Tools, Documentation, and Agents. Use when planning developer-facing features, designing APIs/CLIs/SDKs, evaluating if a feature is ready to ship, or reviewing developer experience proposals.

원문 언어: 영어

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

Default voice for engineering output. Shapes code review comments, commit messages, design explanations, and documentation style. Always active. Complements CLAUDE.md rules with specific output patterns.

원문 언어: 영어

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

Systematic scan for work-in-progress across repositories. Use at end of day/week, before context switches, when resuming after a break, or before machine migrations. Finds uncommitted changes, unpushed commits, unmerged branches, and non-main branch state.

원문 언어: 영어

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

Safe git-to-PR workflow. Classifies changes, stages by explicit filename, runs final-pass checks, commits with approval, pushes, creates PR via gh. Encodes all git safety rules. Use when ready to ship code as a PR.

원문 언어: 영어

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

Pre-PR quality checklist encoding recurring review feedback. Run before creating a PR to catch common mistakes. Covers: error handling, naming, resource cleanup, test coverage, documentation, commit hygiene, and language-specific gotchas. Use when code is…

원문 언어: 영어

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

Multi-phase workspace cleanup. Stops background agents, inventories uncommitted work, switches to main, prunes stale branches, cleans worktrees, verifies clean state. Safe by default — never destroys work without confirmation. Use for end-of-day cleanup,…

원문 언어: 영어

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

Systematically locate, analyze, and resolve incomplete work markers in a codebase. Use when user asks to find TODOs, show unfinished work, audit incomplete items, or find and fix TODOs. Covers TODO, FIXME, TBD, XXX, HACK, stub, placeholder, and documentation…

원문 언어: 영어

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

Patterns for working with large JSONL files, debug logs, and event streams. Use when processing .jsonl files, agent debug logs, or newline-delimited JSON data. Covers line-by-line processing, sampling, filtering, and field extraction.

원문 언어: 영어

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

Check status of open pull requests: comments, reviews, CI failures, and recent activity. Use when user asks about their PRs, wants to check CI status, review comments, or do a morning PR check. Works with gh CLI and GitHub MCP tools.

원문 언어: 영어

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

Initialize current directory with the global project process framework. Creates DATA_SOURCES.md, LEARNINGS.md, GLOSSARY.md, .Codex/AGENTS.md, .envrc, and Makefile. Usage: /project [topic] where topic describes the project focus (e.g., /project research-ducks).

원문 언어: 영어

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

Systematically identify problems in a design before implementing it. Use after creating an implementation plan, when a design feels overly complex, to validate benefit vs cost, or as a forcing function for double-back. Applies three lenses: unnecessary…

원문 언어: 영어

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

Use progressively revealing questions to build consensus and illustrate why changes are needed. Use when stakeholders are skeptical, requirements seem obvious to you but not others, or you need to validate assumptions before committing to solutions.

원문 언어: 영어

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

Rigorous 11-step methodology for designing new features and systems. Use when starting new feature design, planning major refactoring, designing developer-facing tools or APIs, or any work requiring architectural decisions. Covers research, compare, refine,…

원문 언어: 영어

업데이트
직업 분류
기술 작가
설명

Long-form technical writing voice for blog posts, deep dives, architecture explanations, and conference talks. Use when writing technical articles, blog posts, or any long-form content for external audiences. Distinct from dry-witted-engineering (terse work…

원문 언어: 영어

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

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning…

원문 언어: 영어

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

Grok documentation and configuration help. Use when users ask about setup, configuration, MCP servers, authentication, skills, slash commands, keyboard shortcuts, or any Grok feature. Also use proactively when you detect a user is having trouble with setup or…

원문 언어: 영어

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

Explicit protocol for a management agent to verify web workflows after a subagent completes a task, without writing Playwright or browser automation. Trigger only when the user explicitly asks to verify workflows, run a named flow, or mentions agent-verify /…

원문 언어: 영어

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

Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.

원문 언어: 영어

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

Stand up a full c1 dev stack inside a Squire env — process-compose, postgres, envoy, pub-api, pub-auth, be-* services — wired so an external client can drive c1's gRPC surface end to end with TLS + OAuth2 client_credentials. Use when testing a Latchkey or…

원문 언어: 영어

업데이트
직업 분류
일반 사무원
설명

Build and iterate on a personal master schedule across travel, parenting, school/camp, festivals, conferences, administrative deadlines, and work travel. Pulls from Google Calendar + web research. Emits a single date-prefixed line per item, chronologically…

원문 언어: 영어

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

Reviewer persona for gestalt inconsistencies — code that works and is documented correctly, yet whose behavior is the odd one out relative to its sibling APIs or the implicit contract the rest of the system follows. Catches CRUD/shape asymmetry,…

원문 언어: 영어

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

Reply to and resolve GitHub PR review threads after pushing fixes. Use after committing changes that address PR feedback — matches threads to commits, posts replies with commit references, and resolves threads. Triggers on: resolve threads, reply to PR…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Reviewer persona for the full lifecycle of cryptographic keys and high-value secrets: generation, storage, distribution, rotation, revocation, and destruction. Trail of Bits' `zeroize-audit` covers the destruction half; this skill covers the other four phases…

원문 언어: 영어

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

Guardrails, protocols, and operating constraints for large-scale, long-running, or parallelized AI coding tasks — migrations, codebase-wide refactors, framework upgrades, and any task touching 50+ files. Prevents scope creep, context drift, silent compounding…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Reviewer persona for OAuth 2.0 / 2.1 and OpenID Connect flow implementations. Catches the well-documented attack classes that still ship: missing PKCE, wildcard redirect URIs, mishandled refresh tokens, scope creep, mixed flows on a single endpoint, leaking…

원문 언어: 영어

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

Always active in any coding context. At every stopping point that is NOT a direct answer to a discrete user question, default to appending a recap: first, a list — with full URLs — of every OPEN PR / ticket / issue that still needs action or has a live status…

원문 언어: 영어

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

Post-run elicitation protocol for subagents. Adapted from the PEACE model (UK College of Policing) and the Cognitive Interview (Fisher & Geiselman) — the evidence-based, non-coercive replacement for the Reid Technique. Use after a subagent returns a poor or…

원문 언어: 영어

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

Mandatory verification protocol after code changes for Go projects. Use after any code modification to ensure quality.

원문 언어: 영어

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

Deep, multi-agent review of a PR or branch diff: fan out one focused subagent per dimension (security, scale, performance, correctness, idiomatic style, plus frontend when the diff warrants), adversarially verify every finding to kill false positives and…

원문 언어: 영어

업데이트
직업 분류
특수 효과 아티스트 및 애니메이터
설명

Refine AI-generated illustrations through successive, controlled visual adjustments while preserving approved details and character continuity. Use for iterative image-generation or image-editing sessions involving follow-up directions such as changing…

원문 언어: 영어

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

Run a multi-agent code review on recent changes. Spawns a team of specialized reviewers (bugs, security, perf, tests, usability, etc.), collects findings, triages into fix-now vs defer, and optionally applies fixes. Use when asked to "review code", "review…

원문 언어: 영어

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

Reviewer persona for Rust `unsafe` blocks and FFI (foreign function interface) boundaries. Catches the well-documented soundness violations: aliasing rule breaches, lifetime extension into 'static, raw-pointer arithmetic past bounds, `repr` mismatches with C,…

원문 언어: 영어

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

Tactically assemble a short-term plan of many parallel options, then pursue as much local action as possible in the moment — rebases, protogen, PR pushes, tracker state updates, sqfan fleet dispatch. Not a survey (orient/sitrep) and not a single-threaded…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Reviewer persona for AI-generated code and logs: did the agent embed a real secret in a diff, commit message, log line, error message, comment, README, screenshot, or test fixture? With AI-mediated codebases this is now a distinct attack-surface class —…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when reviewing API designs, configuration schemas, cryptographic library ergonomics, or evaluating whether code follows 'secure by default' and 'pit…

원문 언어: 영어

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

Length discipline for skill authoring. Use whenever writing a new skill, editing an existing SKILL.md, or reviewing/minimizing a skill collection.

원문 언어: 영어

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