landim32

57 mods across 1 repository, 1 stars between them.

landim32/awesome-ai-skills

Skill Claude CodeCodex

Domain post type for band album campaigns — "reflexão sobre a música", a gap-filling post whose hook is derived from a track's lyrics and whose media is a vocal-only excerpt video. Use when filling an empty cadence slot in a band album campaign. Part of the band-album-campaign pack.

1 2mo ago A 69 tokens original MIT

landim32/awesome-ai-skills

Skill Claude CodeCodex

Domain convention for band album campaigns — undated streaming-launch announcement posts (Spotify/Deezer/Apple Music) under posts/pendente-streaming/, with Status aguardando, promoted to a dated slot when the streaming goes live. Use for streaming-launch announcements in a band album campaign. Part of the…

1 2mo ago A 73 tokens original MIT

ckm:banner-design

27

landim32/awesome-ai-skills

Skill Claude CodeCodex

Design banners for social media, ads, website heroes, creative assets, and print. Multiple art direction options with AI-generated visuals. Actions: design, create, generate banner. Platforms: Facebook, Twitter/X, LinkedIn, YouTube, Instagram, Google Display, website hero, print. Styles: minimalist, gradient, bold…

1 2mo ago A 121 tokens copy · 94% MIT

ckm:brand

28

landim32/awesome-ai-skills

Skill Claude CodeCodex

Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides.

1 2mo ago A 38 tokens copy · 94% MIT

deploy-prod

29

landim32/awesome-ai-skills

Skill Claude CodeCodex

Generates a GitHub Actions production deploy pipeline via SSH with sequential jobs. Reads docker-compose-prod.yml and .env.prod.example to auto-detect services, secrets, and network configuration.

1 2mo ago A 40 tokens original MIT

ckm:design-system

30

landim32/awesome-ai-skills

Skill Claude CodeCodex

Token architecture, component specifications, and slide generation. Three-layer tokens (primitive→semantic→component), CSS variables, spacing/typography scales, component specs, strategic slide creation. Use for design tokens, systematic design, brand-compliant presentations.

1 2mo ago A 55 tokens copy · 100% MIT

ckm:design

31

landim32/awesome-ai-skills

Skill Claude CodeCodex

Comprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG, Gemini 3.1 Pro), social photos…

1 2mo ago A 144 tokens copy · 94% MIT

doc-manager

32

landim32/awesome-ai-skills

Skill Claude CodeCodex

Manages project documents in Markdown format. Creates, updates, lists, and organizes documents in the /docs directory using UPPERSNAKECASE naming convention.

1 2mo ago A 35 tokens original MIT

landim32/awesome-ai-skills

Skill Claude CodeCodex

You are an expert assistant that standardizes Docker Compose configuration for .NET projects. You ensure secrets are properly managed via .env files and injected into containers using ASP.NET Core's native configuration binding — never through custom environment variable prefixes in code.

1 2mo ago A 0 tokens original MIT

dotnet-architecture

34

landim32/awesome-ai-skills

Skill Claude CodeCodex

Guides implementation of Clean Architecture in .NET projects. Covers all layers: DTO, Domain (Models, Services, Enums), Infra.Interfaces (Repository, AppServices), Infra (Context, Repository, AppServices), and Application (DI/Startup). Use when creating entities, services, repositories, or restructuring architecture.…

1 2mo ago A 82 tokens original MIT

landim32/awesome-ai-skills

Skill Claude CodeCodex

Generates comprehensive API documentation for a .NET REST controller. Use when the user wants to document API endpoints, generate controller docs, or create API reference documentation.

1 2mo ago A 37 tokens original MIT

dotnet-env

36

landim32/awesome-ai-skills

Skill Claude CodeCodex

Structures .NET project environments (Development, Docker, Production) with proper appsettings per environment, docker-compose files, .env management, SSL configuration for production, and deploy pipeline.

1 2mo ago A 40 tokens original MIT

landim32/awesome-ai-skills

Skill Claude CodeCodex

Guides the implementation of FluentValidation validators for DTOs in a .NET 8 project. Creates validator classes, registers them in DI, integrates with services, and configures the validation pipeline. Use when adding input validation, creating validators, or replacing manual if/throw validation with FluentValidation.

1 2mo ago A 65 tokens original MIT

dotnet-graphql

38

landim32/awesome-ai-skills

Skill Claude CodeCodex

Guides implementation of GraphQL with HotChocolate in .NET 8 projects following Clean Architecture. Creates the GraphQL project with single or multi-schema design, queries returning IQueryable for EF Core optimization, type extensions for computed fields, field hiding, error logging, and DI registration. Use when…

1 2mo ago A 79 tokens original MIT

dotnet-multi-tenant

39

landim32/awesome-ai-skills

Skill Claude CodeCodex

Implements Multi-Tenant pattern in .NET APIs with per-tenant database isolation, per-tenant JWT secrets, ACL layer with automatic TenantId propagation via DelegatingHandler, and dynamic DbContext factory. Covers TenantMiddleware, TenantContext, TenantResolver, TenantHeaderHandler, TenantDbContextFactory, and dynamic…

1 2mo ago A 72 tokens original MIT

dotnet-test-api

40

landim32/awesome-ai-skills

Skill Claude CodeCodex

Manages external API tests for .NET solutions using xUnit + Flurl.Http + FluentAssertions, with a shared IAsyncLifetime fixture that authenticates once per test session. Creates a dedicated .ApiTests project (separate from .Tests for unit tests). Default auth scheme is Generic JWT Bearer; NAuth, OAuth2…

1 2mo ago A 126 tokens original MIT

dotnet-test

41

landim32/awesome-ai-skills

Skill Claude CodeCodex

Manages unit tests using xUnit in .NET projects. Creates the test project if it doesn't exist, organizes tests by layer (Domain, Application, Infra, API), mirrors the source folder structure, and generates test files. Use when creating, updating, or organizing unit tests.

1 2mo ago A 60 tokens original MIT

frontend-design

42

landim32/awesome-ai-skills

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

1 2mo ago A 43 tokens copy · 89% MIT

maui-architecture

43

landim32/awesome-ai-skills

Skill Claude CodeCodex

Extension of dotnet-architecture for .NET MAUI apps. Covers MAUI-specific layers: SQLite model attributes, AutoMapper profiles, AppDatabase registration, ViewModels (CommunityToolkit.Mvvm), XAML Pages, Shell navigation, and MauiProgram.cs DI. Use AFTER or TOGETHER WITH dotnet-architecture for the backend layers (DTO…

1 2mo ago A 85 tokens original MIT

mermaid-chart

44

landim32/awesome-ai-skills

Skill Claude CodeCodex

Creates Mermaid diagrams (.mmd) and generates PNG images from them. Use when the user wants to create flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, or any other Mermaid-supported diagram.

1 2mo ago A 48 tokens original MIT

nauth-guide

45

landim32/awesome-ai-skills

Skill Claude CodeCodex

Guides how to integrate the NAuth package for user authentication in a .NET 8 project. Use when the user wants to add authentication, configure NAuth, use IUserClient, or understand the NAuth authentication flow.

1 2mo ago A 49 tokens original MIT

nnews-guide

46

landim32/awesome-ai-skills

Skill Claude CodeCodex

Guides how to integrate the NNews NuGet package for consuming the NNews CMS API in a .NET 8 project. Use when the user wants to consume articles, categories, tags, images, or AI-powered content generation from the NNews API.

1 2mo ago A 56 tokens original MIT

react-alert

47

landim32/awesome-ai-skills

Skill Claude CodeCodex

Display user-facing alerts, notifications, and feedback messages using toast notifications from the sonner library. Use this skill whenever the user asks to show an alert, notification, success message, error message, warning, or any kind of user feedback popup.

1 2mo ago A 52 tokens original MIT

react-arch

48

landim32/awesome-ai-skills

Skill Claude CodeCodex

Create the complete frontend architecture for a new entity in the React application. Generates TypeScript types, service class, context provider, custom hook, and registers the provider in main.tsx. Use this skill when the user asks to create a new entity, feature module, or domain area in the frontend.

1 2mo ago A 64 tokens original MIT