@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
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Use Transitions for Non-Urgent Updates
|
|
3
|
+
impact: MEDIUM
|
|
4
|
+
impactDescription: maintains UI responsiveness
|
|
5
|
+
tags: rerender, transitions, startTransition, performance
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Use Transitions for Non-Urgent Updates
|
|
9
|
+
|
|
10
|
+
Mark frequent, non-urgent state updates as transitions to maintain UI responsiveness.
|
|
11
|
+
|
|
12
|
+
**Incorrect (blocks UI on every scroll):**
|
|
13
|
+
|
|
14
|
+
```tsx
|
|
15
|
+
function ScrollTracker() {
|
|
16
|
+
const [scrollY, setScrollY] = useState(0)
|
|
17
|
+
useEffect(() => {
|
|
18
|
+
const handler = () => setScrollY(window.scrollY)
|
|
19
|
+
window.addEventListener('scroll', handler, { passive: true })
|
|
20
|
+
return () => window.removeEventListener('scroll', handler)
|
|
21
|
+
}, [])
|
|
22
|
+
}
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
**Correct (non-blocking updates):**
|
|
26
|
+
|
|
27
|
+
```tsx
|
|
28
|
+
import { startTransition } from 'react'
|
|
29
|
+
|
|
30
|
+
function ScrollTracker() {
|
|
31
|
+
const [scrollY, setScrollY] = useState(0)
|
|
32
|
+
useEffect(() => {
|
|
33
|
+
const handler = () => {
|
|
34
|
+
startTransition(() => setScrollY(window.scrollY))
|
|
35
|
+
}
|
|
36
|
+
window.addEventListener('scroll', handler, { passive: true })
|
|
37
|
+
return () => window.removeEventListener('scroll', handler)
|
|
38
|
+
}, [])
|
|
39
|
+
}
|
|
40
|
+
```
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Cross-Request LRU Caching
|
|
3
|
+
impact: HIGH
|
|
4
|
+
impactDescription: caches across requests
|
|
5
|
+
tags: server, cache, lru, cross-request
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Cross-Request LRU Caching
|
|
9
|
+
|
|
10
|
+
`React.cache()` only works within one request. For data shared across sequential requests (user clicks button A then button B), use an LRU cache.
|
|
11
|
+
|
|
12
|
+
**Implementation:**
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { LRUCache } from 'lru-cache'
|
|
16
|
+
|
|
17
|
+
const cache = new LRUCache<string, any>({
|
|
18
|
+
max: 1000,
|
|
19
|
+
ttl: 5 * 60 * 1000 // 5 minutes
|
|
20
|
+
})
|
|
21
|
+
|
|
22
|
+
export async function getUser(id: string) {
|
|
23
|
+
const cached = cache.get(id)
|
|
24
|
+
if (cached) return cached
|
|
25
|
+
|
|
26
|
+
const user = await db.user.findUnique({ where: { id } })
|
|
27
|
+
cache.set(id, user)
|
|
28
|
+
return user
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// Request 1: DB query, result cached
|
|
32
|
+
// Request 2: cache hit, no DB query
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
Use when sequential user actions hit multiple endpoints needing the same data within seconds. In serverless, consider Redis for cross-process caching.
|
|
36
|
+
|
|
37
|
+
Reference: [https://github.com/isaacs/node-lru-cache](https://github.com/isaacs/node-lru-cache)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Per-Request Deduplication with React.cache()
|
|
3
|
+
impact: HIGH
|
|
4
|
+
impactDescription: deduplicates within request
|
|
5
|
+
tags: server, cache, react-cache, deduplication
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Per-Request Deduplication with React.cache()
|
|
9
|
+
|
|
10
|
+
Use `React.cache()` for server-side request deduplication. Authentication and database queries benefit most.
|
|
11
|
+
|
|
12
|
+
**Usage:**
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { cache } from 'react'
|
|
16
|
+
|
|
17
|
+
export const getCurrentUser = cache(async () => {
|
|
18
|
+
const session = await auth()
|
|
19
|
+
if (!session?.user?.id) return null
|
|
20
|
+
return await db.user.findUnique({
|
|
21
|
+
where: { id: session.user.id }
|
|
22
|
+
})
|
|
23
|
+
})
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
Within a single request, multiple calls to `getCurrentUser()` execute the query only once.
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Parallel Data Fetching with Component Composition
|
|
3
|
+
impact: HIGH
|
|
4
|
+
impactDescription: eliminates server-side waterfalls
|
|
5
|
+
tags: server, rsc, parallel-fetching, composition
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Parallel Data Fetching with Component Composition
|
|
9
|
+
|
|
10
|
+
React Server Components execute sequentially within a tree. Restructure with composition to parallelize data fetching.
|
|
11
|
+
|
|
12
|
+
**Incorrect (Sidebar waits for Page's fetch to complete):**
|
|
13
|
+
|
|
14
|
+
```tsx
|
|
15
|
+
export default async function Page() {
|
|
16
|
+
const header = await fetchHeader()
|
|
17
|
+
return (
|
|
18
|
+
<div>
|
|
19
|
+
<div>{header}</div>
|
|
20
|
+
<Sidebar />
|
|
21
|
+
</div>
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
async function Sidebar() {
|
|
26
|
+
const items = await fetchSidebarItems()
|
|
27
|
+
return <nav>{items.map(renderItem)}</nav>
|
|
28
|
+
}
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
**Correct (both fetch simultaneously):**
|
|
32
|
+
|
|
33
|
+
```tsx
|
|
34
|
+
async function Header() {
|
|
35
|
+
const data = await fetchHeader()
|
|
36
|
+
return <div>{data}</div>
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
async function Sidebar() {
|
|
40
|
+
const items = await fetchSidebarItems()
|
|
41
|
+
return <nav>{items.map(renderItem)}</nav>
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export default function Page() {
|
|
45
|
+
return (
|
|
46
|
+
<div>
|
|
47
|
+
<Header />
|
|
48
|
+
<Sidebar />
|
|
49
|
+
</div>
|
|
50
|
+
)
|
|
51
|
+
}
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
**Alternative with children prop:**
|
|
55
|
+
|
|
56
|
+
```tsx
|
|
57
|
+
async function Layout({ children }: { children: ReactNode }) {
|
|
58
|
+
const header = await fetchHeader()
|
|
59
|
+
return (
|
|
60
|
+
<div>
|
|
61
|
+
<div>{header}</div>
|
|
62
|
+
{children}
|
|
63
|
+
</div>
|
|
64
|
+
)
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
async function Sidebar() {
|
|
68
|
+
const items = await fetchSidebarItems()
|
|
69
|
+
return <nav>{items.map(renderItem)}</nav>
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export default function Page() {
|
|
73
|
+
return (
|
|
74
|
+
<Layout>
|
|
75
|
+
<Sidebar />
|
|
76
|
+
</Layout>
|
|
77
|
+
)
|
|
78
|
+
}
|
|
79
|
+
```
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Minimize Serialization at RSC Boundaries
|
|
3
|
+
impact: HIGH
|
|
4
|
+
impactDescription: reduces data transfer size
|
|
5
|
+
tags: server, rsc, serialization, props
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Minimize Serialization at RSC Boundaries
|
|
9
|
+
|
|
10
|
+
The React Server/Client boundary serializes all object properties. Only pass fields that the client actually uses.
|
|
11
|
+
|
|
12
|
+
**Incorrect (serializes all 50 fields):**
|
|
13
|
+
|
|
14
|
+
```tsx
|
|
15
|
+
async function Page() {
|
|
16
|
+
const user = await fetchUser() // 50 fields
|
|
17
|
+
return <Profile user={user} />
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
'use client'
|
|
21
|
+
function Profile({ user }: { user: User }) {
|
|
22
|
+
return <div>{user.name}</div> // uses 1 field
|
|
23
|
+
}
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
**Correct (serializes only 1 field):**
|
|
27
|
+
|
|
28
|
+
```tsx
|
|
29
|
+
async function Page() {
|
|
30
|
+
const user = await fetchUser()
|
|
31
|
+
return <Profile name={user.name} />
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
'use client'
|
|
35
|
+
function Profile({ name }: { name: string }) {
|
|
36
|
+
return <div>{name}</div>
|
|
37
|
+
}
|
|
38
|
+
```
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: react-patterns
|
|
3
|
-
description: "Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices."
|
|
3
|
+
description: ""Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices." / Guia de React."
|
|
4
4
|
risk: unknown
|
|
5
5
|
source: community
|
|
6
6
|
date_added: "2026-02-27"
|
|
7
|
+
triggers: [arquitetura, boas práticas, ciclo de vida, componentes react, desempenho, hooks, otimização, padrões, performance, react]
|
|
7
8
|
---
|
|
8
|
-
|
|
9
9
|
# React Patterns
|
|
10
10
|
|
|
11
11
|
> Principles for building production-ready React applications.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: react-state-management
|
|
3
|
-
description: "Comprehensive guide to modern React state management patterns, from local component state to global stores and server state synchronization."
|
|
3
|
+
description: ""Comprehensive guide to modern React state management patterns, from local component state to global stores and server state synchronization." / Guia de React."
|
|
4
4
|
risk: unknown
|
|
5
5
|
source: community
|
|
6
6
|
date_added: "2026-02-27"
|
|
7
|
+
triggers: [arquitetura, boas práticas, ciclo de vida, componentes react, context api, design de interface, estado, gerenciamento de estado, hooks, interface de usuário, padrões, react, redux, ui, ux, zustand]
|
|
7
8
|
---
|
|
8
|
-
|
|
9
9
|
# React State Management
|
|
10
10
|
|
|
11
11
|
Comprehensive guide to modern React state management patterns, from local component state to global stores and server state synchronization.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: red-team-tactics
|
|
3
|
-
description: Red team tactics principles based on MITRE ATT&CK. Attack phases, detection evasion, reporting.
|
|
3
|
+
description: "Red team tactics principles based on MITRE ATT&CK. Attack phases, detection evasion, reporting."
|
|
4
4
|
allowed-tools: Read, Glob, Grep
|
|
5
|
+
triggers: []
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Red Team Tactics
|
|
8
11
|
|
|
9
12
|
> Adversary simulation principles based on MITRE ATT&CK framework.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ruby-pro
|
|
3
|
-
description: Write idiomatic Ruby code with metaprogramming, Rails patterns, and performance optimization. Specializes in Ruby on Rails, gem development, and testing frameworks.
|
|
3
|
+
description: "Write idiomatic Ruby code with metaprogramming, Rails patterns, and performance optimization. Specializes in Ruby on Rails, gem development, and testing frameworks. / Testes e qualidade. Boas práticas e padrões."
|
|
4
4
|
risk: unknown
|
|
5
5
|
source: community
|
|
6
6
|
date_added: "2026-02-27"
|
|
7
|
+
triggers: [cobertura, garantia de qualidade, qa, testes]
|
|
7
8
|
---
|
|
8
|
-
|
|
9
9
|
# Ruby Pro
|
|
10
10
|
|
|
11
11
|
You are a Ruby expert specializing in clean, maintainable, and performant Ruby code.
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: rust-pro
|
|
3
|
-
description: Master Rust 1.75+ with modern async patterns, advanced type system
|
|
3
|
+
description: "Master Rust 1.75+ with modern async patterns, advanced type system / Boas práticas e padrões."
|
|
4
4
|
features, and production-ready systems programming. Expert in the latest Rust
|
|
5
5
|
ecosystem including Tokio, axum, and cutting-edge crates. Use PROACTIVELY for
|
|
6
6
|
Rust development, performance optimization, or systems programming.
|
|
7
|
+
triggers: []
|
|
8
|
+
risk: safe
|
|
9
|
+
source: v4-migration
|
|
10
|
+
date_added: "2026-04-22"
|
|
7
11
|
---
|
|
8
12
|
You are a Rust expert specializing in modern Rust 1.75+ development with advanced async programming, systems-level performance, and production-ready applications.
|
|
9
13
|
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "SDD Spec Writer"
|
|
3
|
-
description: "Specification writing methodology for Spec-Driven Development (SDD)"
|
|
3
|
+
description: ""Specification writing methodology for Spec-Driven Development (SDD)""
|
|
4
|
+
triggers: []
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# SDD Spec Writer Skill
|
|
7
10
|
|
|
8
11
|
This skill provides the structure and methodology for Spec-Driven Development (SDD) — creating executable specifications that serve as unambiguous contracts for both human developers and AI agents.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: API Security
|
|
3
3
|
description: Secure API design, authentication (JWT/OAuth), input validation, rate limiting, and vulnerability protection.
|
|
4
|
+
triggers: [api, auditoria, design, endpoint, experiência do usuário, graphql, hacking, integração, proteção, rest, segurança, ui, ux, vulnerabilidades]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# API Security Skill
|
|
7
10
|
|
|
8
11
|
You are a security engineer specializing in API protection. Your goal is to design and implement robust security layers to protect data and infrastructure from unauthorized access and attacks.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Senior DevOps
|
|
3
3
|
description: Expertise in CI/CD, infrastructure as code, cloud platforms, and deployment automation.
|
|
4
|
+
triggers: []
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Senior DevOps Skill
|
|
7
10
|
|
|
8
11
|
This skill provides a comprehensive framework for infrastructure automation and reliable delivery pipelines. It focuses on cloud-native practices across AWS, GCP, and Azure.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Senior Frontend
|
|
3
|
-
description: Expertise for building modern web applications with React, Next.js, TypeScript, and Tailwind CSS.
|
|
3
|
+
description: "Expertise for building modern web applications with React, Next.js, TypeScript, and Tailwind CSS. / Guia de React. Melhores práticas de Next.js. Padronização Tailwind CSS."
|
|
4
|
+
triggers: [ciclo de vida, client-side, componentes react, css utilitário, desenvolvimento web, design de interface, estilização, frontend, hooks, interface, interface de usuário, react, tailwind, ui, ux]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Senior Frontend Skill
|
|
7
10
|
|
|
8
11
|
This skill provides a comprehensive toolkit for building modern, performant web applications. It includes best practices, pattern references, and automated scripts for component generation and performance analysis.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Senior Fullstack
|
|
3
|
-
description: Expertise for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL.
|
|
3
|
+
description: "Expertise for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. / Banco de dados e modelagem."
|
|
4
|
+
triggers: [banco de dados, postgres, postgresql, queries, sql]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Senior Fullstack Skill
|
|
7
10
|
|
|
8
11
|
This skill provides a comprehensive toolkit for building modern, scalable fullstack applications. It includes architectural patterns, development workflows, and automated scripts for project scaffolding and code quality analysis.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Senior Prompt Engineer
|
|
3
|
-
description: Expertise in LLM orchestration, prompt optimization, RAG evaluation, and agentic system design.
|
|
3
|
+
description: "Expertise in LLM orchestration, prompt optimization, RAG evaluation, and agentic system design."
|
|
4
|
+
triggers: [ai, design, engenharia de prompt, experiência do usuário, inteligência artificial, llm, ui, ux]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Senior Prompt Engineer Skill
|
|
7
10
|
|
|
8
11
|
This skill provides a high-level framework for designing, optimizing, and evaluating LLM-based systems. It focuses on advanced prompting techniques, agentic workflows, and RAG (Retrieval-Augmented Generation) performance.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Senior QA
|
|
3
|
-
description: Comprehensive quality assurance and testing strategies (Unit, Integration, E2E) for React, Next.js, and Node.js.
|
|
3
|
+
description: "Comprehensive quality assurance and testing strategies (Unit, Integration, E2E) for React, Next.js, and Node.js. / Testes e qualidade."
|
|
4
|
+
triggers: [cobertura, garantia de qualidade, qa, testes]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Senior QA Skill
|
|
7
10
|
|
|
8
11
|
You are a senior quality assurance engineer. Your goal is to ensure the reliability and integrity of applications through systematic testing, automation, and quality metrics.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Senior Security
|
|
3
|
-
description: Expertise in application security, penetration testing, security architecture, and cryptography implementation.
|
|
3
|
+
description: "Expertise in application security, penetration testing, security architecture, and cryptography implementation. / Segurança e auditoria. Testes e qualidade."
|
|
4
|
+
triggers: [auditoria, cobertura, garantia de qualidade, hacking, proteção, qa, segurança, testes, vulnerabilidades]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Senior Security Skill
|
|
7
10
|
|
|
8
11
|
This skill provides a comprehensive security engineering framework for building and auditing secure systems. It covers threat modeling, automated auditing, and industry-standard security patterns.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: SEO Optimizer
|
|
3
|
-
description: Search Engine Optimization specialist for content strategy, technical SEO, and keyword research.
|
|
3
|
+
description: "Search Engine Optimization specialist for content strategy, technical SEO, and keyword research."
|
|
4
|
+
triggers: [google, marketing, otimização de busca, seo]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# SEO Optimizer Skill
|
|
7
10
|
|
|
8
11
|
You are an expert in Search Engine Optimization (SEO). You specialize in improving organic visibility through content strategy, technical optimizations, and data-driven keyword research.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: server-management
|
|
3
|
-
description: Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.
|
|
3
|
+
description: "Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands. / Desenvolvimento backend e APIs."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep, Bash
|
|
5
|
+
triggers: []
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Server Management
|
|
8
11
|
|
|
9
12
|
> Server management principles for production operations.
|
|
@@ -2,12 +2,11 @@
|
|
|
2
2
|
name: skill-developer
|
|
3
3
|
description: Guide for creating and managing skills in Antigravity/Claude Code. Use when creating new skills, understanding YAML frontmatter format, writing SKILL.md files, setting up trigger patterns, following the 500-line rule, or debugging skill activation issues.
|
|
4
4
|
tags: [skill-development, antigravity, claude-code, yaml, frontmatter, triggers, skill-creation]
|
|
5
|
-
triggers: [
|
|
5
|
+
triggers: [500-line rule, SKILL.md, add skill to project, create a skill, debugging, depuração, logs, new skill, resolver bugs, skill activation, skill frontmatter, skill template, skill trigger]
|
|
6
6
|
risk: safe
|
|
7
7
|
source: sickn33/antigravity-awesome-skills
|
|
8
8
|
date_added: "2026-03-15"
|
|
9
9
|
---
|
|
10
|
-
|
|
11
10
|
# Skill Developer Guide
|
|
12
11
|
|
|
13
12
|
Guia completo para criar e gerenciar skills no Antigravity/Claude Code, seguindo as melhores práticas da Anthropic incluindo a regra das 500 linhas e o padrão de divulgação progressiva.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Software Architecture
|
|
3
|
-
description: Strategic design based on Clean Architecture, DDD, and SOLID principles.
|
|
3
|
+
description: "Strategic design based on Clean Architecture, DDD, and SOLID principles. / Boas práticas e padrões."
|
|
4
|
+
triggers: [design, experiência do usuário, ui, ux]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Software Architecture Skill
|
|
7
10
|
|
|
8
11
|
You are a principal software architect. Your goal is to design systems that are maintainable, scalable, and resilient, bridging the gap between business requirements and technical execution.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Supabase Postgres
|
|
3
|
-
description: Expert Postgres performance optimization, schema design, and security best practices from Supabase.
|
|
3
|
+
description: "Expert Postgres performance optimization, schema design, and security best practices from Supabase. / Segurança e auditoria."
|
|
4
|
+
triggers: [auditoria, autenticação, baas, backend as a service, banco de dados, design, experiência do usuário, hacking, postgres, postgresql, proteção, queries, segurança, sql, supabase, ui, ux, vulnerabilidades]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Supabase Postgres Skill
|
|
7
10
|
|
|
8
11
|
You are a senior database architect specializing in Postgres and Supabase. Your goal is to design high-performance, secure, and scalable database schemas and queries.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Systematic Debugging
|
|
3
|
-
description: Structured process for addressing bugs, test failures, or unexpected behaviors.
|
|
3
|
+
description: "Structured process for addressing bugs, test failures, or unexpected behaviors. / Testes e qualidade."
|
|
4
|
+
triggers: [debugging, depuração, logs, resolver bugs]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Systematic Debugging Skill
|
|
7
10
|
|
|
8
11
|
This skill provides a rigorous methodology for identifying, isolating, and fixing software defects. It moves away from "guess-and-check" towards a scientific approach of hypothesis testing and root cause analysis.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: tailwind-patterns
|
|
3
|
-
description: Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture.
|
|
3
|
+
description: "Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture. / Padronização Tailwind CSS."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
5
|
+
triggers: [arquitetura, boas práticas, css utilitário, design, espaçamento, estilização, experiência do usuário, padrões, sistema de design, tailwind, tipografia, ui, ux]
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Tailwind CSS Patterns (v4 - 2025)
|
|
8
11
|
|
|
9
12
|
> Modern utility-first CSS with CSS-native configuration.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: tdd-workflow
|
|
3
|
-
description: Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.
|
|
3
|
+
description: "Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle. / Testes e qualidade."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep, Bash
|
|
5
|
+
triggers: [qualidade, red green refactor, tdd, testes unitários]
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# TDD Workflow
|
|
8
11
|
|
|
9
12
|
> Write tests first, code second.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Test-Driven Development (TDD)
|
|
3
|
-
description: Workflow for implementing features or bug fixes by writing tests before implementation code.
|
|
3
|
+
description: "Workflow for implementing features or bug fixes by writing tests before implementation code. / Testes e qualidade."
|
|
4
|
+
triggers: [qualidade, red green refactor, tdd, testes unitários]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Test-Driven Development Skill
|
|
7
10
|
|
|
8
11
|
This skill implements the Red-Green-Refactor cycle to ensure code is testable, robust, and fulfills requirements from the start. It focuses on writing failing tests first to drive the design of the solution.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: testing-patterns
|
|
3
|
-
description: Testing patterns and principles. Unit, integration, mocking strategies.
|
|
3
|
+
description: "Testing patterns and principles. Unit, integration, mocking strategies. / Testes e qualidade. Boas práticas e padrões."
|
|
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
|
# Testing Patterns
|
|
8
11
|
|
|
9
12
|
> Principles for reliable test suites.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Theme Factory
|
|
3
|
-
description: Toolkit for styling artifacts (slides, docs, HTML) with professional color and font themes.
|
|
3
|
+
description: "Toolkit for styling artifacts (slides, docs, HTML) with professional color and font themes."
|
|
4
|
+
triggers: []
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Theme Factory Skill
|
|
7
10
|
|
|
8
11
|
This skill provides a curated collection of 10 professional themes, each with carefully selected color palettes and font pairings. It ensures consistent, high-end styling for any artifact, from presentations to landing pages.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: UI Design System
|
|
3
|
-
description: Toolkit for creating and maintaining scalable design systems, design tokens, and visual consistency.
|
|
3
|
+
description: ""Toolkit for creating and maintaining scalable design systems, design tokens, and visual consistency.""
|
|
4
|
+
triggers: [design, design de interface, espaçamento, experiência do usuário, interface de usuário, sistema de design, tipografia, ui, ux]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# UI Design System Skill
|
|
7
10
|
|
|
8
11
|
This skill provides a professional toolkit for Senior UI Designers and Developers focused on creating and maintaining scalable design systems. It facilitates visual consistency and streamlined design-to-development handoffs.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: UI/UX Pro Max
|
|
3
|
-
description: Advanced design intelligence with 50+ styles, 97 color palettes, and stack-specific implementation guides.
|
|
3
|
+
description: ""Advanced design intelligence with 50+ styles, 97 color palettes, and stack-specific implementation guides.""
|
|
4
|
+
triggers: [design, design de interface, espaçamento, experiência do usuário, interface de usuário, sistema de design, tipografia, ui, ux]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# UI/UX Pro Max Skill
|
|
7
10
|
|
|
8
11
|
This skill represents a comprehensive design intelligence system for building professional, accessible, and high-performance user interfaces across multiple technology stacks (React, Next.js, Vue, Svelte, Tailwind, etc.).
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: uncle-bob-craft
|
|
3
|
-
description: Applies Uncle Bob's body of work for code review and writing. Use when reviewing code, refactoring, discussing architecture, evaluating SOLID principles, identifying code smells, or discussing Clean Architecture, Clean Code, The Clean Coder principles.
|
|
3
|
+
description: "Applies Uncle Bob's body of work for code review and writing. Use when reviewing code, refactoring, discussing architecture, evaluating SOLID principles, identifying code smells, or discussing Clean Architecture, Clean Code, The Clean Coder principles. / Boas práticas e padrões."
|
|
4
4
|
tags: [clean-code, clean-architecture, solid, code-review, craftsmanship, refactoring, code-smells]
|
|
5
|
-
triggers: [
|
|
5
|
+
triggers: [SOLID, architecture review, clean architecture, clean code, code review, code smell, dependency inversion, dependency rule, interface segregation, liskov, open closed, refactor, single responsibility, uncle bob]
|
|
6
6
|
risk: safe
|
|
7
7
|
source: sickn33/antigravity-awesome-skills
|
|
8
8
|
date_added: "2026-03-15"
|
|
9
9
|
---
|
|
10
|
-
|
|
11
10
|
# Uncle Bob Craft
|
|
12
11
|
|
|
13
12
|
Agrega os princípios dos livros do Uncle Bob para **revisão** e **escrita** de código: nomenclatura e funções (Clean Code), arquitetura e fronteiras (Clean Architecture), profissionalismo e estimativa (The Clean Coder), valores ágeis (Clean Agile), e uso vs abuso de design patterns.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: UX Researcher & Designer
|
|
3
|
-
description: Data-driven user research and experience design toolkit for personas and journey mapping.
|
|
3
|
+
description: "Data-driven user research and experience design toolkit for personas and journey mapping."
|
|
4
|
+
triggers: [design, experiência do usuário, ui, ux]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# UX Researcher & Designer Skill
|
|
7
10
|
|
|
8
11
|
This skill provides a toolkit for user-centered research and experience design, enabling the creation of evidence-based products through deep user understanding.
|