Skip to main content

shalomb/agent-skills

SkillsMP a collecté 67 skills depuis shalomb/agent-skills. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
67
Étoiles GitHub
3
Forks GitHub
0

Affichage de 40 skills collectés sur 67.

métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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".

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Secrétaires et assistants administratifs (sauf juridique, médical et direction)
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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'.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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",…

Langue du texte source : anglais

mis à jour
métier
Analystes en gestion
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Rédacteurs en chefRédacteurs techniques
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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'.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 67.