andersonlemesc

25 mods across 1 repository, 5 stars between them.

langgraph-agents

01

andersonlemesc/Oryntra

Skill Claude CodeCodex

Multi-agent systems with LangGraph - supervisor/swarm/handoff/router patterns, state coordination, Deep Agents, guardrails, testing, observability, deployment. Use when building multi-agent workflows, coordinating agents, or need cost-optimized orchestration. Uses Claude, DeepSeek, Gemini (no OpenAI).

5 11d ago A 66 tokens original Apache-2.0

andersonlemesc/Oryntra

Skill Claude CodeCodex

Guides architectural decisions for LangGraph applications. Use when deciding between LangGraph vs alternatives, choosing state management strategies, designing multi-agent systems, or selecting persistence and streaming approaches.

5 11d ago A 40 tokens copy · 100% Apache-2.0

langgraph-docs

03

andersonlemesc/Oryntra

Skill Claude CodeCodex

Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and implement human-in-the-loop patterns. Use when the user asks about LangGraph, graph agents, state machines, agent orchestration, LangGraph API, or needs LangGraph implementation guidance.

5 11d ago A 62 tokens copy · 100% Apache-2.0

andersonlemesc/Oryntra

Skill Claude CodeCodex

INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4-tier error handling strategy.

5 11d ago A 55 tokens copy · 100% Apache-2.0

andersonlemesc/Oryntra

Skill Claude CodeCodex

Implements stateful agent graphs using LangGraph. Use when building graphs, adding nodes/edges, defining state schemas, implementing checkpointing, handling interrupts, or creating multi-agent systems with LangGraph.

5 11d ago A 45 tokens copy · 100% Apache-2.0

andersonlemesc/Oryntra

Skill Claude CodeCodex

INVOKE THIS SKILL when your LangGraph needs to persist state, remember conversations, travel through history, or configure subgraph checkpointer scoping. Covers checkpointers, threadid, time travel, Store, and subgraph persistence modes.

5 11d ago A 55 tokens copy · 100% Apache-2.0

langgraph

07

andersonlemesc/Oryntra

Skill Claude CodeCodex

Expert in LangGraph - the production-grade framework for building stateful, multi-actor AI applications. Covers graph construction, state management, cycles and branches, persistence with checkpointers, human-in-the-loop patterns, and the ReAct agent pattern.

5 11d ago A 53 tokens original Apache-2.0

postgres

08

andersonlemesc/Oryntra

Skill Claude CodeCodex

PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases.

5 11d ago A 26 tokens copy · 100% Apache-2.0

andersonlemesc/Oryntra

Skill Claude CodeCodex

PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).

5 11d ago A 59 tokens original Apache-2.0

andersonlemesc/Oryntra

Skill Claude CodeCodex

PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.

5 11d ago A 57 tokens original Apache-2.0

andersonlemesc/Oryntra

Skill Claude CodeCodex

Use this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features.

5 11d ago A 37 tokens copy · 98% Apache-2.0

test-runner

12

andersonlemesc/Oryntra

Agent Claude Code

Especialista em testes do Oryntra (Pest/Laravel + pytest/Python). Use para escrever, executar e corrigir testes — feature, unit e contract. Roda no modelo Haiku pra economizar tokens. Aciona quando o usuário pede "escrever teste", "rodar testes", "corrigir teste quebrado", "aumentar cobertura", ou após mudanças de…

5 11d ago A 89 tokens original Apache-2.0

oryntra

13

andersonlemesc/Oryntra

Cursor rule Cursor

Regras Oryntra — sempre aplicadas.

5 11d ago A 349 tokens original Apache-2.0

testing

15

andersonlemesc/Oryntra

Cursor rule Cursor

Cursor rule "testing" from andersonlemesc/Oryntra, covering testes oryntra, laravel (pest), python (pytest), contract tests (laravel ↔ python) and browser/e2e.

5 11d ago A 5 tokens original Apache-2.0

Oryntra AGENTS.md

16

andersonlemesc/Oryntra

Instructions file CodexOpenCode

Instructions for andersonlemesc/Oryntra, covering agents.md, produto, stack fixada, estrutura do monorepo and comandos comuns.

5 11d ago A 3,696 tokens original Apache-2.0

Oryntra CLAUDE.md

17

andersonlemesc/Oryntra

Instructions file

Instructions for andersonlemesc/Oryntra, covering claude.md, específico claude code, laravel boost guidelines, foundational context and skills activation.

5 11d ago A 2,071 tokens original Apache-2.0

Oryntra GEMINI.md

18

andersonlemesc/Oryntra

Instructions file Gemini CLI

Instructions for andersonlemesc/Oryntra, covering laravel boost guidelines, foundational context, skills activation, conventions and verification scripts.

5 11d ago A 1,931 tokens copy · 89% Apache-2.0

configuring-horizon

19

andersonlemesc/Oryntra

Skill Claude CodeCodex

Use this skill whenever the user mentions Horizon by name in a Laravel context. Covers the full Horizon lifecycle: installing Horizon (horizon:install, Sail setup), configuring config/horizon.php (supervisor blocks, queue assignments, balancing strategies, minProcesses/maxProcesses), fixing the dashboard…

5 11d ago A 137 tokens copy · 100% Apache-2.0

echo-development

20

andersonlemesc/Oryntra

Skill Claude CodeCodex

Develops real-time broadcasting with Laravel Echo. Activates when setting up broadcasting (Reverb, Pusher, Ably); creating ShouldBroadcast events; defining broadcast channels (public, private, presence, encrypted); authorizing channels; configuring Echo; listening for events; implementing client events (whisper)…

5 11d ago A 94 tokens original Apache-2.0

fortify-development

21

andersonlemesc/Oryntra

Skill Claude CodeCodex

ACTIVATE when the user works on authentication in Laravel. This includes login, registration, password reset, email verification, two-factor authentication (2FA/TOTP/QR codes/recovery codes), passkeys, profile updates, password confirmation, or any auth-related routes and controllers. Activate when the user mentions…

5 11d ago A 199 tokens copy · 100% Apache-2.0

andersonlemesc/Oryntra

Skill Claude CodeCodex

Apply this skill whenever writing, reviewing, or refactoring Laravel PHP code. This includes creating or modifying controllers, models, migrations, form requests, policies, jobs, scheduled commands, service classes, and Eloquent queries. Triggers for N+1 and query performance issues, caching strategies, authorization…

5 11d ago A 114 tokens copy · 100% Apache-2.0

pest-testing

23

andersonlemesc/Oryntra

Skill Claude CodeCodex

Use this skill for Pest PHP testing in Laravel projects only. Trigger whenever any test is being written, edited, fixed, or refactored — including fixing tests that broke after a code change, adding assertions, converting PHPUnit to Pest, adding datasets, and TDD workflows. Always activate when the user asks how to…

5 11d ago A 171 tokens copy · 100% Apache-2.0

andersonlemesc/Oryntra

Skill Claude CodeCodex

Always invoke when the user's message includes 'tailwind' in any form. Also invoke for: building responsive grid layouts (multi-column card grids, product grids), flex/grid page structures (dashboards with sidebars, fixed topbars, mobile-toggle navs), styling UI components (cards, tables, navbars, pricing sections…

5 11d ago A 151 tokens copy · 100% Apache-2.0