Skip to content

Commit 64df9ef

Browse files
committed
feat: update skills and documentation
1 parent 1cb5c23 commit 64df9ef

File tree

10 files changed

+22
-18
lines changed

10 files changed

+22
-18
lines changed

.agent/skills/riligar-design-system/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Para atingir a excelência:
2323
- **[Theme Config](assets/theme.js)**: Configuração do tema com suporte a Dark Mode automático.
2424
- **[Visual references](references/visual-references.md)**: Mapeamento de nuances estéticas.
2525
- **[Anti-patterns](references/anti-patterns.md)**: O que evitar (especialmente CSS inline).
26+
- **[Design Guidelines](references/design-system.md)**: Tipografia, cores e hierarquia visual detalhada.
2627

2728
## Checklist de Lapidação (RiLiGar Excellence)
2829

.agent/skills/riligar-dev-auth-elysia/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This skill provides a backend workflow for integrating authentication and permis
1414
Install the backend SDK:
1515

1616
```bash
17-
npm install @riligar/auth-elysia
17+
bun add @riligar/auth-elysia
1818
```
1919

2020
### 2. Environment Variables
@@ -55,7 +55,7 @@ const app = new Elysia()
5555
.listen(3000)
5656
```
5757

58-
For more patterns, see [server-snippets.ts](assets/server-snippets.ts).
58+
For more patterns, see [server-snippets.js](assets/server-snippets.js).
5959

6060
## Specialized Guides
6161

.agent/skills/riligar-dev-auth-elysia/assets/server-snippets.ts renamed to .agent/skills/riligar-dev-auth-elysia/assets/server-snippets.js

File renamed without changes.

.agent/skills/riligar-dev-dashboard/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export const WHATSAPP_SUPPORT_MESSAGE = '...' // ou via i18n se traduzível
249249
250250
## 8. Padrões reutilizáveis
251251
252-
Estruturas que repeatem across a codebase. Copie o esqueleto, ajuste apenas o conteúdo domínio-específico.
252+
Estruturas que repetem pela codebase. Copie o esqueleto, ajuste apenas o conteúdo domínio-específico.
253253
254254
### 8.1 Page Header
255255

.agent/skills/riligar-dev-manager/SKILL.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: riligar-dev-backend
2+
name: riligar-dev-manager
33
description: Elysia backend development patterns for Bun. Use when building APIs, routes, plugins, validation, middleware, and error handling with Elysia framework.
44
---
55

@@ -10,9 +10,7 @@ description: Elysia backend development patterns for Bun. Use when building APIs
1010
## Mandatory Guidelines
1111

1212
> [!IMPORTANT]
13-
> All work in this skill MUST adhere to:
14-
>
15-
> - @[.agent/skills/riligar-dev-clean-code] (Clean Code Standards)
13+
> All work in this skill MUST adhere to rules em `.agent/rules/` — clean-code, code-style, javascript-only, naming-conventions.
1614
1715
## Quick Reference
1816

@@ -117,9 +115,7 @@ console.log(`Server running at ${app.server?.url}`)
117115
| Need | Skill |
118116
| --- | --- |
119117
| **Authentication** | @[.agent/skills/riligar-dev-auth-elysia] |
120-
| **Database** | @[.agent/skills/riligar-dev-database] |
121-
| **Clean Code** | @[.agent/skills/riligar-dev-clean-code] |
122-
| **Infrastructure** | @[.agent/skills/riligar-infrastructure] |
118+
| **Infrastructure** | @[.agent/skills/riligar-infra-fly] |
123119
124120
## Decision Checklist
125121

.agent/skills/riligar-dev-website-seo/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: riligar-dev-seo
2+
name: riligar-dev-website-seo
33
description: Implementação de infraestrutura de SEO técnico seguindo a stack RiLiGar (React, Vite, Bun, Elysia). Use para configurar sitemaps, robots.txt, meta tags, OpenGraph, dados estruturados (JSON-LD) e URLs canônicas.
44
---
55

.agent/skills/riligar-dev-website/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: riligar-dev-landing-page
2+
name: riligar-dev-website
33
description: Specialist in High-Conversion Landing Pages using RiLiGar Design System. Use for: (1) Creating marketing/sales pages, (2) Structuring conversion flows (AIDA/PAS), (3) Implementing high-trust components (Hero, Social Proof, Pricing), (4) Writing persuasive copy.
44
---
55

.agent/skills/riligar-infra-cloudfare/SKILL.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
name: cloudflare
2+
name: riligar-infra-cloudfare
33
description: "Setup domains in Cloudflare with DNS for Clerk, Vercel, and email routing. Use when adding new domains, configuring DNS records, or setting up email redirects."
4-
allowed-tools: Read, Glob, Grep, Write, Edit, Bash, WebSearch
54
---
65

76
# Cloudflare Setup
@@ -427,4 +426,12 @@ wrangler r2 bucket cors get BUCKET_NAME
427426
| CORS error in browser | Add domain to allowedOrigins |
428427
| 403 Forbidden | Check API token has R2:Edit permission |
429428
| Custom domain not working | Ensure CNAME is proxied (orange cloud) |
430-
| Upload fails | Verify Content-Type header matches file |
429+
| Upload fails | Verify Content-Type header matches file |
430+
431+
---
432+
433+
## References
434+
435+
- **[Cloudflare API Reference](references/cloudflare-api.md)**: Auth tokens, zone operations, DNS endpoints
436+
- **[Email Routing](references/email-routing.md)**: Email forwarding setup and configuration
437+
- **[R2 Storage](references/r2-storage.md)**: Bucket management, CORS, presigned URLs

.agent/skills/riligar-infra-fly/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: riligar-infrastructure
2+
name: riligar-infra-fly
33
description: Especialista em Infraestrutura da RiLiGar. Use para configurar deployments no Fly.io, DNS e proxying no Cloudflare, e garantir padrões de infraestrutura e deployment.
44
---
55

.agent/skills/riligar-infra-stripe/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: riligar-dev-stripe
2+
name: riligar-infra-stripe
33
description: 'Interactive Stripe setup wizard. Use when implementing payments. The agent will ask for keys, products, and configure everything automatically.'
44
---
55

@@ -251,6 +251,6 @@ stripe trigger checkout.session.completed
251251

252252
## Related Skills
253253

254-
- @[.agent/skills/riligar-dev-backend]
254+
- @[.agent/skills/riligar-dev-manager]
255255
- @[.agent/skills/riligar-dev-dashboard]
256256
- @[.agent/skills/riligar-dev-auth-elysia]

0 commit comments

Comments
 (0)