Back to authors
lobbi-docs

lobbi-docs

159 Skills published on GitHub.

GitOps Patterns

ArgoCD ApplicationSets, progressive delivery, Harness GitX, and multi-cluster GitOps patterns

UncategorizedView skill →

Harness API Operations

Comprehensive guide for Harness Platform API authentication, rate limiting, error handling, and endpoint operations

UncategorizedView skill →

Pattern Extraction

Detect and extract patterns from codebases for template generation

UncategorizedView skill →

Template Validation

Validate Cookiecutter templates, Terraform modules, and Harness pipelines

UncategorizedView skill →

harness-code-integration

Harness Code repository workflows, triggers, PR pipelines, branch protection, and GitOps integration for AWS EKS deployments

UncategorizedView skill →

harness-eks-deployments

AWS EKS deployment patterns via Harness CD - Native Helm, Kubernetes manifests, and GitOps strategies with rolling, canary, and blue-green deployments

UncategorizedView skill →

harness-keycloak-auth

Keycloak OIDC integration with Harness pipelines, EKS IRSA, service account authentication, and realm-as-code patterns

UncategorizedView skill →

helm-development

Helm chart development workflow including chart structure, values management, testing, linting, and publishing for EKS deployments with Keycloak integration

UncategorizedView skill →

local-eks-development

Local Kubernetes development with EKS parity using Kind, LocalStack for AWS services, and local Keycloak for authentication testing

UncategorizedView skill →

agent-teams-advanced

Advanced patterns for Claude Code Agent Teams — topology design, cross-team communication, worktree coordination, failure handling, and cost management

UncategorizedView skill →

cicd-integration

Patterns for integrating Claude Code into CI/CD pipelines — GitHub Actions, GitLab CI, pre-commit hooks, automated PR reviews, headless mode, and cost control

UncategorizedView skill →

context-budgeting

Advanced context window management — token arithmetic, anchor budget math, compact strategies, progressive loading, and large codebase partitioning

UncategorizedView skill →

council-review

Domain knowledge for multi-agent council review protocols, orchestration patterns, scoring systems, and deliberation frameworks

UncategorizedView skill →

deep-code-intelligence

Evidence-driven workflow for hard coding problems, architecture decisions, root-cause analysis, and high-stakes implementation planning in Claude Code

UncategorizedView skill →

enterprise-security

Enterprise-grade security patterns for Claude Code — audit logging, compliance frameworks, secrets management, permission hardening, network security, and managed settings enforcement

UncategorizedView skill →

model-routing

Intelligent model selection for Claude Code — decision matrices, cost tables, budget planning, and subagent model assignment for optimal cost/quality tradeoffs

UncategorizedView skill →

plugin-development

Complete guide to building Claude Code plugins — manifest schema, command/skill/agent/hook authoring, MCP server development, marketplace publishing, and testing

UncategorizedView skill →

prompt-engineering

Crafting effective prompts, CLAUDE.md instructions, rules, agent system prompts, and skill bodies for optimal Claude Code behavior

UncategorizedView skill →

session-analytics

Understanding and optimizing Claude Code session performance — token tracking, bottleneck identification, caching behavior, and cost estimation

UncategorizedView skill →

worked-examples

Step-by-step tutorials and worked examples for common Claude Code workflows — setup, debugging, code review, agent teams, hooks, memory, optimization, and CI/CD

UncategorizedView skill →

harness-expert

Expert-level Harness template types, runtime inputs, expression language, pipeline patterns (CI/CD, GitOps, Canary, Blue-Green), versioning, and step configurations

UncategorizedView skill →

project-scaffolding

Project type detection matrix, template recommendations per project type, post-scaffolding checklist, Harness integration patterns, and testing recommendations

UncategorizedView skill →

universal-templating

Master all templating formats - Handlebars, Cookiecutter, Copier, Maven, and Harness - with format selection matrix, generation workflows, and best practices

UncategorizedView skill →

cowork-sessions

Knowledge for launching, managing, and monitoring cowork sessions that orchestrate multiple plugin agents in parallel

UncategorizedView skill →

plugin-catalog

Domain knowledge for the cowork marketplace seed catalog, including all 17 items mapped to 16 installed plugins with their agents, skills, and commands

UncategorizedView skill →

plugin-packaging

Knowledge for exporting marketplace items as Cowork-compatible plugin ZIPs for distribution via Claude Desktop private marketplaces

UncategorizedView skill →

aspnet-core-apis

ASP.NET Core API development with minimal APIs, controllers, middleware, OpenAPI, and best practices

UncategorizedView skill →

blazor-auth-security

Authentication and authorization in Blazor with ASP.NET Core Identity, Entra ID, JWT, and policy-based auth

UncategorizedView skill →

blazor-components

Blazor component model including render modes, lifecycle, parameters, event handling, and component communication

UncategorizedView skill →

blazor-forms-validation

Blazor forms, EditForm, input components, DataAnnotations, FluentValidation, and custom validation

UncategorizedView skill →

blazor-js-interop

JavaScript interop in Blazor for calling JS from .NET and .NET from JS

UncategorizedView skill →

blazor-performance

Blazor rendering optimization, virtualization, lazy loading, caching, and memory management

UncategorizedView skill →

blazor-testing

Testing Blazor apps with bUnit, xUnit, WebApplicationFactory, and integration testing patterns

UncategorizedView skill →

cloud-native-deploy

Deploying .NET apps to Azure Container Apps, App Service, Docker, and Kubernetes with CI/CD

UncategorizedView skill →

csharp-patterns

Modern C# 13/15 patterns, LINQ mastery, async/await, records, pattern matching, .NET 10/11 features, and .NET AI integration

UncategorizedView skill →

ddd-cqrs-patterns

Domain-Driven Design and CQRS patterns for .NET microservices including aggregates, value objects, domain events, repositories, and application layer design

UncategorizedView skill →

docker-containers

Multi-container .NET applications with Docker Compose, container orchestration, and development environments

UncategorizedView skill →

dotnet-ai

.NET AI integration with Microsoft.Extensions.AI, Semantic Kernel, MCP servers, embeddings, vector search, and agent frameworks

UncategorizedView skill →

dotnet-aspire

.NET Aspire for cloud-native app orchestration, service discovery, telemetry, and component integrations

UncategorizedView skill →

entity-framework

Entity Framework Core patterns for data access, migrations, relationships, performance, and best practices

UncategorizedView skill →

grpc-services

gRPC service development in .NET for high-performance inter-service communication

UncategorizedView skill →

microservices-patterns

.NET microservices patterns including service decomposition, communication, CQRS, saga, and resilience

UncategorizedView skill →

signalr-realtime

SignalR for real-time communication in Blazor apps including hubs, groups, streaming, and scaling

UncategorizedView skill →

syncfusion-blazor

Syncfusion Blazor component library with DataGrid, Charts, Scheduler, PDF, and 80+ components

UncategorizedView skill →

worker-services

Background tasks and worker services with IHostedService, BackgroundService, and .NET hosted service patterns

UncategorizedView skill →

Beanie ODM

This skill should be used when the user asks to "create MongoDB model", "define Beanie document", "write MongoDB query", "create aggregation pipeline", "run database migration", "index MongoDB collection", or mentions Beanie, Motor, MongoDB documents, or async database operations. Provides MongoDB/Beanie ODM patterns for FastAPI.

UncategorizedView skill →

FastAPI Background Tasks

This skill should be used when the user asks to "create background task", "add async job", "implement task queue", "schedule periodic task", "use Celery", "use ARQ", "process async", or mentions background processing, task queues, job scheduling, workers, or async jobs. Provides multiple task queue framework patterns.

UncategorizedView skill →

FastAPI Caching

This skill should be used when the user asks to "add caching", "implement Redis cache", "cache API response", "invalidate cache", "add cache layer", "optimize with caching", or mentions Redis, caching strategies, cache invalidation, or performance optimization. Provides Redis caching patterns for FastAPI.

UncategorizedView skill →

FastAPI Kubernetes Deployment

This skill should be used when the user asks to "deploy FastAPI to Kubernetes", "create Dockerfile", "build Docker image", "write Helm chart", "configure K8s deployment", "add health checks", "scale FastAPI", or mentions Docker, Kubernetes, K8s, containers, Helm, or deployment. Provides containerization and orchestration patterns.

UncategorizedView skill →

FastAPI Observability

This skill should be used when the user asks to "add logging", "implement metrics", "add tracing", "configure Prometheus", "setup OpenTelemetry", "add health checks", "monitor API", or mentions observability, APM, monitoring, structured logging, distributed tracing, or Grafana. Provides comprehensive observability patterns.

UncategorizedView skill →

Page 2 of 4 · 159 results