salihgueler

23 mods across 2 repositories, 26 stars between them.

salihgueler/tabletop-game-room-experience

Skill Claude CodeCodex

Builds fullstack TypeScript applications on AWS using @aws-blocks/blocks. Provides correct import paths, API signatures, project scaffolding, and deployment patterns. Use when working with @aws-blocks/blocks, any Building Block (KVStore, DistributedTable, Agent, AuthBasic, AuthCognito, AuthOIDC, Realtime, Database…

2 4d ago B 131 tokens

dart-add-unit-test

02

salihgueler/tabletop-game-room-experience

Skill Claude CodeCodex

Write and organize unit tests for functions, methods, and classes using package:test. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.

2 4d ago A 39 tokens

salihgueler/tabletop-game-room-experience

Skill Claude CodeCodex

Execute dart analyze to identify warnings and errors, and use dart fix --apply to automatically resolve mechanical lint issues. Use during development to ensure code quality and before committing changes.

2 4d ago A 43 tokens

salihgueler/tabletop-game-room-experience

Skill Claude CodeCodex

Guides agents in compiling and packaging C/C++ source code into dynamic or static libraries (Code Assets) using Dart's Native Assets hook system (via hook/build.dart and hook/link.dart utilizing package:hooks and package:nativetoolchainc). Use when a user asks to: 'setup native assets', 'compile C/C++ source code'…

2 4d ago B 145 tokens

dart-use-ffigen

11

salihgueler/tabletop-game-room-experience

Skill Claude CodeCodex

Guide agents to use package:ffigen to automatically generate FFI bindings instead of writing them manually. Use this skill when a task involves writing new FFI bindings, extending C/Objective-C/Swift integrations, or replacing hand-crafted dart:ffi setups.

2 4d ago A 61 tokens

salihgueler/tabletop-game-room-experience

Skill Claude CodeCodex

Help users write syntactically and semantically correct primary constructors in Dart, and migrate/use the new constructor syntax, empty-body semicolon syntax, in-body initializer list syntax, and abbreviated concise constructor syntax.

2 4d ago A 48 tokens

salihgueler/tabletop-game-room-experience

Skill Claude CodeCodex

Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integrationtest package.

2 4d ago A 48 tokens

salihgueler/tabletop-game-room-experience

Skill Claude CodeCodex

Implement a component-level test using WidgetTester to verify UI rendering and user interactions (tapping, scrolling, entering text). Use when validating that a specific widget displays correct data and responds to events as expected.

2 4d ago A 48 tokens

salihgueler/tabletop-game-room-experience

Skill Claude CodeCodex

Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed", "Vertical viewport was given unbounded height", or similar layout issues.

2 4d ago A 50 tokens