Thiago Marinho
Community@tgmarinho · Brazil
💙 Senior Full Stack Developer → AI Product Engineer 💻 | Builder 🚀 TypeScript, React, React Native, Node.js, PostgreSQL , MongoDB → LLMs, RAG, AI Agents
Agent Skills by Thiago Marinho
Showing 123 vetted skills indexed across 2 GitHub repositories.
pair-agent
Generates a setup key and instructions to pair a remote AI agent with your browser.
benchmark
Detects web performance regressions by comparing page metrics against captured baselines.
design-html
Generates production-quality HTML and CSS from approved design mockups or plans.
plan-tune
Configure per-question preferences and inspect developer profile for gstack skills.
design-shotgun
Generates multiple AI design variants and collects structured feedback through a comparison board.
plan-design-review
Reviews UI/UX design plans interactively, scoring each design dimension and fixing gaps before implementation.
autoplan
Runs CEO, design, engineering, and DX plan reviews sequentially with auto-decisions and a final approval gate.
design-consultation
Generates a complete design system and DESIGN.md through structured consultation.
learn
Review, search, prune, and export project learnings stored across sessions.
freeze
Restricts Edit and Write operations to a specified directory for the session.
careful
Intercepts destructive bash commands and prompts for confirmation before execution.
cso
Audits infrastructure, dependencies, CI/CD pipelines, and code for security vulnerabilities.
canary
Monitors deployed applications for console errors, performance regressions, and page failures.
open-gstack-browser
Launch an AI-controlled Chromium browser with a live sidebar activity feed.
investigate
Diagnose bugs through four-phase root cause investigation before applying fixes.
context-restore
Restores saved working context from prior sessions to resume interrupted work.
document-release
Updates project documentation to match shipped code changes after a release.
health
Runs project quality checks and computes a weighted 0-10 codebase health score.
gstack-upgrade
Upgrade gstack installations to the latest version and summarize changelog changes.
land-and-deploy
Merges pull requests, waits for CI and deploy, and verifies production health via canary checks.
codex
Runs OpenAI Codex CLI for independent code review, adversarial challenge, and consult sessions.
gstack
Provides AI agents with structured workflow skills and a persistent headless Chromium browser daemon.
scrape
Extract structured data from web pages via browser automation primitives.
qa-only
Tests a web application and produces a structured bug report without fixing anything.
Frequently Asked Questions About Thiago Marinho
FAQPage SchemaWhat 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.