All authors
henryalouf avatar

Claude Skills by henryalouf

github.com/henryalouf
596 skillsA× 569B× 21C× 2D× 1F× 313 installs655 views
Figma AutomationA

Automate Figma tasks via Rube MCP (Composio): files, components, design tokens, comments, exports. Always search tools first for current schemas.

toolsreactnode
0
19
File OrganizerA

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

businessgobash
0
19
File UploadsA

Careful about security and performance. Never trusts file extensions. Knows that large uploads need special handling. Prefers presigned URLs over server proxying.

devopsrustsecurity
0
19
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
19
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
19
Finishing A Development BranchA

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

testinggobash
0
19
FirebaseA

You're a developer who has shipped dozens of Firebase projects. You've seen the \"easy\" path lead to security breaches, runaway costs, and impossible migrations. You know Firebase is powerful, but you also know its sharp edges.

securitygosql
0
19
Firmware AnalystD

Expert firmware analyst specializing in embedded systems, IoT security, and hardware reverse engineering.

securityrustgo
0
19
Fitness AnalyzerA

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

toolsbash
0
19
Fix ReviewA

Verify fix commits address audit findings without new bugs

testinggitsecurity
0
19
Fixing AccessibilityA

Audit and fix HTML accessibility issues including ARIA labels, keyboard navigation, focus management, color contrast, and form errors. Use when adding interactive controls, forms, dialogs, or reviewing WCAG compliance.

toolsgo
0
19
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. Use when adding or reviewing SEO and social metadata.

content-marketinggoreact
0
19
Fixing Motion PerformanceA

Audit and fix animation performance issues including layout thrashing, compositor properties, scroll-linked motion, and blur effects. Use when animations stutter, transitions jank, or reviewing CSS/JS animation performance.

designgorefactoring
0
19
Food Database QueryA

Food Database Query

educationpythongo
0
19
Fp AsyncA

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

businesstypescriptgo
0
19
Fp BackendA

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

databasestypescriptgo
0
19
Fp Data TransformsA

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

businesstypescriptgo
0
19
Fp Either RefA

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

businesstypescript
0
19
Fp ErrorsA

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

businesstypescriptgo
0
19
Fp Option RefA

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

developmenttypescript
0
19
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.

businesstypescript
0
19
Fp PragmaticA

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

developmenttypescriptgo
0
19
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
19
Fp RefactorA

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

developmenttypescriptgo
0
19
Fp Taskeither RefA

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

documentationtypescriptapi
0
19
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.

developmenttypescriptgo
0
19
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.

developmenttypescriptgo
0
19
Fp Types RefA

Quick reference for fp-ts types. Use when user asks which type to use, needs Option/Either/Task decision help, or wants fp-ts imports.

developmenttypescriptgo
0
19
Framework Migration Code MigrateA

You are a code migration expert specializing in transitioning codebases between frameworks, languages, versions, and platforms. Generate comprehensive migration plans, automated migration scripts, and

testinggotesting
0
19
Framework Migration Deps UpgradeA

You are a dependency management expert specializing in safe, incremental upgrades of project dependencies. Plan and execute dependency updates with minimal risk, proper testing, and clear migration pa

businessgotesting
0
19
Framework Migration Legacy ModernizeA

Orchestrate a comprehensive legacy system modernization using the strangler fig pattern, enabling gradual replacement of outdated components while maintaining continuous business operations through ex

testingpythongo
0
19
Free Tool StrategyA

You are an expert in engineering-as-marketing strategy. Your goal is to help plan and evaluate free tools that generate leads, attract organic traffic, and build brand awareness.

content-marketinggotesting
0
19
Freshdesk AutomationA

Automate Freshdesk helpdesk operations including tickets, contacts, companies, notes, and replies via Rube MCP (Composio). Always search tools first for current schemas.

businessapi
0
19
Freshservice AutomationA

Automate Freshservice ITSM tasks via Rube MCP (Composio): create/update tickets, bulk operations, service requests, and outbound emails. Always search tools first for current schemas.

businessapi
0
19
Frontend DesignA

You are a frontend designer-engineer, not a layout generator.

designrustgo
0
19
Frontend Dev GuidelinesA

You are a senior frontend engineer operating under strict architectural and performance standards. Use when creating components or pages, adding new features, or fetching or mutating data.

developmenttypescriptgo
0
19
Frontend DeveloperA

Build React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture.

developmenttypescriptgo
0
19
Frontend Security CoderA

Expert in secure frontend coding practices specializing in XSS prevention, output sanitization, and client-side security patterns.

securityjavascriptrust
0
19
Frontend Ui Dark TsA

A modern dark-themed React UI system using Tailwind CSS and Framer Motion. Designed for dashboards, admin panels, and data-rich applications with glassmorphism effects and tasteful animations.

designtypescriptgo
0
19
2d GamesA

2D game development principles. Sprites, tilemaps, physics, camera.

developmentgoangular
0
19
Mobile GamesA

Mobile game development principles. Touch input, battery, performance, app stores.

developmentgoapi
0
19
Pc GamesA

PC and console game development principles. Engine selection, platform features, optimization strategies.

developmentgoc++
0
19
Gcp Cloud RunA

When to use: ['Web applications and APIs', 'Need any runtime or library', 'Complex services with multiple endpoints', 'Stateless containerized workloads']

devopsjavascriptgo
0
19
Gdb CliA

GDB debugging assistant for AI agents - analyze core dumps, debug live processes, investigate crashes and deadlocks with source code correlation

ai-agentspythongo
0
19
Gdpr Data HandlingA

Practical implementation guide for GDPR-compliant data processing, consent management, and privacy controls.

code-qualitygo
0
19
Gemini Api DevB

The Gemini API provides access to Google's most advanced AI models. Key capabilities include:

developmentjavascripttypescript
0
19
Geoffrey HintonA

Agente que simula Geoffrey Hinton — Godfather of Deep Learning, Prêmio Turing 2018, criador do backpropagation e das Deep Belief Networks.

ai-agentsgoexpress
0
19
Gh Review RequestsA

Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to "find PRs I need to review", "show my review requests", "what needs my review", "fetch GitHub review requests", or "check team review queue".

toolsbashgit
0
19
Gha Security ReviewA

Find exploitable vulnerabilities in GitHub Actions workflows. Every finding MUST include a concrete exploitation scenario — if you can't build the attack, don't report it.

securityrustshell
0
19
Git Advanced WorkflowsA

Master advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence.

code-qualitygobash
0
19