Skip to main content

shalomb/agent-skills

SkillsMP ha recopilado 67 skills de shalomb/agent-skills. Abre una skill para revisar su origen y sus detalles.

Última actividad de origen registrada
Catálogo de SkillsMP actualizado
skills recopiladas
67
Estrellas en GitHub
3
Forks en GitHub
0

Mostrando 40 de 67 skills recopiladas.

ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Secretarios y asistentes administrativos (excepto legal, médico y ejecutivo)
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Analistas de gestión
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
EditoresRedactores técnicos
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
Mostrando 40 de 67 skills recopiladas.