Skip to main content
bdfinst
Perfil de criador do GitHub

bdfinst

Visão por repositório de 151 skills coletadas em 7 repositórios do GitHub.

skills coletadas
151
repositórios
7
atualizado
29 de ago. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
agentic-dev-team
113 skills · 29 de ago. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresOutras ocupações de informáticaAnalistas de segurança da informaçãoAdministradores de redes e sistemas de computadorEditores de desktop
7 categorias ocupacionais · 88% classificado
75%participação
#02
cd-migration
15 skills · 17 de mar. de 2026
Desenvolvedores de softwareAnalistas de sistemas de computadorSecretárias e assistentes administrativos (exceto jurídico, médico e executivo)Analistas de garantia de qualidade de software e testadoresDesigners gráficosEditores
10 categorias ocupacionais · 100% classificado
9,9%participação
#03
cab-killer
8 skills · 5 de mar. de 2026
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de software
2 categorias ocupacionais · 100% classificado
5,3%participação
#04
vsm-workshop
7 skills · 11 de jun. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAnalistas de pesquisa operacionalAnalistas de segurança da informaçãoDesenvolvedores web
5 categorias ocupacionais · 100% classificado
4,6%participação
#05
plugin-builder
6 skills · 9 de jun. de 2026
Outras ocupações de informáticaAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computador
3 categorias ocupacionais · 100% classificado
4%participação
#06
eclipse-photo-timer
1 skills · 1 de ago. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
0,7%participação
#07
team-workflow-simulators
1 skills · 1 de mar. de 2026
Analistas de garantia de qualidade de software e testadores
1 categorias ocupacionais · 100% classificado
0,7%participação
explorador de repositórios

Repositórios e skills representativas

agent-audit
sem classificação

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…

29 de ago. de 2026
code-review
sem classificação

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…

29 de ago. de 2026
quality-gate-pipeline
sem classificação

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

29 de ago. de 2026
static-analysis-integration
sem classificação

SARIF-first pre-pass stage for /code-review that runs available static analysis tools and normalizes their output to the unified finding envelope defined in security-primitives-contract v1.0.0. Deduplicates findings across tools and passes confirmed issues to…

29 de ago. de 2026
test-driven-development
sem classificação

Advisory reference for the Classic RED-GREEN-REFACTOR TDD discipline with hard gates — not a build cadence toggle. The plugin's single build cadence is Code-First Small Batches (docs/experiments/RECOMMENDATIONS.md Rec 3); /build does not dispatch into this…

29 de ago. de 2026
pr
sem classificação

Run a pre-PR quality gate (tests, typecheck, lint, code review) and then create a pull request with a structured summary. Use when the user says "create a PR", "open a PR", "submit for review", or "I'm done with this feature".

28 de ago. de 2026
harness-audit
sem classificação

Analyze review agent effectiveness, model routing, and orchestration complexity against actual usage data. Produces a report of harness components that may be candidates for simplification or removal. Use periodically to prevent harness staleness as model…

27 de ago. de 2026
session-review
sem classificação

Mine real Claude Code session transcripts to suggest plugin improvements that cut token spend, reduce re-work, and improve accuracy. Use when the user asks to "review my sessions", "where am I wasting tokens", "why does this keep re-doing work", or…

27 de ago. de 2026
Mostrando 8 de 113 skills coletadas.
persona-page-sync
Secretárias e assistentes administrativos (exceto jurídico, médico e executivo)

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…

17 de mar. de 2026
cd-facilitator
Gerentes de sistemas computacionais e de informação

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…

13 de mar. de 2026
cd-diagram
Designers 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…

12 de mar. de 2026
cd-expert
Analistas de sistemas de computador

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

11 de mar. de 2026
cd-content-audit
Desenvolvedores de software

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

3 de mar. de 2026
cd-guide-page
Desenvolvedores de software

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

3 de mar. de 2026
cd-symptom-page
Desenvolvedores de software

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

3 de mar. de 2026
glossary-link
Desenvolvedores web

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

3 de mar. de 2026
Mostrando 8 de 15 skills coletadas.
add-agent
Desenvolvedores 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…

5 de mar. de 2026
add-plugin
Desenvolvedores 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.

5 de mar. de 2026
apply-fixes
Desenvolvedores 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…

5 de mar. de 2026
code-review
Analistas de garantia de qualidade de software e testadores

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…

5 de mar. de 2026
eval-audit
Analistas de garantia de qualidade de software e testadores

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…

5 de mar. de 2026
eval-runner
Analistas de garantia de qualidade de software e testadores

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

5 de mar. de 2026
review-agent
Analistas de garantia de qualidade de software e testadores

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…

5 de mar. de 2026
semgrep-analyze
Analistas de garantia de qualidade de software e testadores

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…

5 de mar. de 2026
add-plugin
Outras ocupações de informática

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

9 de jun. de 2026
audit-plugin
Analistas de garantia de qualidade de software e testadores

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…

9 de jun. de 2026
cloud-setup
Administradores de redes e sistemas de computador

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.

9 de jun. de 2026
new-marketplace
Outras ocupações de informática

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.

9 de jun. de 2026
portability-check
Analistas de garantia de qualidade de software e testadores

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…

9 de jun. de 2026
release-setup
Outras ocupações de informática

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.

9 de jun. de 2026
Mostrando 7 de 7 repositórios
Todos os repositórios foram exibidos