@riligar/agents-kit 1.13.0 → 1.14.0
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/riligar-business-startup/SKILL.md +0 -1
- package/.agent/skills/riligar-design-system/SKILL.md +0 -1
- package/.agent/skills/riligar-dev-architecture/SKILL.md +7 -8
- package/.agent/skills/riligar-dev-auth-elysia/SKILL.md +7 -3
- package/.agent/skills/riligar-dev-auth-react/SKILL.md +5 -3
- package/.agent/skills/riligar-dev-autopilot/SKILL.md +0 -1
- package/.agent/skills/riligar-dev-backend/SKILL.md +0 -1
- package/.agent/skills/riligar-dev-clean-code/SKILL.md +0 -1
- package/.agent/skills/riligar-dev-code-review/SKILL.md +0 -1
- package/.agent/skills/riligar-dev-database/SKILL.md +8 -9
- package/.agent/skills/riligar-dev-frontend/SKILL.md +0 -1
- package/.agent/skills/riligar-dev-landing-page/SKILL.md +0 -1
- package/.agent/skills/riligar-dev-seo/SKILL.md +6 -3
- package/.agent/skills/riligar-infrastructure/SKILL.md +0 -1
- package/.agent/skills/riligar-marketing-copy/SKILL.md +0 -1
- package/.agent/skills/riligar-marketing-email/SKILL.md +0 -1
- package/.agent/skills/riligar-marketing-seo/SKILL.md +0 -1
- package/.agent/skills/riligar-plan-writing/SKILL.md +0 -1
- package/.agent/skills/riligar-tech-stack/SKILL.md +0 -1
- package/.agent/skills/skill-creator/SKILL.md +0 -2
- package/package.json +1 -1
- /package/.agent/skills/riligar-dev-architecture/{context-discovery.md → references/context-discovery.md} +0 -0
- /package/.agent/skills/riligar-dev-architecture/{examples.md → references/examples.md} +0 -0
- /package/.agent/skills/riligar-dev-architecture/{pattern-selection.md → references/pattern-selection.md} +0 -0
- /package/.agent/skills/riligar-dev-architecture/{patterns-reference.md → references/patterns-reference.md} +0 -0
- /package/.agent/skills/riligar-dev-architecture/{trade-off-analysis.md → references/trade-off-analysis.md} +0 -0
- /package/.agent/skills/riligar-dev-database/{database-selection.md → references/database-selection.md} +0 -0
- /package/.agent/skills/riligar-dev-database/{indexing.md → references/indexing.md} +0 -0
- /package/.agent/skills/riligar-dev-database/{migrations.md → references/migrations.md} +0 -0
- /package/.agent/skills/riligar-dev-database/{optimization.md → references/optimization.md} +0 -0
- /package/.agent/skills/riligar-dev-database/{orm-selection.md → references/orm-selection.md} +0 -0
- /package/.agent/skills/riligar-dev-database/{schema-design.md → references/schema-design.md} +0 -0
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: riligar-business-startup
|
|
3
|
-
type: business
|
|
4
3
|
description: Comprehensive startup planning toolkit. Use for business cases, financial projections (3-5 year models), and market opportunity analysis (TAM/SAM/SOM). Covers investor-ready documentation, fundraising strategy, and go-to-market planning.
|
|
5
4
|
---
|
|
6
5
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: riligar-design-system
|
|
3
|
-
type: design
|
|
4
3
|
description: Especialista no Sistema Visual da RiLiGar. Use para: (1) Criação de interfaces web e mobile (Light/Dark Mode), (2) Implementação de componentes UI (Mantine Only), (3) Garantir estética minimalista "Content-First", (4) Aplicar tokens de design via Mantine Theme.
|
|
5
4
|
---
|
|
6
5
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: riligar-dev-architecture
|
|
3
|
-
type: development
|
|
4
3
|
description: Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.
|
|
5
4
|
---
|
|
6
5
|
|
|
@@ -12,13 +11,13 @@ description: Architectural decision-making framework. Requirements analysis, tra
|
|
|
12
11
|
|
|
13
12
|
**Read ONLY files relevant to the request!** Check the content map, find what you need.
|
|
14
13
|
|
|
15
|
-
| File
|
|
16
|
-
|
|
|
17
|
-
| `context-discovery.md`
|
|
18
|
-
| `trade-off-analysis.md`
|
|
19
|
-
| `pattern-selection.md`
|
|
20
|
-
| `examples.md`
|
|
21
|
-
| `patterns-reference.md`
|
|
14
|
+
| File | Description | When to Read |
|
|
15
|
+
| ----------------------------------- | ---------------------------------------- | ---------------------------- |
|
|
16
|
+
| `references/context-discovery.md` | Questions to ask, project classification | Starting architecture design |
|
|
17
|
+
| `references/trade-off-analysis.md` | ADR templates, trade-off framework | Documenting decisions |
|
|
18
|
+
| `references/pattern-selection.md` | Decision trees, anti-patterns | Choosing patterns |
|
|
19
|
+
| `references/examples.md` | MVP, SaaS, Enterprise examples | Reference implementations |
|
|
20
|
+
| `references/patterns-reference.md` | Quick lookup for patterns | Pattern comparison |
|
|
22
21
|
|
|
23
22
|
---
|
|
24
23
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: riligar-dev-auth-elysia
|
|
3
|
-
type: development
|
|
4
3
|
description: 'Comprehensive guide for integrating the Riligar Auth Elysia SDK into backend servers. Use when a user needs to: (1) Set up a backend auth plugin, (2) Configure Elysia with Riligar Secret Key, (3) Protect API routes or groups, (4) Access authenticated user data in handlers, (5) Perform manual JWT verification.'
|
|
5
4
|
---
|
|
6
5
|
|
|
@@ -20,13 +19,18 @@ npm install @riligar/auth-elysia
|
|
|
20
19
|
|
|
21
20
|
### 2. Environment Variables
|
|
22
21
|
|
|
23
|
-
Set up your Secret Key and URLs in your
|
|
22
|
+
Set up your Secret Key and URLs in your environment files.
|
|
24
23
|
|
|
25
24
|
> [!CAUTION]
|
|
26
25
|
> Backend integration requires the **Secret Key** (`sk_...`). Never share this key or include it in client-side code.
|
|
27
26
|
|
|
28
27
|
```bash
|
|
29
|
-
# .env
|
|
28
|
+
# .env.development
|
|
29
|
+
AUTH_API_URL=https://manager.myauth.click
|
|
30
|
+
AUTH_API_SECRET=sk_test_your_secret_key
|
|
31
|
+
AUTH_JWKS_URL=https://manager.myauth.click/.well-known/jwks.json
|
|
32
|
+
|
|
33
|
+
# .env.production
|
|
30
34
|
AUTH_API_URL=https://manager.myauth.click
|
|
31
35
|
AUTH_API_SECRET=sk_live_your_secret_key
|
|
32
36
|
AUTH_JWKS_URL=https://manager.myauth.click/.well-known/jwks.json
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: riligar-dev-auth-react
|
|
3
|
-
type: development
|
|
4
3
|
description: 'Comprehensive guide for integrating the Riligar Auth React SDK into web applications. Use when a user needs to: (1) Set up authentication from scratch, (2) Configure AuthProvider, (3) Implement route protection, (4) Use auth hooks or pre-built UI components, (5) Handle login/signup/profile/magic links in React.'
|
|
5
4
|
---
|
|
6
5
|
|
|
@@ -20,13 +19,16 @@ bun add @riligar/auth-react
|
|
|
20
19
|
|
|
21
20
|
### 2. Environment Variables
|
|
22
21
|
|
|
23
|
-
Set up your Public Key in your
|
|
22
|
+
Set up your Public Key in your environment files.
|
|
24
23
|
|
|
25
24
|
> [!IMPORTANT]
|
|
26
25
|
> Always use the **Public Key** (`pk_...`) in the frontend. Never expose your Secret Key.
|
|
27
26
|
|
|
28
27
|
```bash
|
|
29
|
-
# .env.
|
|
28
|
+
# .env.development
|
|
29
|
+
VITE_AUTH_API_KEY=pk_test_your_public_key
|
|
30
|
+
|
|
31
|
+
# .env.production
|
|
30
32
|
VITE_AUTH_API_KEY=pk_live_your_public_key
|
|
31
33
|
```
|
|
32
34
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: riligar-dev-database
|
|
3
|
-
type: development
|
|
4
3
|
description: Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases. Use when designing schemas or optimizing database performance.
|
|
5
4
|
---
|
|
6
5
|
|
|
@@ -12,14 +11,14 @@ description: Database design principles and decision-making. Schema design, inde
|
|
|
12
11
|
|
|
13
12
|
**Read ONLY files relevant to the request!** Check the content map, find what you need.
|
|
14
13
|
|
|
15
|
-
| File
|
|
16
|
-
|
|
|
17
|
-
| `database-selection.md
|
|
18
|
-
| `orm-selection.md`
|
|
19
|
-
| `schema-design.md`
|
|
20
|
-
| `indexing.md`
|
|
21
|
-
| `optimization.md`
|
|
22
|
-
| `migrations.md`
|
|
14
|
+
| File | Description | When to Read |
|
|
15
|
+
| --------------------------------- | ------------------------------------- | ------------------ |
|
|
16
|
+
| `references/database-selection.md`| PostgreSQL vs Neon vs Turso vs SQLite | Choosing database |
|
|
17
|
+
| `references/orm-selection.md` | Drizzle vs Prisma vs Kysely | Choosing ORM |
|
|
18
|
+
| `references/schema-design.md` | Normalization, PKs, relationships | Designing schema |
|
|
19
|
+
| `references/indexing.md` | Index types, composite indexes | Performance tuning |
|
|
20
|
+
| `references/optimization.md` | N+1, EXPLAIN ANALYZE | Query optimization |
|
|
21
|
+
| `references/migrations.md` | Safe migrations, serverless DBs | Schema changes |
|
|
23
22
|
|
|
24
23
|
---
|
|
25
24
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: riligar-dev-landing-page
|
|
3
|
-
type: development
|
|
4
3
|
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.
|
|
5
4
|
---
|
|
6
5
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: riligar-dev-seo
|
|
3
|
-
type: development
|
|
4
3
|
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.
|
|
5
4
|
---
|
|
6
5
|
|
|
@@ -177,10 +176,14 @@ app.get('/*', async ({ path }) => {
|
|
|
177
176
|
|
|
178
177
|
# Part 4: Variáveis de Ambiente
|
|
179
178
|
|
|
180
|
-
Sempre configure a URL base:
|
|
179
|
+
Sempre configure a URL base nos arquivos de ambiente:
|
|
181
180
|
|
|
182
181
|
```bash
|
|
183
|
-
# .env
|
|
182
|
+
# .env.development
|
|
183
|
+
VITE_SITE_URL=http://localhost:5173
|
|
184
|
+
SITE_URL=http://localhost:3000
|
|
185
|
+
|
|
186
|
+
# .env.production
|
|
184
187
|
VITE_SITE_URL=https://riligar.com
|
|
185
188
|
SITE_URL=https://riligar.com
|
|
186
189
|
```
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: riligar-marketing-copy
|
|
3
|
-
type: marketing
|
|
4
3
|
description: Generate compelling marketing copy using the Elevated Direct Response framework. Use when creating landing pages, headlines, email campaigns, ad copy, CTAs, value propositions, or any persuasive marketing content.
|
|
5
4
|
---
|
|
6
5
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: riligar-marketing-email
|
|
3
|
-
type: marketing
|
|
4
3
|
description: Email sequence design and optimization. Use when creating drip campaigns, automated flows, nurture sequences, onboarding emails, welcome sequences, re-engagement emails, or lifecycle email programs.
|
|
5
4
|
---
|
|
6
5
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: riligar-marketing-seo
|
|
3
|
-
type: marketing
|
|
4
3
|
description: Design and evaluate programmatic SEO strategies for creating SEO-driven pages at scale. Use when working with programmatic SEO, template pages, directory pages, location pages, or keyword-pattern page generation.
|
|
5
4
|
---
|
|
6
5
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: skill-creator
|
|
3
|
-
type: meta
|
|
4
3
|
description: Guide for creating effective skills. Use when creating a new skill or updating an existing skill that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
|
|
5
4
|
---
|
|
6
5
|
|
|
@@ -337,7 +336,6 @@ Write the YAML frontmatter with `name`, `type`, and `description`:
|
|
|
337
336
|
```yaml
|
|
338
337
|
---
|
|
339
338
|
name: riligar-dev-example
|
|
340
|
-
type: development
|
|
341
339
|
description: Brief description of what the skill does. Use when [specific triggers].
|
|
342
340
|
---
|
|
343
341
|
```
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/.agent/skills/riligar-dev-database/{orm-selection.md → references/orm-selection.md}
RENAMED
|
File without changes
|
/package/.agent/skills/riligar-dev-database/{schema-design.md → references/schema-design.md}
RENAMED
|
File without changes
|