GuilhermeBrancalhao avatar

GuilhermeBrancalhao

Community

@GuilhermeBrancalhao

0Followers
|
5Public Repos
|
12Published Skills

GuilhermeBrancalhao maintains the AI-ENGINEERING-OS knowledge corpus with 42 volumes, plus language-agnostic code review, performance profiling, architecture decision, and Mermaid diagramming engines.

Skills Distribution
DomainDeveloper To...Code Review & Qual.. (30%)Knowledge Corpus P.. (25%)Software Architect.. (20%)Performance Profil.. (15%)

Agent Skills by GuilhermeBrancalhao

Showing 12 vetted skills indexed across 1 GitHub repositories.

GuilhermeBrancalhaoGuilhermeBrancalhao

aieos-cross-reference

Validates dependency graphs and detects semantic contradictions across knowledge volumes.

Community
Intermediate
GuilhermeBrancalhaoGuilhermeBrancalhao

aieos-exportar

Generates mkdocs.yml from on-disk content and validates the MkDocs build.

Community
Intermediate
GuilhermeBrancalhaoGuilhermeBrancalhao

aieos-auditar

Audits AI-ENGINEERING-OS volumes via a subagent and records dated reports with status updates.

Community
Advanced
GuilhermeBrancalhaoGuilhermeBrancalhao

aieos-novo-volume

Produces a complete AI-ENGINEERING-OS volume with sections, tested examples, and validation gates.

Community
Advanced
GuilhermeBrancalhaoGuilhermeBrancalhao

aieos-status

Reports the status of 42 knowledge volumes by running a read-only Python status module.

Community
Intermediate
GuilhermeBrancalhaoGuilhermeBrancalhao

revisar-codigo

Reviews diffs, files, and pull requests, reporting findings ordered by severity with file and line.

Community
Intermediate
GuilhermeBrancalhaoGuilhermeBrancalhao

otimizar-performance

Diagnoses and fixes performance bottlenecks through measurement-first profiling and quantified validation.

Community
Intermediate
GuilhermeBrancalhaoGuilhermeBrancalhao

diagramar

Converts system descriptions and flows into renderable Mermaid diagrams.

Community
Intermediate
GuilhermeBrancalhaoGuilhermeBrancalhao

materializar-ideia

Transforms abstract ideas into running applications with justified stack choices and verified execution.

Community
Advanced
GuilhermeBrancalhaoGuilhermeBrancalhao

arquitetar-sistema

Guides architectural decisions with trade-off analysis, ADR records, and C4 diagrams.

Community
Intermediate
GuilhermeBrancalhaoGuilhermeBrancalhao

engine

Orchestrates a persistent phase-based engineering cycle with role agents and risk gates.

Community
Advanced
GuilhermeBrancalhaoGuilhermeBrancalhao

construir

Activates the ENGINE phase-driven workflow to build a new project from scratch.

Community
Intermediate

Frequently Asked Questions About GuilhermeBrancalhao

FAQPage Schema
What tasks can I accomplish with GuilhermeBrancalhao's skills?β–Ό

You can manage the 42-volume AI-ENGINEERING-OS corpus (create, audit, check status, export to MkDocs, validate cross-references), review code diffs and PRs by severity, profile and fix performance bottlenecks with measured baselines, record architecture decisions as ADRs with C4 diagrams, and turn abstract ideas into running applications.

Who are these skills designed for?β–Ό

Software engineers and technical leads who maintain structured engineering knowledge bases, review code across languages, make architecture trade-off decisions, and need quantified performance work. Java/JVM developers get deeper Spring and JPA criteria via the delegated java-senior engine.

How do the AI-ENGINEERING-OS corpus skills run in practice?β–Ό

They invoke slash commands like /status, /auditar N, /novo-volume, /cross-reference, and /exportar, which execute python -m ferramentas modules for status, validation, and MkDocs generation. The export step runs mkdocs build --strict only when MkDocs is installed, and audits dispatch the auditor-fable subagent.

What prerequisites or dependencies do these skills require?β–Ό

The corpus skills require the ferramentas Python package (status, validar, exportar modules) and optionally MkDocs for site builds. The review, performance, architecture, and diagramming engines are language-agnostic and need no specific runtime, though Java code review delegates to the java-senior engine.

How does the performance optimization skill avoid guesswork?β–Ό

It enforces a Number-First rule: no optimization without measurement. It profiles first, identifies the true bottleneck across algorithm, query, I/O, or network, proves the fix against a reproducible baseline, and delivers a quantified gain rather than speculative changes with maintenance cost.