Skip to main content
Execute qualquer Skill no Manus
com um clique
$pwd:
bdfinst
GitHub creator profile

bdfinst

Repository-level view of 69 collected skills across 4 GitHub repositories, including approximate occupation coverage.

skills collected
69
repositories
4
occupation fields
4
updated
2026-05-15
repository explorer

Repositories and representative skills

#001
agentic-dev-team
37 skills19021updated 2026-05-15
54% of creator
agent-skill-authoring
Desenvolvedores de software

Conventions, anti-patterns, and meta-patterns for writing skills (and the shared agent/skill philosophy). Use when creating or editing a SKILL.md file, or when reviewing the agent-vs-skill separation. For the procedural workflow that generates a new agent file, use the agent-create skill (invoked by /agent-add).

2026-05-15
agent-create
Desenvolvedores de software

Create new Claude Code sub-agent files following the official schema and token-efficiency budgets. Handles both review agents (JSON output, read-only tools, ≤ 40-line body) and team agents (prose output, action tools, ≤ 75-line body). Use when the user says "add an agent", "create a reviewer for X", "new team agent for Y", or when /agent-add is invoked. Validates against /agent-audit before writing. Updates the agent registry and CLAUDE.md after success.

2026-05-14
semantic-duplication-scan
Analistas de garantia de qualidade de software e testadores

Detect business logic reimplemented in multiple architectural layers. Builds a persistent computation-register.json by annotating non-trivial computation functions with structured semantic descriptions, then clusters entries to surface duplicate domain concepts. Runs in full-scan mode on first use, incremental (git-diff-based) mode on subsequent runs. Use when the user wants to find logical duplication that linters and diff-scoped review agents miss — the same domain calculation independently reimplemented across layers.

2026-05-13
compliance-mapping
Advogados

Pattern-table mapping from unified findings to regulatory citations (PCI-DSS, GDPR, HIPAA, SOC2). LLM edge annotator invoked only for llm_review_trigger=true rows.

2026-05-12
false-positive-reduction
Analistas de segurança da informação

Hybrid FP-reduction — joern when present, LLM fallback when absent. Six-stage rubric (Stage 0 + Stages 1-5) applied to every finding; emits the disposition register.

2026-05-12
security-assessment-pipeline
Analistas de segurança da informação

Declarative phase graph for /security-assessment. Phases run in fixed order with dependency enforcement; per-phase artifacts land in memory/ and feed the next phase.

2026-05-12
specs
Desenvolvedores de software

Collaborative workflow for producing the four specification artifacts (intent, BDD scenarios, architecture notes, acceptance criteria) before any implementation begins. Use when starting any new feature or behavior change — do not write code until artifacts pass the consistency gate.

2026-05-12
js-project-init
Desenvolvedores de software

Initialize a new JavaScript project with ES modules, functional style, prettier, eslint, editorconfig, vitest, and gitignore. Use this skill whenever the user wants to start a new JS project, scaffold a Node.js app, create a new package, bootstrap a JavaScript repo, or says things like "init a new project", "set up a JS project", "create a new node app", "start a new frontend project", or "bootstrap a new package". Also trigger when the user asks to add standard JS tooling (linting, formatting, testing) to an empty or near-empty directory.

2026-05-12
Showing top 8 of 37 collected skills in this repository.
#002
cd-migration
15 skills132updated 2026-03-17
22% of creator
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 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 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 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
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 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 de computador

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
Desenvolvedores de software

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

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

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

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

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

2026-03-03
glossary-link
Desenvolvedores web

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

2026-03-03
Showing top 8 of 15 collected skills in this repository.
#003
cab-killer
10 skills112updated 2026-03-05
14% of creator
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 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
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.

2026-03-05
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 corrections/ directory.

2026-03-05
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 a feature. Use proactively before commits and pull requests.

2026-03-05
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 skills", "are the agents correct", or any time agent/skill files change.

2026-03-05
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".

2026-03-05
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 only one concern is relevant or speed matters.

2026-03-05
review-summary
Analistas de garantia de qualidade de software e testadores

Generate a compact summary of the most recent code review results and save it for future sessions. Use this at the end of a coding session after /code-review has run, or when the user says "summarize the review", "save the results", "generate a summary", or wants to preserve review context before closing a session.

2026-03-05
Showing top 8 of 10 collected skills in this repository.
#004
vsm-workshop
7 skills173updated 2026-03-16
10% of creator
Mostrando 4 de 4 repositorios
Todos os repositorios foram exibidos