Skip to main content

shalomb/agent-skills

SkillsMP는 shalomb/agent-skills에서 67개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

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

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

직업 분류
미분류
설명

Adversarial code reviewer. Use when you need a quality agent to critically review code, a diff, test output, or a pull request — looking for bugs, edge cases, correctness failures, lazy shortcuts, and pattern violations. Works standalone (against any…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use this skill when you need to act as the Planning Agent (Lisa). This persona focuses on logic, structure, architecture, and task breakdown.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use this skill when you need to act as the Release Agent (Lovejoy). This persona focuses on ceremony, shipping, learning, and communication.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use this skill when you need to act as the Product Agent (Marge). This persona focuses on empathy, user needs, and product definition.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Build Agent — burns down a TODO.md task list end to end, unattended. Use when there is an existing TODO.md to execute: reads it as the plan, implements each task, updates task status on completion, creates an Atomic Commit Protocol (ACP) commit per task, then…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Structure and format Git commits under the Atomic Commit Protocol (ACP) — every commit self-contained, tested, documented, one logical change, in Conventional Commits format. Use whenever you are about to commit, or when ACP is mentioned and you need the…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Find, create, edit, and update notes in an Obsidian vault using the `ob` CLI and direct file operations. Manages TODO lists (checking off tasks, adding items), commits changes with git, and syncs the vault. Use when the user asks to: take a note, capture an…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use this skill to act as a Socratic tutor. It engages users in a Socratic dialogue, encourages reflection, and adapts to their interests. Use when the user asks to learn a new concept, wants to be tutored on a topic, or needs to reflect on their learning…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Capture, catalogue, and retrieve software design principles discovered during coding sessions. Use this skill when the user asks to "capture a design principle", "remember this principle", "what principles do we have", or "apply our design principles".

원문 언어: 영어

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

Search and extract emails from Outlook Web Access using headless browser automation. Use when the user wants to find, read, or summarise emails from Outlook without opening a browser — supports filtering by sender, recipient, subject, date range, and read…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use when a TODO.md backlog must be burned down by multiple agents working concurrently in isolated git worktrees. Requires both an existing TODO.md and worktree isolation — without those, use `dispatching-parallel-agents` for in-session parallel tasks, or a…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Launch a pi coding agent as a sub-process in a tmux pane, monitor its progress via JSONL streaming, and report results. Use when delegating a well-defined task (bug fix, feature, refactor) specifically to pi, with live observability. For another CLI use the…

원문 언어: 영어

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

Query and manage TargetProcess/Apptio entities (user stories, bugs, tasks, features) via tpcli. Supports discovery, filtering, pagination, entity operations, and complex team-based PI planning scenarios. Use when working with TargetProcess work items,…

원문 언어: 영어

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

Execute GitHub CLI (gh) commands for repository management, issues, pull requests, workflows, releases, and API interactions (REST & GraphQL). Use when working with GitHub repositories, managing issues and PRs, executing workflows, or querying the GitHub API.

원문 언어: 영어

업데이트
직업 분류
비서 및 행정 보조원(법률, 의료 및 임원 제외)
설명

Use this skill to process meeting transcripts (VTT/SRT format) to extract structured minutes, action items, and decisions. Trigger this whenever given a transcript file, or when asked to "create meeting documentation", "extract action items", or "summarize…

원문 언어: 영어

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

Query Terraform Cloud (TFC) workspaces, runs, plans, logs, and team/project access via API. Use when inspecting TFC workspace state, checking run history, analyzing plan output, reviewing apply logs, managing team permissions, or diagnosing access issues in a…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Remote control tmux sessions for interactive CLIs by sending keystrokes and scraping output. Use when you need to interact with a long-running process, REPL, or debugger. Triggers on: 'tmux', 'send keys', 'interact with pane', 'gdb', 'python repl'.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Orchestrate the transition between GitHub Project iterations (e.g., ORG/PROJECT_NUMBER). Perform a "Sprint Stocktake" of open work and coordinate with the user to schedule the next 2-week iteration. Triggers on: 'sprint planning', 'iteration', 'sprint…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Convert URLs or local files (PDF/DOCX/PPTX/HTML) to Markdown, with optional summarization. Single or batch processing. Uses markitdown for intelligent extraction, falls back to curl+pandoc. Use when fetching web pages as markdown, converting documents for…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Discover, audit, update, and organise skills across all agent skill directories. Use when asked to list installed skills, find duplicates or broken symlinks, update a skill with session learnings, promote a project skill to the personal collection, or audit…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Audit and score an existing test suite against Dave Farley's Properties of Good Tests using the Farley Index. Use when tests already exist and the question is whether they can be trusted — flaky runs, slow CI, brittle tests, or validating that TDD was…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Review specific tests — or the current diff — against test design guidelines, flagging each violation with the offending code and a suggested fix. Use when tests have been written and need critique before merge. For scoring a whole suite use `farley-tdd`; for…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Turn a Teams meeting transcript or minutes into a plan for the day — map discussion to GitHub issues, record decisions, detect stalls, update issues, and set reminders. Use after a standup or team call when you have a transcript to act on. For reporting your…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Report what you actually did — git commits, GitHub PRs and Project moves, assigned GitHub issues with new activity, and Jira issues — then log it to a dated file in ~/projects/dailies/. Use when the user asks what they did yesterday or wants a status summary…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Search and extract chat messages, meeting recaps, and transcripts from Microsoft Teams Web V2 using headless browser automation. Use when the user wants to read, find, or summarise Teams conversations or pull a meeting transcript without opening a browser.…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

원문 언어: 영어

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

Use `uv` instead of pip/python/venv. Run scripts with `uv run script.py`, add deps with `uv add`, use inline script metadata for standalone scripts.

원문 언어: 영어

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

Launch Claude Code CLI as a headless sub-agent in a tmux pane, monitor its stream-json JSONL output, and poll for completion. Use when delegating a well-defined coding task (bug fix, feature, refactor) to a Claude agent subprocess with live observability.…

원문 언어: 영어

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

Launch GitHub Copilot CLI as a headless sub-agent in a tmux pane, monitor its JSONL output stream, and poll for completion. Use when delegating a well-defined coding task (bug fix, feature, refactor) to a Copilot agent subprocess with live observability.…

원문 언어: 영어

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

Launch Gemini CLI as a headless sub-agent in a tmux pane, monitor its stream-json JSONL output, and poll for completion. Use when delegating a well-defined task to a Gemini agent subprocess with live observability. Triggers include "run gemini agent",…

원문 언어: 영어

업데이트
직업 분류
경영 분석가
설명

Trigger native web search. Use when you need quick internet research with concise summaries and full source URLs.

원문 언어: 영어

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

Guide on applying Gojko Adzic's Specification by Example (BDD) principles. Use this skill to write new feature files, refine acceptance criteria, or evaluate existing Gherkin scenarios using the Adzic Index. Triggers on 'adzic', 'bdd', 'specification by…

원문 언어: 영어

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

Find and assume roles from agent definitions in .github/agents/*.md files. Load agent context to guide specialized development workflows. Use when you need to discover and adopt specialized agent roles or personas. Triggers on: 'act as', 'persona', 'assume…

원문 언어: 영어

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

Use this skill to identify and remove signs of AI-generated writing from text. Trigger this whenever asked to review, edit, or "humanize" a document to make it sound more natural, professional, and less like a chatbot. Essential for refining Architecture…

원문 언어: 영어

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

Use this skill whenever you need to create, read, edit, or manipulate Word documents (.docx files). Trigger this on any mention of 'Word doc', 'word document', '.docx', or requests to produce formatted deliverables like reports, memos, or letters. Use this…

원문 언어: 영어

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

Find, cache, and refresh git repositories — both local projects and remote repos. Uses the gum CLI to discover existing checkouts under ~/*/ before cloning. Use when the user references a git repository (URL, org/repo, or local path) or when you need to…

원문 언어: 영어

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

Git safety guardrails for AI agents. Read before ANY git operation. Ensures GPG signing is never disabled, editors never launch interactively, and prompts are suppressed. Triggers on any git commit, rebase, merge, or tag operation.

원문 언어: 영어

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

Guide on creating and editing Mermaid charts safely. Use when asked to draw a diagram, flowchart, or architecture chart. Triggers on: 'mermaid', 'diagram', 'flowchart', 'visualize'.

원문 언어: 영어

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

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling…

원문 언어: 영어

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