Gabriel Garbugio
Community@Gabr1elaugus700 · www.linkedin.com/in/gabriel-garbugio
An IT professional with 4 years of experience in customer support, report creation, and industrial systems logic. Actively engaged with all sectors of a company
Agent Skills by Gabriel Garbugio
Showing 13 vetted skills indexed across 1 GitHub repositories.
impeccable
Design, critique, audit, and refine frontend interfaces across web and native platforms.
create-github-issue
Creates structured GitHub issues with labels via the GitHub CLI.
tlc-spec-driven
Plans and implements software projects through adaptive specify, design, tasks, and execute phases.
decomposition-planning-roadmap
Creates phased decomposition roadmaps and prioritized migration plans for monolith-to-services transitions.
writing-great-skills
Provides principles and vocabulary for writing predictable, well-structured AI agent skills.
diagnosing-bugs
Diagnose hard bugs and performance regressions through a structured six-phase feedback-loop workflow.
code-review
Reviews a git diff against coding standards and the originating spec using parallel sub-agents.
to-tickets
Breaks plans and specs into tracer-bullet tickets with declared blocking dependencies.
improve-codebase-architecture
Scan a codebase for module deepening opportunities and present them as a visual HTML report.
to-spec
Generates a structured spec from conversation context and publishes it to the project issue tracker.
tdd
Guides test-driven development using the red-green loop with behavior-focused tests at public interfaces.
writing-typescript
Organize TypeScript code by feature ownership and split React components by responsibility.
unit-tests-ts
Generates TypeScript unit tests using Node.js native test runner and assertion libraries.
Frequently Asked Questions About Gabriel Garbugio
FAQPage SchemaWhat tasks can I accomplish with Gabriel Garbugio's skills?▼
You can audit and refine frontend interfaces, plan projects through Specify-Design-Tasks-Execute phases, decompose monoliths into migration roadmaps, review branches against standards and specs, diagnose bugs, write TypeScript with SRP organization, and create Node.js native unit tests.
Who should use these skills?▼
Frontend engineers, TypeScript developers, and technical leads benefit most. The skills target practitioners handling UI polish, feature planning, code review, test-driven development, and monolith-to-microservices migration within existing codebases.
How do the planning and ticketing skills work in practice?▼
The tlc-spec-driven skill auto-sizes planning depth by complexity, producing atomic tasks with verification criteria and git commits. The to-spec and to-tickets skills synthesize the current conversation into specs and tracer-bullet tickets published to your configured issue tracker.
Are these skills open source?▼
Licensing varies per skill. The impeccable frontend skill is Apache 2.0, and tlc-spec-driven is CC-BY-4.0 by Felipe Rodrigues. Other skills in the manifest do not declare explicit licenses, so check each folder before redistribution.
What prerequisites do the testing skills require?▼
The unit-tests-ts skill requires a TypeScript application and uses Node.js built-in test runner (node:test and node:assert), so no external testing framework installation is needed. The tdd skill applies red-green-refactor for features, bug fixes, and integration tests.