Thiago Marinho avatar

Thiago Marinho

Community

@tgmarinho · Brazil

1,088Followers
|
371Public Repos
|
123Published Skills

💙 Senior Full Stack Developer → AI Product Engineer 💻 | Builder 🚀 TypeScript, React, React Native, Node.js, PostgreSQL , MongoDB → LLMs, RAG, AI Agents

Skills Distribution
DomainDeveloper To...Software Engineeri.. (40%)Browser QA & Testing (20%)Security & Safety .. (15%)Design Systems & U.. (15%)

Agent Skills by Thiago Marinho

Showing 123 vetted skills indexed across 2 GitHub repositories.

tgmarinhotgmarinho

pair-agent

Generates a setup key and instructions to pair a remote AI agent with your browser.

Community
Advanced
tgmarinhotgmarinho

benchmark

Detects web performance regressions by comparing page metrics against captured baselines.

Community
Advanced
tgmarinhotgmarinho

design-html

Generates production-quality HTML and CSS from approved design mockups or plans.

Community
Advanced
tgmarinhotgmarinho

plan-tune

Configure per-question preferences and inspect developer profile for gstack skills.

Community
Advanced
tgmarinhotgmarinho

design-shotgun

Generates multiple AI design variants and collects structured feedback through a comparison board.

Community
Advanced
tgmarinhotgmarinho

plan-design-review

Reviews UI/UX design plans interactively, scoring each design dimension and fixing gaps before implementation.

Community
Advanced
tgmarinhotgmarinho

autoplan

Runs CEO, design, engineering, and DX plan reviews sequentially with auto-decisions and a final approval gate.

Community
Advanced
tgmarinhotgmarinho

design-consultation

Generates a complete design system and DESIGN.md through structured consultation.

Community
Advanced
tgmarinhotgmarinho

learn

Review, search, prune, and export project learnings stored across sessions.

Community
Advanced
tgmarinhotgmarinho

freeze

Restricts Edit and Write operations to a specified directory for the session.

Community
Intermediate
tgmarinhotgmarinho

careful

Intercepts destructive bash commands and prompts for confirmation before execution.

Community
Basic
tgmarinhotgmarinho

cso

Audits infrastructure, dependencies, CI/CD pipelines, and code for security vulnerabilities.

Community
Advanced
tgmarinhotgmarinho

canary

Monitors deployed applications for console errors, performance regressions, and page failures.

Community
Advanced
tgmarinhotgmarinho

open-gstack-browser

Launch an AI-controlled Chromium browser with a live sidebar activity feed.

Community
Advanced
tgmarinhotgmarinho

investigate

Diagnose bugs through four-phase root cause investigation before applying fixes.

Community
Advanced
tgmarinhotgmarinho

context-restore

Restores saved working context from prior sessions to resume interrupted work.

Community
Advanced
tgmarinhotgmarinho

document-release

Updates project documentation to match shipped code changes after a release.

Community
Advanced
tgmarinhotgmarinho

health

Runs project quality checks and computes a weighted 0-10 codebase health score.

Community
Advanced
tgmarinhotgmarinho

gstack-upgrade

Upgrade gstack installations to the latest version and summarize changelog changes.

Community
Advanced
tgmarinhotgmarinho

land-and-deploy

Merges pull requests, waits for CI and deploy, and verifies production health via canary checks.

Community
Advanced
tgmarinhotgmarinho

codex

Runs OpenAI Codex CLI for independent code review, adversarial challenge, and consult sessions.

Community
Advanced
tgmarinhotgmarinho

gstack

Provides AI agents with structured workflow skills and a persistent headless Chromium browser daemon.

Community
Advanced
tgmarinhotgmarinho

scrape

Extract structured data from web pages via browser automation primitives.

Community
Advanced
tgmarinhotgmarinho

qa-only

Tests a web application and produces a structured bug report without fixing anything.

Community
Advanced

Frequently Asked Questions About Thiago Marinho

FAQPage Schema
What tasks can I accomplish with tgmarinho's skill registry?▼

The registry covers the full engineering lifecycle: spec-driven planning, TDD implementation, systematic debugging, parallel code review, OWASP security audits, headless browser QA with screenshots, performance benchmarking, deployment with canary verification, and post-ship documentation updates using the Diataxis framework.

Who are these skills designed for?▼

Full-stack and product engineers working in TypeScript, React, and Node.js codebases who use AI coding assistants. The gstack skills target developers wanting structured review gates (CEO, eng, design, DX), safety guardrails for production work, and repeatable QA and release procedures.

How do the gstack skills run in practice?▼

Skills are invoked conversationally via natural-language or voice triggers like 'ship it', 'qa test this', or 'security audit'. They execute through allowed primitives such as Bash, Read, Write, and AskUserQuestion, with PreToolUse hooks enforcing freeze boundaries and destructive-command warnings.

What safety mechanisms exist for production work?▼

The careful skill warns before destructive commands like rm -rf, DROP TABLE, and force-push; freeze restricts edits to a specified directory; guard combines both. The cso skill adds infrastructure-first security audits covering secrets, dependency supply chains, CI/CD pipelines, and STRIDE threat modeling.

What prerequisites do the browser and scraping skills need?▼

The browse and gstack skills use a headless Chromium daemon for navigation, screenshots, and state assertions. Authenticated testing requires importing cookies via setup-browser-cookies, and scrape flows can be codified into permanent fast browser-skills using the skillify command.