Skip to content

Commit 66c2b72

Browse files
committed
feat: add 'type' field to skill definitions
1 parent 431c923 commit 66c2b72

File tree

23 files changed

+226
-59
lines changed

23 files changed

+226
-59
lines changed

.agent/skills/riligar-business-startup-analyst/SKILL.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
name: riligar-business-startup-analyst
3-
description: Generate comprehensive investor-ready business case document with
4-
market, solution, financials, and strategy
5-
allowed-tools: Read Write Edit Glob Grep Bash WebSearch WebFetch
3+
type: business
4+
description: Generate comprehensive investor-ready business case document with market, solution, financials, and strategy. Use when creating business cases for fundraising or strategic planning.
65
---
76

87
# Business Case Generator

.agent/skills/riligar-business-startup-financial/SKILL.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
name: riligar-business-startup-financial
3-
description: Create detailed 3-5 year financial model with revenue, costs, cash
4-
flow, and scenarios
5-
allowed-tools: Read Write Edit Glob Grep Bash WebSearch WebFetch
3+
type: business
4+
description: Create detailed 3-5 year financial model with revenue, costs, cash flow, and scenarios. Use when building financial projections for startups or fundraising.
65
---
76

87
# Financial Projections

.agent/skills/riligar-business-startup-market/SKILL.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
name: riligar-business-startup-market
3-
description: Generate comprehensive market opportunity analysis with TAM/SAM/SOM
4-
calculations
5-
allowed-tools: Read Write Edit Glob Grep Bash WebSearch WebFetch
3+
type: business
4+
description: Generate comprehensive market opportunity analysis with TAM/SAM/SOM calculations. Use when analyzing market size and opportunity for startups.
65
---
76

87
# Market Opportunity Analysis

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: riligar-design-system
3+
type: design
34
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.
4-
license: Apache-2.0
55
---
66

77
# RiLiGar Design System Expert

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: riligar-dev-architecture
3+
type: development
34
description: Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.
4-
allowed-tools: Read, Glob, Grep
55
---
66

77
# Architecture Decision Framework

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: riligar-dev-auth-elysia
3+
type: development
34
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.'
45
---
56

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: riligar-dev-auth-react
3+
type: development
34
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.'
45
---
56

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
name: riligar-dev-autopilot
3-
description: Automação do ciclo de vida de desenvolvimento: Validação com Bun, Auto-correção, Commit Semântico e Deploy.
4-
license: Apache-2.0
5-
metadata:
6-
author: riligar
7-
version: '1.0'
3+
type: development
4+
description: Automação do ciclo de vida de desenvolvimento. Validação com Bun, Auto-correção, Commit Semântico e Deploy. Use para garantir código funcional e entregue em produção.
85
---
96

107
# RiLiGar Dev-Autopilot Expert

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: riligar-dev-api
3-
description: API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
4-
allowed-tools: Read, Write, Edit, Glob, Grep
2+
name: riligar-dev-backend
3+
type: development
4+
description: API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination. Use when designing APIs or backend services.
55
---
66

77
# API Patterns

.agent/skills/riligar-dev-clean-code/SKILL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
name: riligar-dev-clean-code
3-
description: Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments (RiLiGar Standard)
4-
allowed-tools: Read, Write, Edit
5-
version: 2.1
6-
priority: CRITICAL
3+
type: development
4+
description: Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments. CRITICAL skill that defines RiLiGar coding standards. Use when writing or reviewing any code.
75
---
86

97
# Clean Code - Pragmatic AI Coding Standards (RiLiGar)

0 commit comments

Comments
 (0)