All authors
gabrielmoreira avatar

Claude Skills by gabrielmoreira

github.com/gabrielmoreira
1,372 skillsA× 1,350B× 17C× 1D× 2F× 212 installs596 views
Cpp Sdl Input Manager AbstractionA

Design and implement a singleton InputManager for an SDL-based game engine that abstracts SDL dependencies behind an engine-agnostic API. It encapsulates gamepad logic in a dedicated class, uses unordered maps for robust device management, and tracks input state transitions.

businessgoc++
0
7
Cpp Vulkan Engine And Ui ImplementationA

Generates C++ header and implementation files for a Vulkan-based game engine, covering core systems (Window, Renderer, etc.) and UI architecture (UIManager, UIElement), strictly adhering to RAII, Vulkan best practices, and specific integration patterns.

businessc++api
0
7
Create Character Profile From Natal ChartA

Generate a detailed character profile including backstory, personality breakdown by placement, and a synopsis based on provided astrological natal chart data, considering planetary placements, houses, and aspects.

ai-agentsnode
0
7
Create Concept Crosswalk ChartA

Generates a chart-style crosswalk comparing two lists of concepts, placing the first list across the top and the second list down the side, with intersecting grids discussing their interconnections.

data
0
7
Create Logo Design Client SurveyA

Generates a client-facing questionnaire to gather brand insights, design preferences, and emotional associations for a logo design project, structured with specific sections.

designgo
0
7
Create Power Rangers Team RosterA

Generates a Power Rangers team from a provided list of characters, assigning Ranger colors and Zords, strictly limited to 5 core members and 1 special sixth ranger.

design
0
7
Create Transparent Click Through Tkinter WindowA

Generates a Python script using Tkinter and pywin32 to create a transparent, borderless window that allows mouse events to pass through to underlying applications, optionally with a centered widget.

developmentpythongo
0
7
Create Comprehensive Node Locksmith ReadmeA

Generates a detailed, persuasive, and newcomer-friendly README.md for the 'node-locksmith' package, covering installation, configuration, graceful shutdown, extensive troubleshooting, and credits.

documentationtypescriptgo
0
7
Creative Classification GeneratorA

Generates structured, imaginative, and often humorous classifications or recommendations for various topics, including fictional entities and personality frameworks.

toolsgo
0
7
Critical Refutation Of Islamic Apologetics Hijab FocusA

Rewrite and expand texts to critically refute arguments made by Mohammad Hijab regarding Islamic texts (Quran/Hadith). The output must be detailed, skeptical, and avoid defending the Quran, instead focusing on logical counter-arguments based on provided reference material.

documentationgo
0
7
Critical Thinking Scenario CoachA

Engages the user in scenario-based critical thinking exercises, presenting questions one at a time and providing honest, constructive feedback on their reasoning to identify strengths and areas for improvement.

testinggoperformance
0
7
Cross Validation Auc Calculation MethodologyA

Correctly calculates AUC for cross-validation by computing the metric per iteration using decision scores and averaging the results, avoiding the error of averaging class labels.

dataperformance
0
7
Crossover Hybrid Fanfiction GeneratorA

Generates complex crossover fanfiction content, including narrative chapters blending Japanese light novel and American military technothriller styles, and historical documentary-style backstories. Adheres to strict lore, geopolitical shifts, and continuity.

businessbashreact
0
7
Cryptographic Function Requirements Specification And Code TraciA

Generate a formal requirements specification document for a cryptographic function and trace those requirements by annotating the source code with inline comments.

documentationtestingsecurity
0
7
Cuegis Business Analysis With Stakeholder IdentificationA

Analyzes CUEGIS concepts (Change, Culture, Ethics, Globalization, Innovation, Strategy) for a specific company, providing positive and negative examples, real-life impacts on HR strategy, and identifying key stakeholders for each scenario.

businessgo
0
7
Curate Japanese Cultural ResourcesA

Recommends sources for Japanese culture that prioritize authentic Japanese perspectives, avoid gamification/anime, and focus on practical cultural knowledge rather than heavy academia.

documentation
0
7
Curriculum Artifact GeneratorA

Generates specific educational artifacts (student-facing learning objectives, topic lists, titles, questions, and APA 7 formatted essay questions) from curriculum content with strict adherence to source text, readability constraints, and specific formatting rules.

documentationgo
0
7
Custom Alphabet CommunicationA

Communicate using a specific user-defined alphabet mapping, inserting spaces between letters, and following a specific learning workflow.

educationgo
0
7
Custom Data Format ParserA

Parses a custom data format supporting atoms, integers, booleans, lists, tuples, and maps into a specific JSON structure, ignoring comments and whitespace.

documentationpythonexpress
0
7
Custom Multiclass Logistic Regression From ScratchA

Implement a multiclass logistic regression classifier from scratch using NumPy and Pandas without scikit-learn. Use the One-vs-Rest strategy to handle multiple classes (e.g., 0, 1, 2) and save the trained model coefficients to a pickle file.

datapythongo
0
7
Custom Python Dataframe ImplementationA

Implement a custom DataFrame class in Python with specific methods (__init__, __getitem__, __repr__, etc.) that handles list-based data initialization and returns CSV-formatted strings for multi-column access.

developmentpython
0
7
Custom Web Automation Dsl GeneratorA

Generates automation scripts using a specific custom pseudo-JavaScript syntax defined by a function cheatsheet, supporting navigation, extraction, GPT interaction, and multi-agent workflows.

ai-agentsjavascriptjava
0
7
Customer Journey Mapping Presentation Outline GeneratorA

Generates a comprehensive slide-by-slide outline for a Customer Journey Mapping presentation based on a specific structure covering definitions, personas, touchpoints, stages, goals, current state, pain points, prioritization, implementation, testing, and review.

businessgotesting
0
7
Cycling Gear Ratio OptimizerA

Proposes optimal gear ratios, gear inches, and meters of development for fixed gear and track cycling, strictly adhering to odd/prime constraints and specific track ranges.

developmentgo
0
7
D D 5e Dungeon MasterA

Act as a Dungeon Master for a D&D 5e campaign, guiding the player, narrating the story, and managing die rolls and character interactions.

ai-agentsgo
0
7
D D Diaper Centric Homebrew GeneratorA

Generates D&D 5e homebrew content (items, feats, spells, backgrounds, lore) for a specific setting where oversized diapers are mandatory armor and 'Loading' is a core mechanic.

tools
0
7
Darkly Visual Library Warrior Scenario GeneratorA

Generates 8 imaginative, visually evocative scenarios (60-70 words each) describing a 19-year-old warrior in an ancient library, ensuring age and clothing are mentioned.

tools
0
7
Data Warehouse Design And Python Etl ImplementationA

Design a comprehensive star schema data model from business KPIs, generate MySQL DDL scripts, and create secure Python ETL scripts for daily data synchronization using upserts and complex SQL queries.

databasespythonsql
0
7
Dating Ad Poetry RefinementA

Refine personal ad poems for a European/ESL audience targeting INFP/ENFP types, focusing on accessibility, emotional depth, and specific thematic constraints.

designgo
0
7
Dating Bio For Wealthy WomenA

Generates 5 humorous, concise 'About Me' bios for dating profiles targeting wealthy women over 30. Uses simple English, avoids specific forbidden phrases, and ends with original funny pickup lines.

content-marketinggo
0
7
Debian Terminal With Ai PipelineA

Simulates a Linux terminal environment where the user inputs commands and the model outputs only the terminal response within a code block, adhering to strict formatting and interaction rules.

toolsgoshell
0
7
Debug C Dll Injector With Win32 Api Error CheckingA

A skill for troubleshooting C# DLL injection failures by adding granular error logging after each P/Invoke call (OpenProcess, VirtualAllocEx, WriteProcessMemory, CreateRemoteThread) to identify the specific failure point using Marshal.GetLastWin32Error.

ai-agentsgoc#
0
7
Deep Reflective Question WriterA

Generates and refines questions for deep reflective chats about wishes, adhering to constraints on directness, semantic focus, and tone (softer/deeper).

ai-agents
0
7
Defold Resolution Independent Click Script GeneratorA

Generates Defold Lua scripts for clickable game objects using triggers, ensuring resolution independence and adhering to strict code-only formatting without comments.

documentationgoapi
0
7
Describe Sloan Personality With ColorA

Describes a personality type based on a 5-letter SLOAN acronym, detailing the traits based on the SLOAN dimensions and providing an associated hex color and color name.

ai-agentsgo
0
7
Design Competitive Llm Training Workflow For Prospect Theory AliA

Designs a specific machine learning training architecture using two competing LLMs of different sizes and an objective supervisor to generate preference-optimized datasets based on prospect theory.

datago
0
7
Design Firestore Dataverse For Multi Service SuperappA

Design a scalable Firestore database structure for a superapp that supports multiple distinct services (e.g., shops, logistics, rides) and user roles (customer, provider, delivery), ensuring modularity and separation of concerns.

businesssqldatabase
0
7
Design Hypothetical Iso7010 Safety SignageA

Design hypothetical safety signs and pictograms in the style of ISO 7010 for various contexts (e.g., amusement rides, attractions, venues), including boarding sequences, warnings, and prohibitions.

design
0
7
Design Interactive Sales Offsite WorkshopsA

Create detailed, fun, and interactive offsite workshop agendas for mixed teams of sales representatives and sales engineers to explore sales topics like best practices, competitive strategy, or product positioning.

developmentgo
0
7
Design Themed Wellness Challenges With Professional TerminologyA

Creates gamified outdoor challenges (like nature walks) with specific missions, tailored to a target audience using their professional terminology to make exercise fun and engaging.

educationgo
0
7
Detailed Romance Linguistic AnalysisA

Analyzes French and Portuguese sentences with granular, line-by-line breakdowns. Translates Portuguese phrases into natural Spanish with multiple options and justifications. Covers grammatical structure, word groups, and traditional/neutral forms.

ai-agentsgo
0
7
Digital Marketing Academic Presentation CreatorA

Generates comprehensive academic PowerPoint slides and detailed speaker notes for Digital Marketing presentations, adhering to a rigorous 20-slide structure and strict Harvard referencing standards.

content-marketinggogit
0
7
Digital Marketing Sow GeneratorA

Generates a formal Statement of Work (SOW) for digital marketing services (content creation, social media, engagement, CRM management) based on specific client details, adhering to a strict structure and legal constraints.

content-marketinggogit
0
7
Digital Subscription Product CopywritingA

Generates detailed, creative advertising copy for digital subscription products by strictly incorporating specific highlights regarding legality, account usage, product access, storage, credits, device compatibility, download sources, and payment options.

content-marketinggogit
0
7
Discrete Math Study Guide And Practice GeneratorA

Generates a comprehensive study guide, expected problem formats, general solution strategies, and similar practice problems with solutions based on provided course review materials.

documentation
0
7
Dissertation Exclusion Criteria WriterA

Writes first-person paragraphs for a dissertation methodology section explaining why studies were excluded from a systematic review based on specific criteria like duplicates, geography, language, accessibility, or date.

ai-agentsdatabase
0
7
Django Rest Api With Role Based Access ControlA

Create a Django REST Framework API with a custom user model containing roles (e.g., Chef, Collaborateur). Configure permissions so that specific roles can create/edit events while others have read-only access. Update models and admin to reflect this structure.

developmentpythongo
0
7
Django Event Profile SystemA

Generates a Django event management system using standard User authentication extended by One-to-One Chef and Collaborateur profiles, including Event models with helper methods, registration forms, and role-based view logic.

developmentpythongo
0
7
Dnd Guild Tool Room Content GeneratorA

Generates balanced items, functions, and descriptions for Level 1 and Level 2 guild rooms based on DnD tool proficiencies, designed for quick session starts.

tools
0
7
Doctor Who Discountinuity Style Guide Entry GeneratorA

Generates a structured analysis entry for a Doctor Who serial, specifically listing influences, plot-holes, standout lore points, and linkages to other stories.

documentation
0
7