Iago Leal avatar

Iago Leal

Community

@psiagoleal · Brazil

3Followers
|
13Public Repos
|
16Published Skills

Focused in engineering softwares developing.

Skills Distribution
DomainDeveloper To...Agent Governance &.. (40%)Task Planning & De.. (25%)Code Review & Qual.. (15%)Document Processin.. (12%)

Agent Skills by Iago Leal

Showing 16 vetted skills indexed across 1 GitHub repositories.

psiagolealpsiagoleal
1

secrets-guard

Blocks shell commands that could expose credentials, tokens, or environment secrets.

Community
Intermediate
psiagolealpsiagoleal
1

gates-de-conclusao

Defines verifiable completion gates and explicit abort conditions for long-running agent tasks.

Community
Intermediate
psiagolealpsiagoleal
1

paralelizacao-em-grafo

Decides when to split work into parallel agent slices and orchestrates fan-out and fan-in execution.

Community
Intermediate
psiagolealpsiagoleal
1

delegacao-openai-compat

Delegates bulk LLM work to OpenAI-compatible endpoints via shell scripts with egress checks and key-safe configuration.

Community
Advanced
psiagolealpsiagoleal
1

meeting-minutes

Generate meeting minutes and summaries from recordings or transcripts with on-premise processing.

Community
Advanced
psiagolealpsiagoleal
1

adr-writer

Creates and maintains Architecture Decision Records in a standardized Status/Context/Decision/Consequences format.

Community
Basic
psiagolealpsiagoleal
1

atribuicao-de-falha

Diagnoses AI agent failures and assigns the correct control layer for each root cause.

Community
Intermediate
psiagolealpsiagoleal
1

delegacao-a-subagentes

Guides delegation of sensitive-data tasks to local subagents while keeping confidential data off remote models.

Community
Intermediate
psiagolealpsiagoleal
1

micro-ticket-planner

Breaks user stories and broad demands into self-contained micro-tickets for agent execution.

Community
Basic
psiagolealpsiagoleal
1

handoff-updater

Maintains a concise CURRENT-STATE.md handoff document synchronized with each commit.

Community
Basic
psiagolealpsiagoleal
1

novo-projeto

Installs an AI agent governance framework into new or existing repositories with profile selection and non-destructive updates.

Community
Intermediate
psiagolealpsiagoleal
1

caveman

Compresses agent responses into telegraphic style at three intensity levels while preserving technical substance.

Community
Intermediate
psiagolealpsiagoleal
1

limites-de-uso

Reads AI account quota windows from a local SQLite database and plans work around resets.

Community
Intermediate
psiagolealpsiagoleal
1

pr-review-guard

Applies a four-gate checklist to review pull requests before merge.

Community
Intermediate
psiagolealpsiagoleal
1

docling-local

Converts PDFs to Markdown via a local docling service, preserving LaTeX equations and extracted figures.

Community
Advanced
psiagolealpsiagoleal
1

mockup-lab

Prototype UI variants in HTML/CSS, render screenshots via headless browser, and export approved designs to Penpot as SVG.

Community
Advanced

Frequently Asked Questions About Iago Leal

FAQPage Schema
What tasks can I accomplish with Iago Leal's skill framework?

You can enforce secrets non-exposure, define verifiable completion gates, parallelize work across isolated worktrees, delegate volume tasks to OpenAI-compatible endpoints like LiteLLM or Ollama, generate meeting minutes from recordings, write ADRs, review PRs against OWASP risks, convert PDFs to Markdown, and prototype UI mockups exportable to Penpot.

Who is the target audience for these skills?

Software engineers and engineering leads running agent-assisted development who need governance controls: failure attribution diagnostics, subagent delegation for confidential data, usage-quota planning, compressed communication modes, and handoff documentation synced per commit across shifts and developers.

How do I install and run this skill framework?

Use the novo-projeto skill to install the agent governance framework (profile plus skill library) into a new or existing repository. It selects a profile via decision tree, preserves prior content like CLAUDE.md or AGENTS.md, and leaves the project ready for non-destructive --update runs.

What are the prerequisites and dependencies?

Dependencies vary per skill: local Whisper for audio transcription, a local docling service for PDF conversion, an OpenAI-compatible endpoint (LiteLLM, vLLM, Ollama, LM Studio, OpenRouter) for delegation, headless browser rendering for mockups, and a self-hosted Penpot instance for design export.

How does the framework handle confidential data and cost control?

The delegacao-a-subagentes skill routes sensitive data (PII, credentials, proprietary code) only to local models, never remote ones. The limites-de-uso and caveman skills track 5-hour and 7-day quota windows and compress responses to reduce per-turn token cost and history drag.