Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
bdfinst
Perfil de creador de GitHub

bdfinst

Vista por repositorio de 140 skills recopiladas en 6 repositorios de GitHub.

skills recopiladas
140
repositorios
6
actualizado
2026-07-10
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
agentic-dev-team
103 skills · 2026-07-10
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresOtras ocupaciones informáticasAnalistas de seguridad de la informaciónAdministradores de redes y sistemas informáticosAnalistas de investigación de mercados y especialistas en marketing
7 categorías ocupacionales · 100% clasificado
74%participación
#02
cd-migration
15 skills · 2026-03-17
Desarrolladores de softwareAnalistas de sistemas informáticosSecretarios y asistentes administrativos (excepto legal, médico y ejecutivo)Analistas de garantía de calidad de software y probadoresDiseñadores gráficosEditores
10 categorías ocupacionales · 100% clasificado
11%participación
#03
cab-killer
8 skills · 2026-03-05
Analistas de garantía de calidad de software y probadoresDesarrolladores de software
2 categorías ocupacionales · 100% clasificado
5.7%participación
#04
vsm-workshop
7 skills · 2026-06-11
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAnalistas de investigación operativaAnalistas de seguridad de la informaciónDesarrolladores web
5 categorías ocupacionales · 100% clasificado
5.0%participación
#05
plugin-builder
6 skills · 2026-06-09
Otras ocupaciones informáticasAnalistas de garantía de calidad de software y probadoresAdministradores de redes y sistemas informáticos
3 categorías ocupacionales · 100% clasificado
4.3%participación
#06
team-workflow-simulators
1 skills · 2026-03-01
Analistas de garantía de calidad de software y probadores
1 categorías ocupacionales · 100% clasificado
0.7%participación
explorador de repositorios

Repositorios y skills representativas

version
Otras ocupaciones informáticas

Report the installed version of the dev-team plugin.

2026-07-10
help
Otras ocupaciones informáticas

List the main dev-team workflows, with an option to show every user-invocable slash command.

2026-07-08
agent-audit
Analistas de garantía de calidad de software y probadores

Audit code-review agents, skills, and hooks for structural compliance. Use this when adding or modifying any agent, skill, or hook file, or for a periodic health check of the toolkit. Trigger phrases: "audit the agents", "check compliance", "validate the skills", "are the agents correct", or any time agent/skill files change.

2026-07-08
autoship
Desarrolladores de software

Orchestrate a bounded round of automated issue processing: reclaim orphaned in-progress issues, discover eligible `autoship:ready` issues, and invoke `/ship` sequentially for each — stopping at cost or count caps and surfacing blocked items without halting the round. Requires `--max-issues` and `--max-cost-usd`. Use when you want a self-contained automated delivery round driven from the issue tracker.

2026-07-08
co-evolution-audit
Analistas de garantía de calidad de software y probadores

Flag production files that churn repeatedly while their paired test files do not change — the "Red Queen" co-evolution gap. Uses git log --stat to compute per-file change frequency over a configurable window, applies language-aware pairing heuristics (Python, JS/TS, Go, Java, C#), and produces a ranked table of stale-coverage pairs. Feeds test-health and test-improve as prioritization input, not a standalone gate. Use when you want to find high-churn files whose tests have gone stale, or before running /test-improve to identify the highest- leverage targets first.

2026-07-08
code-review
Analistas de garantía de calidad de software y probadores

Run all enabled review agents against target files. Use this whenever the user asks for a code review, wants feedback on their code, says "review my code", "check this before I PR", "what's wrong with this", "run the agents", or has just finished implementing a feature. Use proactively before commits and pull requests.

2026-07-08
performance-metrics
Desarrolladores de software

Log task completion data to metrics/. Use at the end of every task to record tokens, cost, agents used, rework cycles, and hallucination events. Also use for periodic reporting to identify efficiency and quality trends.

2026-07-08
quality-gate-pipeline
Desarrolladores de software

Unified quality gate for agent output — self-validation, verification evidence, and review-correction loops. Consolidates accuracy-validation, verification-before-completion, and task-review-correction into a single three-phase pipeline. Use before delivery, at completion, and during rework.

2026-07-08
Mostrando las 8 principales de 103 skills recopiladas en este repositorio.
persona-page-sync
Secretarios y asistentes administrativos (excepto legal, médico y ejecutivo)

Audit and update the curated persona symptom pages (for-developers.md, for-agile-coaches.md, for-managers.md) when symptoms or anti-patterns are added, removed, or moved. Use this skill whenever new symptom or anti-pattern pages are created, when existing pages are deleted or reorganized, after running /cd-symptom-page or /cd-anti-pattern-page, or when the user asks to update the persona reading lists. Also use proactively at the end of any session that added or changed symptom content.

2026-03-17
cd-facilitator
Gerentes de sistemas informáticos y de información

Generate a complete CD migration facilitator chatbot setup from the beyond.minimumcd.org site content. Use this skill whenever a user wants to create a chatbot, assistant, or guide that teams can use to navigate the CD migration journey — especially when they mention facilitating workshops, helping teams self-diagnose delivery problems, or guiding teams through continuous delivery adoption. Also use this when someone asks "how can teams use this site interactively" or "can we make a bot from this". Invoke proactively any time the user is thinking about team enablement, self-service CD coaching, or turning site content into an interactive guide.

2026-03-13
cd-diagram
Diseñadores gráficos

Generate SVG diagrams for the CD migration documentation site (beyond.minimumcd.org). Use this skill whenever the user asks for a diagram, visual, workflow illustration, before/after comparison, or any figure to embed in a content page. Also use it when adding a diagram would meaningfully improve a content page being written or edited, even if the user has not explicitly asked for one. This skill is the single source of truth for the site's diagram color palette, layout conventions, and SVG output format.

2026-03-12
cd-expert
Analistas de sistemas informáticos

Compare documentation against CD principles and practices from continuousdelivery.com and minimumcd.org, identifying gaps, misalignments, and improvement opportunities

2026-03-11
cd-content-audit
Desarrolladores de software

Validate structure, voice, front matter, and cross-references for CD migration site content pages

2026-03-03
cd-guide-page
Desarrolladores de software

Generate guide pages for the Migrate to CD section following the standard template

2026-03-03
cd-symptom-page
Desarrolladores de software

Generate symptom pages for the CD migration guide following the standard template

2026-03-03
glossary-link
Desarrolladores web

Review content files for unlinked glossary terms and add links to the glossary

2026-03-03
Mostrando las 8 principales de 15 skills recopiladas en este repositorio.
add-agent
Desarrolladores de software

Scaffold a new review agent from a description or URL. Use this whenever the user wants to add a new review agent, detect a new category of code issue, or says things like "add an agent for X", "create a reviewer for Y", "I want to check for Z in code reviews". Also use when given a URL to a coding standard or best-practices guide that should become a review agent.

2026-03-05
add-plugin
Desarrolladores de software

Install a Claude Code plugin and register it in plugins.json so the full team can replicate the install. Use this whenever adding a new plugin to the project — it keeps plugins.json in sync with what is actually installed.

2026-03-05
apply-fixes
Desarrolladores de software

Apply correction prompts generated by /code-review. Use this whenever the user wants to apply, fix, or action the results of a code review — phrases like "apply the fixes", "fix the issues", "apply corrections", or after /code-review has run and produced a corrections/ directory.

2026-03-05
code-review
Analistas de garantía de calidad de software y probadores

Run all enabled review agents against target files. Use this whenever the user asks for a code review, wants feedback on their code, says "review my code", "check this before I PR", "what's wrong with this", "run the agents", or has just finished implementing a feature. Use proactively before commits and pull requests.

2026-03-05
eval-audit
Analistas de garantía de calidad de software y probadores

Audit code-review agents, skills, and hooks for structural compliance. Use this when adding or modifying any agent, skill, or hook file, or for a periodic health check of the toolkit. Trigger phrases: "audit the agents", "check compliance", "validate the skills", "are the agents correct", or any time agent/skill files change.

2026-03-05
eval-runner
Analistas de garantía de calidad de software y probadores

Run eval fixtures against review agents and grade results. Use this after adding or modifying a review agent, to validate detection accuracy, or when the user says "run the evals", "test the agents", "check for regressions", or "how accurate is the agent".

2026-03-05
review-agent
Analistas de garantía de calidad de software y probadores

Run a single named review agent against target files. Use this when the user names a specific agent (e.g. "run security-review", "check for test issues", "run js-fp-review on this file") rather than wanting the full suite. Prefer this over /code-review when only one concern is relevant or speed matters.

2026-03-05
semgrep-analyze
Analistas de garantía de calidad de software y probadores

Run Semgrep static analysis on target files and return structured findings. Use this when the user wants static analysis, SAST scanning, or security scanning — phrases like "run semgrep", "scan for vulnerabilities", "static analysis on this code", or as a pre-review gate when security findings are needed before AI agents run.

2026-03-05
add-plugin
Otras ocupaciones informáticas

Scaffold a new plugin inside an existing marketplace — the shipped dir skeleton, plugin.json, install.sh with the Git-Bash guard, settings.json, and CLAUDE.md; then register it in the catalog and in release-please packages with the catalog extra-files sync. Use when adding a plugin to a marketplace.

2026-06-09
audit-plugin
Analistas de garantía de calidad de software y probadores

Audit a marketplace (or a single plugin) — run the shipping-hygiene sensor, structural checks (every catalog entry has a dir, every dir has a manifest, versions in sync), and the portability sweep. Reports findings and offers fixes. Use to validate a marketplace is healthy.

2026-06-09
cloud-setup
Administradores de redes y sistemas informáticos

Generate the gated SessionStart install hook plus cloud-setup.sh and a "use skills directly" fallback so the marketplace is usable in Claude Code web/cloud sessions. Use to make a marketplace cloud-aware.

2026-06-09
new-marketplace
Otras ocupaciones informáticas

Scaffold a new Claude Code plugin-marketplace monorepo — catalog, repo-root tests/scripts/docs trees, CI workflows, release-please config, dev-setup, the hygiene sensor, and a root CLAUDE.md. Use when starting a fresh marketplace repository.

2026-06-09
portability-check
Analistas de garantía de calidad de software y probadores

Run shellcheck -x over every shipped and dev shell script, flag bash-4/GNU-only constructs, verify env-bash shebangs, and check that each install.sh has the Git-Bash-on-Windows guard. Use to validate cross-platform portability (macOS bash 3.2 / BSD / Windows Git Bash).

2026-06-09
release-setup
Otras ocupaciones informáticas

Wire release-please with one package per plugin and the marketplace.json extra-files jsonpath sync, so plugin.json, the release tag, and the catalog entry can never drift. Use to set up or repair automated versioning + catalog sync.

2026-06-09
Mostrando 6 de 6 repositorios
Todos los repositorios cargados