@ruyfranca/myskills 1.0.35 → 1.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent/skills/analyze-project/SKILL.md +1 -2
- package/.agent/skills/antigravity-design-expert/SKILL.md +1 -2
- package/.agent/skills/api-integration-specialist/SKILL.md +5 -2
- package/.agent/skills/api-patterns/SKILL.md +5 -2
- package/.agent/skills/app-builder/SKILL.md +5 -2
- package/.agent/skills/artifacts-builder/SKILL.md +4 -1
- package/.agent/skills/bash-linux/SKILL.md +4 -1
- package/.agent/skills/behavioral-modes/SKILL.md +5 -2
- package/.agent/skills/brainstorming/SKILL.md +5 -2
- package/.agent/skills/business-analyst/SKILL.md +4 -1
- package/.agent/skills/canvas-design/SKILL.md +5 -2
- package/.agent/skills/clean-code/SKILL.md +5 -2
- package/.agent/skills/code-review-checklist/SKILL.md +5 -2
- package/.agent/skills/code-reviewer/SKILL.md +5 -2
- package/.agent/skills/content-research-writer/SKILL.md +5 -2
- package/.agent/skills/copywriting/SKILL.md +5 -2
- package/.agent/skills/cqrs-implementation/SKILL.md +2 -2
- package/.agent/skills/creative-design-figma/SKILL.md +5 -2
- package/.agent/skills/cto-advisor/SKILL.md +5 -2
- package/.agent/skills/database-design/SKILL.md +5 -2
- package/.agent/skills/ddd-strategic-design/SKILL.md +2 -2
- package/.agent/skills/ddd-tactical-patterns/SKILL.md +2 -2
- package/.agent/skills/deployment-procedures/SKILL.md +5 -2
- package/.agent/skills/doc-coauthoring/SKILL.md +2 -3
- package/.agent/skills/docker-expert/SKILL.md +5 -2
- package/.agent/skills/documentation-templates/SKILL.md +5 -2
- package/.agent/skills/elixir-pro/SKILL.md +2 -2
- package/.agent/skills/email-composer/SKILL.md +5 -2
- package/.agent/skills/event-sourcing-architect/SKILL.md +2 -2
- package/.agent/skills/figma-dev-mode/SKILL.md +5 -2
- package/.agent/skills/file-organizer/SKILL.md +5 -2
- package/.agent/skills/frontend-design/SKILL.md +5 -2
- package/.agent/skills/game-development/SKILL.md +5 -2
- package/.agent/skills/geo-fundamentals/SKILL.md +5 -2
- package/.agent/skills/golang-pro/SKILL.md +2 -2
- package/.agent/skills/i18n-localization/SKILL.md +5 -2
- package/.agent/skills/intelligent-routing/SKILL.md +5 -2
- package/.agent/skills/invoice-organizer/SKILL.md +5 -2
- package/.agent/skills/kotlin-coroutines-expert/SKILL.md +2 -2
- package/.agent/skills/lead-research-assistant/SKILL.md +5 -2
- package/.agent/skills/leiloeiro-risco/SKILL.md +2 -3
- package/.agent/skills/lint-and-validate/SKILL.md +5 -2
- package/.agent/skills/marketing-campaigns/SKILL.md +5 -2
- package/.agent/skills/mcp-builder/SKILL.md +5 -2
- package/.agent/skills/mobile-design/SKILL.md +5 -2
- package/.agent/skills/modern-javascript-patterns/SKILL.md +1 -1
- package/.agent/skills/monorepo-architect/SKILL.md +2 -2
- package/.agent/skills/nestjs/SKILL.md +5 -2
- package/.agent/skills/nextjs-best-practices/SKILL.md +5 -2
- package/.agent/skills/nextjs-react-expert/SKILL.md +1 -1
- package/.agent/skills/parallel-agents/SKILL.md +5 -2
- package/.agent/skills/pdf-processing-pro/SKILL.md +5 -2
- package/.agent/skills/performance-profiling/SKILL.md +5 -2
- package/.agent/skills/powershell-windows/SKILL.md +5 -2
- package/.agent/skills/pptx/SKILL.md +5 -2
- package/.agent/skills/product-manager/SKILL.md +5 -2
- package/.agent/skills/python-patterns/SKILL.md +5 -2
- package/.agent/skills/react-best-practices/SKILL.md +208 -0
- package/.agent/skills/react-best-practices/references/react-performance-guidelines.md +1865 -0
- package/.agent/skills/react-best-practices/references/rules/_sections.md +46 -0
- package/.agent/skills/react-best-practices/references/rules/_template.md +28 -0
- package/.agent/skills/react-best-practices/references/rules/advanced-event-handler-refs.md +38 -0
- package/.agent/skills/react-best-practices/references/rules/advanced-use-latest.md +49 -0
- package/.agent/skills/react-best-practices/references/rules/async-api-routes.md +38 -0
- package/.agent/skills/react-best-practices/references/rules/async-defer-await.md +80 -0
- package/.agent/skills/react-best-practices/references/rules/async-dependencies.md +36 -0
- package/.agent/skills/react-best-practices/references/rules/async-parallel.md +28 -0
- package/.agent/skills/react-best-practices/references/rules/async-suspense-boundaries.md +66 -0
- package/.agent/skills/react-best-practices/references/rules/bundle-barrel-imports.md +59 -0
- package/.agent/skills/react-best-practices/references/rules/bundle-conditional.md +31 -0
- package/.agent/skills/react-best-practices/references/rules/bundle-defer-third-party.md +49 -0
- package/.agent/skills/react-best-practices/references/rules/bundle-dynamic-imports.md +35 -0
- package/.agent/skills/react-best-practices/references/rules/bundle-preload.md +50 -0
- package/.agent/skills/react-best-practices/references/rules/client-event-listeners.md +74 -0
- package/.agent/skills/react-best-practices/references/rules/client-swr-dedup.md +56 -0
- package/.agent/skills/react-best-practices/references/rules/download_rules.sh +63 -0
- package/.agent/skills/react-best-practices/references/rules/js-batch-dom-css.md +82 -0
- package/.agent/skills/react-best-practices/references/rules/js-cache-function-results.md +80 -0
- package/.agent/skills/react-best-practices/references/rules/js-cache-property-access.md +28 -0
- package/.agent/skills/react-best-practices/references/rules/js-cache-storage.md +68 -0
- package/.agent/skills/react-best-practices/references/rules/js-combine-iterations.md +32 -0
- package/.agent/skills/react-best-practices/references/rules/js-early-exit.md +50 -0
- package/.agent/skills/react-best-practices/references/rules/js-hoist-regexp.md +43 -0
- package/.agent/skills/react-best-practices/references/rules/js-index-maps.md +37 -0
- package/.agent/skills/react-best-practices/references/rules/js-length-check-first.md +49 -0
- package/.agent/skills/react-best-practices/references/rules/js-min-max-loop.md +82 -0
- package/.agent/skills/react-best-practices/references/rules/js-set-map-lookups.md +24 -0
- package/.agent/skills/react-best-practices/references/rules/js-tosorted-immutable.md +57 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-activity.md +26 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-animate-svg-wrapper.md +47 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-conditional-render.md +40 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-content-visibility.md +38 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-hoist-jsx.md +44 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-hydration-no-flicker.md +82 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-svg-precision.md +28 -0
- package/.agent/skills/react-best-practices/references/rules/rerender-defer-reads.md +39 -0
- package/.agent/skills/react-best-practices/references/rules/rerender-dependencies.md +45 -0
- package/.agent/skills/react-best-practices/references/rules/rerender-derived-state.md +29 -0
- package/.agent/skills/react-best-practices/references/rules/rerender-lazy-state-init.md +58 -0
- package/.agent/skills/react-best-practices/references/rules/rerender-memo.md +42 -0
- package/.agent/skills/react-best-practices/references/rules/rerender-transitions.md +40 -0
- package/.agent/skills/react-best-practices/references/rules/server-cache-lru.md +37 -0
- package/.agent/skills/react-best-practices/references/rules/server-cache-react.md +26 -0
- package/.agent/skills/react-best-practices/references/rules/server-parallel-fetching.md +79 -0
- package/.agent/skills/react-best-practices/references/rules/server-serialization.md +38 -0
- package/.agent/skills/react-patterns/SKILL.md +2 -2
- package/.agent/skills/react-state-management/SKILL.md +2 -2
- package/.agent/skills/red-team-tactics/SKILL.md +5 -2
- package/.agent/skills/ruby-pro/SKILL.md +2 -2
- package/.agent/skills/rust-pro/SKILL.md +5 -1
- package/.agent/skills/sdd-spec-writer/SKILL.md +5 -2
- package/.agent/skills/security/SKILL.md +4 -1
- package/.agent/skills/senior-devops/SKILL.md +4 -1
- package/.agent/skills/senior-frontend/SKILL.md +5 -2
- package/.agent/skills/senior-fullstack/SKILL.md +5 -2
- package/.agent/skills/senior-prompt-engineer/SKILL.md +5 -2
- package/.agent/skills/senior-qa/SKILL.md +5 -2
- package/.agent/skills/senior-security/SKILL.md +5 -2
- package/.agent/skills/seo-optimizer/SKILL.md +5 -2
- package/.agent/skills/server-management/SKILL.md +5 -2
- package/.agent/skills/skill-developer/SKILL.md +1 -2
- package/.agent/skills/software-architecture/SKILL.md +5 -2
- package/.agent/skills/supabase-postgres/SKILL.md +5 -2
- package/.agent/skills/systematic-debugging/SKILL.md +5 -2
- package/.agent/skills/tailwind-patterns/SKILL.md +5 -2
- package/.agent/skills/tdd-workflow/SKILL.md +5 -2
- package/.agent/skills/test-driven-development/SKILL.md +5 -2
- package/.agent/skills/testing-patterns/SKILL.md +5 -2
- package/.agent/skills/theme-factory/SKILL.md +5 -2
- package/.agent/skills/ui-design-system/SKILL.md +5 -2
- package/.agent/skills/ui-ux-pro-max/SKILL.md +5 -2
- package/.agent/skills/uncle-bob-craft/SKILL.md +2 -3
- package/.agent/skills/ux-researcher-designer/SKILL.md +5 -2
- package/.agent/skills/vulnerability-scanner/SKILL.md +5 -2
- package/.agent/skills/web-design-guidelines/SKILL.md +5 -2
- package/.agent/skills/web-performance/SKILL.md +5 -2
- package/.agent/skills/webapp-testing/SKILL.md +5 -2
- package/.agent/skills/writing-plans/SKILL.md +5 -2
- package/.agent/skills/xlsx/SKILL.md +5 -2
- package/.agent/skills/zod-validation-expert/SKILL.md +2 -2
- package/README.md +3 -2
- package/package.json +1 -1
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: vulnerability-scanner
|
|
3
|
-
description: Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.
|
|
3
|
+
description: "Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization. / Segurança e auditoria."
|
|
4
4
|
allowed-tools: Read, Glob, Grep, Bash
|
|
5
|
+
triggers: [auditoria, hacking, proteção, segurança, vulnerabilidades]
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Vulnerability Scanner
|
|
8
11
|
|
|
9
12
|
> Think like an attacker, defend like an expert. 2025 threat landscape awareness.
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: web-design-guidelines
|
|
3
|
-
description: Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
|
|
3
|
+
description: ""Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".""
|
|
4
4
|
metadata:
|
|
5
5
|
author: vercel
|
|
6
6
|
version: "1.0.0"
|
|
7
7
|
argument-hint: <file-or-pattern>
|
|
8
|
+
triggers: [design, design de interface, espaçamento, experiência do usuário, interface de usuário, sistema de design, tipografia, ui, ux]
|
|
9
|
+
risk: safe
|
|
10
|
+
source: v4-migration
|
|
11
|
+
date_added: "2026-04-22"
|
|
8
12
|
---
|
|
9
|
-
|
|
10
13
|
# Web Interface Guidelines
|
|
11
14
|
|
|
12
15
|
Review files for compliance with Web Interface Guidelines.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Web Performance
|
|
3
|
-
description: Optimize Core Web Vitals, loading speed, bundle size, and runtime performance.
|
|
3
|
+
description: "Optimize Core Web Vitals, loading speed, bundle size, and runtime performance."
|
|
4
|
+
triggers: []
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Web Performance Skill
|
|
7
10
|
|
|
8
11
|
You are a performance engineer specializing in web optimization. Your goal is to achieve lightning-fast loading times and excellent Core Web Vitals (LCP, FID, CLS).
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: webapp-testing
|
|
3
|
-
description: Web application testing principles. E2E, Playwright, deep audit strategies.
|
|
3
|
+
description: "Web application testing principles. E2E, Playwright, deep audit strategies. / Testes e qualidade."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep, Bash
|
|
5
|
+
triggers: [cobertura, garantia de qualidade, qa, testes]
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Web App Testing
|
|
8
11
|
|
|
9
12
|
> Discover and test everything. Leave no route untested.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Writing Plans
|
|
3
|
-
description: Expertise in creating detailed, bite-sized implementation plans for multi-step engineering tasks.
|
|
3
|
+
description: "Expertise in creating detailed, bite-sized implementation plans for multi-step engineering tasks."
|
|
4
|
+
triggers: [planejamento, roadmap, roteiro]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Writing Plans Skill
|
|
7
10
|
|
|
8
11
|
You are a senior architect and implementation specialist. Your goal is to transform high-level requirements or specifications into a comprehensive, step-by-step implementation plan that any engineer can follow with precision.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: XLSX Automation
|
|
3
|
-
description: Professional spreadsheet creation, analysis, and financial modeling with support for complex formulas and recalcs.
|
|
3
|
+
description: "Professional spreadsheet creation, analysis, and financial modeling with support for complex formulas and recalcs."
|
|
4
|
+
triggers: []
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# XLSX Automation Skill
|
|
7
10
|
|
|
8
11
|
You are a spreadsheet and data analysis specialist. You create dynamic, automated, and professionally formatted Excel files (.xlsx, .xlsm, .csv) with a focus on data integrity, clear labeling, and functional formulas.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: zod-validation-expert
|
|
3
|
-
description: "Expert in Zod schema validation, type inference, and integration with React Hook Form, Next.js Server Actions, and tRPC."
|
|
3
|
+
description: ""Expert in Zod schema validation, type inference, and integration with React Hook Form, Next.js Server Actions, and tRPC." / Desenvolvimento backend e APIs."
|
|
4
4
|
risk: safe
|
|
5
5
|
source: community
|
|
6
6
|
date_added: "2026-02-27"
|
|
7
|
+
triggers: []
|
|
7
8
|
---
|
|
8
|
-
|
|
9
9
|
# Zod Validation Expert
|
|
10
10
|
|
|
11
11
|
You are a production-grade Zod expert. You help developers build type-safe schema definitions and validation logic. You master Zod fundamentals, type inference, complex validations, transformations, and integrations across the modern TypeScript ecosystem.
|
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@ npx @ruyfranca/myskills init && npx @ruyfranca/myskills install-global
|
|
|
12
12
|
|
|
13
13
|
- `init` → instala a pasta `.agent/` (skills, agents, workflows) no projeto atual
|
|
14
14
|
- `install-global` → instala os workflows em `~/.gemini/antigravity/global_workflows/` para o menu `/` do Antigravity
|
|
15
|
+
- **🌎 Tropicalização**: Todas as skills agora suportam gatilhos em **Português**, permitindo comandos naturais como *"otimizar"* ou *"corrigir bug"*.
|
|
15
16
|
|
|
16
17
|
> **Após rodar, feche e reabra o Antigravity.** Os comandos `/brainstorm`, `/debug`, `/plan` e todos os outros estarão disponíveis.
|
|
17
18
|
|
|
@@ -127,12 +128,12 @@ Integração com o Figma Oficial na Nuvem:
|
|
|
127
128
|
- **Precisão**: Extração limpa de variáveis, componentes e assets (SVGs e imagens).
|
|
128
129
|
|
|
129
130
|
---
|
|
130
|
-
## 📚 Mais de
|
|
131
|
+
## 📚 Mais de 90 Skills Especializadas!
|
|
131
132
|
A biblioteca foi expandida massivamente com recursos do Antigravity Kit. Algumas novas categorias incluem:
|
|
132
133
|
|
|
133
134
|
- **Ecosystems**: [Rust Pro](file:///Users/ruy/Code/mySkills/.agent/skills/rust-pro/SKILL.md), [Python Patterns](file:///Users/ruy/Code/mySkills/.agent/skills/python-patterns/SKILL.md), [MCP Builder](file:///Users/ruy/Code/mySkills/.agent/skills/mcp-builder/SKILL.md).
|
|
134
135
|
- **Architecture**: [Database Design](file:///Users/ruy/Code/mySkills/.agent/skills/database-design/SKILL.md), [Deployment Procedures](file:///Users/ruy/Code/mySkills/.agent/skills/deployment-procedures/SKILL.md), [API Patterns](file:///Users/ruy/Code/mySkills/.agent/skills/api-patterns/SKILL.md).
|
|
135
|
-
- **Frontend & Web**: [Tailwind Patterns](file:///Users/ruy/Code/mySkills/.agent/skills/tailwind-patterns/SKILL.md), [Next.js React Expert](file:///Users/ruy/Code/mySkills/.agent/skills/nextjs-react-expert/SKILL.md), [Web Design Guidelines](file:///Users/ruy/Code/mySkills/.agent/skills/web-design-guidelines/SKILL.md).
|
|
136
|
+
- **Frontend & Web**: [React Best Practices](file:///Users/ruy/Documents/mySkills-1/.agent/skills/react-best-practices/SKILL.md), [Tailwind Patterns](file:///Users/ruy/Code/mySkills/.agent/skills/tailwind-patterns/SKILL.md), [Next.js React Expert](file:///Users/ruy/Code/mySkills/.agent/skills/nextjs-react-expert/SKILL.md), [Web Design Guidelines](file:///Users/ruy/Code/mySkills/.agent/skills/web-design-guidelines/SKILL.md).
|
|
136
137
|
- **Testing & Security**: [Vulnerability Scanner](file:///Users/ruy/Code/mySkills/.agent/skills/vulnerability-scanner/SKILL.md), [Webapp Testing](file:///Users/ruy/Code/mySkills/.agent/skills/webapp-testing/SKILL.md), [Red Team Tactics](file:///Users/ruy/Code/mySkills/.agent/skills/red-team-tactics/SKILL.md).
|
|
137
138
|
- **DevOps & SysAdmin**: [Server Management](file:///Users/ruy/Code/mySkills/.agent/skills/server-management/SKILL.md), [Bash Linux](file:///Users/ruy/Code/mySkills/.agent/skills/bash-linux/SKILL.md), [Powershell Windows](file:///Users/ruy/Code/mySkills/.agent/skills/powershell-windows/SKILL.md).
|
|
138
139
|
|