All authors
FrancoStino avatar

Claude Skills by FrancoStino

github.com/FrancoStino
807 skillsA× 775B× 27C× 3D× 1F× 10 installs404 views
Event Sourcing ArchitectA

Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual consistency patterns. Use PROACTIVELY for event-sourced systems, audit trail requirements, or complex domain modeling with temporal queries.

ai-agentsrailstesting
0
74
Event Staffing ComplianceA

Assess worker-classification and compliance risk for temporary event staffing in the US and Canada — W-2 vs 1099, misclassification penalties, joint-employer liability, COI, and wage/hour rules. Includes live state-by-state lookups via MCP.

ai-agentsgo
0
74
Event Staffing OrderingA

Order W-2 compliant temporary event staff for conventions, trade shows, festivals, concerts, sporting events, and brand activations across 300+ US and Canadian markets via TempGuru. Covers city coverage, role pricing, availability, state compliance lookups via MCP, and request submission.

ai-agentsgoaws
0
74
EvolutionA

This skill enables makepad-skills to self-improve continuously during development.

developmentrustgo
0
74
Executing PlansA

Use when you have a written implementation plan to execute in a separate session with review checkpoints

ai-agentstesting
0
74
Explain Like SocratesA

Explains concepts using Socratic-style dialogue. Use when the user asks to explain, teach or help understand a concept like socrates.

ai-agentsgoexpress
0
74
Expo DeploymentA

Deploy Expo apps with EAS: build and submit iOS and Android releases, configure build and submit profiles, manage versions and store metadata, and deploy web bundles or API routes.

devopsgobash
0
74
Expo ExamplesA

Expo's official example projects — the expo/examples repo of ~70 `with-*` integrations (Stripe, Clerk, Supabase, OpenAI, maps, Reanimated, SQLite, Skia, NativeWind, and more).

developmentgobash
0
74
Expo ModuleA

Guide for creating and writing Expo native modules and views using the Expo Modules API (Swift, Kotlin, TypeScript). Covers module definition DSL, native views, shared objects, config plugins, lifecycle hooks, autolinking, and type system.

developmenttypescriptswift
0
74
Expo ObserveA

Set up and query EAS Observe for Expo apps, including root integration, interactive markers, route metrics, CLI summaries, traces, logs, and performance diagnosis.

ai-agentsreactgit
0
74
Expo Ui Jetpack ComposeA

expo-ui-jetpack-compose

ai-agentsgobash
0
74
Expo Ui Swift UiA

expo-ui-swift-ui

ai-agentsswiftbash
0
74
Expo UiA

Build native UI with the @expo/ui package: real SwiftUI on iOS and Jetpack Compose on Android rendered from React in an Expo or React Native app.

developmentgoswift
0
74
Fable Safe PromptA

Rewrite allowed prompts to reduce false-positive safety triggers without bypassing policy or changing intent.

ai-agentsgobash
0
74
Fal AudioA

Text-to-speech and speech-to-text using fal.ai audio models

ai-agentstestinggit
0
74
Fal GenerateA

Generate images and videos using fal.ai AI models

ai-agentstestinggit
0
74
Fal Image EditA

AI-powered image editing with style transfer and object removal

ai-agentstestinggit
0
74
Fal PlatformA

Platform APIs for model management, pricing, and usage tracking

ai-agentstestinggit
0
74
Fal UpscaleA

Upscale and enhance image and video resolution using AI

ai-agentstestinggit
0
74
Fal WorkflowA

Generate workflow JSON files for chaining AI models

ai-agentstestinggit
0
74
Family Health AnalyzerA

分析家族病史、评估遗传风险、识别家庭健康模式、提供个性化预防建议

ai-agentspythongo
0
74
FaviconA

Generate favicons from a source image

developmenttypescriptgo
0
74
Fda Food Safety AuditorA

Expert AI auditor for FDA Food Safety (FSMA), HACCP, and PCQI compliance. Reviews food facility records and preventive controls.

ai-agentstestingdocumentation
0
74
Fda Medtech Compliance AuditorA

Expert AI auditor for Medical Device (SaMD) compliance, IEC 62304, and 21 CFR Part 820. Reviews DHFs, technical files, and software validation.

ai-agentsgotesting
0
74
Ffuf Claude SkillA

Web fuzzing with ffuf

ai-agentstestinggit
0
74
Ffuf Web FuzzingA

Expert guidance for ffuf web fuzzing during penetration testing, including authenticated fuzzing with raw requests, auto-calibration, and result analysis

ai-agentstestingsecurity
0
74
File OrganizerA

6. Reduces Clutter: Identifies old files you probably don't need anymore

ai-agentsgobash
0
74
File UploadsB

Expert at handling file uploads and cloud storage. Covers S3,

ai-agentsrusttesting
0
74
Filesystem ContextA

Use for file-based context management, dynamic context discovery, and reducing context window bloat. Offload context to files for just-in-time loading.

ai-agentspythonbash
0
74
Find BugsA

Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.

securitygosql
0
74
FirebaseA

Firebase gives you a complete backend in minutes - auth, database,

ai-agentstestingdatabase
0
74
Fitness AnalyzerA

分析运动数据、识别运动模式、评估健身进展,并提供个性化训练建议。支持与慢性病数据的关联分析。

ai-agentsbashtesting
0
74
Fix ReviewA

Verify fix commits address audit findings without new bugs

ai-agentstestinggit
0
74
Fixing MetadataA

Audit and fix HTML metadata including page titles, meta descriptions, canonical URLs, Open Graph tags, Twitter cards, favicons, JSON-LD structured data, and robots directives.

developmentgoreact
0
74
Food Database QueryA

Food Database Query

ai-agentstestingdatabase
0
74
Form CroA

Optimize any form that is NOT signup or account registration — including lead capture, contact, demo request, application, survey, quote, and checkout forms.

ai-agentsrustgo
0
74
Fp AsyncA

Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples

ai-agentstypescriptnode
0
74
Fp BackendA

Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection

developmenttypescriptnode
0
74
Fp Data TransformsA

Everyday data transformations using functional patterns - arrays, objects, grouping, aggregation, and null-safe access

ai-agentstypescriptgo
0
74
Fp Either RefA

Quick reference for Either type. Use when user needs error handling, validation, or operations that can fail with typed errors.

ai-agentstypescripttesting
0
74
Fp ErrorsA

Stop throwing everywhere - handle errors as values using Either and TaskEither for cleaner, more predictable code

ai-agentstypescriptgo
0
74
Fp Option RefA

Quick reference for Option type. Use when user needs to handle nullable values, optional data, or wants to avoid null checks.

ai-agentstypescripttesting
0
74
Fp Pipe RefA

Quick reference for pipe and flow. Use when user needs to chain functions, compose operations, or build data pipelines in fp-ts.

ai-agentstypescripttesting
0
74
Fp PragmaticA

A practical, jargon-free guide to functional programming - the 80/20 approach that gets results without the academic overhead

ai-agentstypescriptgo
0
74
Fp ReactA

Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Works with React 18/19, Next.js 14/15.

developmenttypescriptgo
0
74
Fp RefactorA

Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns

ai-agentstypescripttesting
0
74
Fp Taskeither RefA

Quick reference for TaskEither. Use when user needs async error handling, API calls, or Promise-based operations that can fail.

ai-agentstypescripttesting
0
74
Fp Ts ErrorsA

Handle errors as values using fp-ts Either and TaskEither for cleaner, more predictable TypeScript code. Use when implementing error handling patterns with fp-ts.

ai-agentstypescriptgo
0
74
Fp Ts PragmaticA

A practical, jargon-free guide to fp-ts functional programming - the 80/20 approach that gets results without the academic overhead. Use when writing TypeScript with fp-ts library.

ai-agentstypescriptgo
0
74
Fp Ts ReactA

Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works with React 18/19, Next.js 14/15.

ai-agentsgoreact
0
74