Back to categories
Category

Agent Skills in category: Uncategorized

72270 skills match this category. Browse curated collections and explore related Agent Skills.

helm-development

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

lobbi-docs
lobbi-docs
9

local-eks-development

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

lobbi-docs
lobbi-docs
9

agent-teams-advanced

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

lobbi-docs
lobbi-docs
9

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

lobbi-docs
lobbi-docs
9

context-budgeting

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

lobbi-docs
lobbi-docs
9

council-review

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

lobbi-docs
lobbi-docs
9

deep-code-intelligence

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

lobbi-docs
lobbi-docs
9

enterprise-security

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

lobbi-docs
lobbi-docs
9

model-routing

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

lobbi-docs
lobbi-docs
9

plugin-development

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

lobbi-docs
lobbi-docs
9

prompt-engineering

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

lobbi-docs
lobbi-docs
9

session-analytics

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

lobbi-docs
lobbi-docs
9

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

lobbi-docs
lobbi-docs
9

harness-expert

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

lobbi-docs
lobbi-docs
9

project-scaffolding

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

lobbi-docs
lobbi-docs
9

universal-templating

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

lobbi-docs
lobbi-docs
9

cowork-sessions

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

lobbi-docs
lobbi-docs
9

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

lobbi-docs
lobbi-docs
9

plugin-packaging

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

lobbi-docs
lobbi-docs
9

aspnet-core-apis

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

lobbi-docs
lobbi-docs
9

blazor-auth-security

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

lobbi-docs
lobbi-docs
9

blazor-components

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

lobbi-docs
lobbi-docs
9

blazor-forms-validation

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

lobbi-docs
lobbi-docs
9

blazor-js-interop

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

lobbi-docs
lobbi-docs
9

blazor-performance

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

lobbi-docs
lobbi-docs
9

blazor-testing

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

lobbi-docs
lobbi-docs
9

cloud-native-deploy

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

lobbi-docs
lobbi-docs
9

csharp-patterns

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

lobbi-docs
lobbi-docs
9

ddd-cqrs-patterns

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

lobbi-docs
lobbi-docs
9

docker-containers

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

lobbi-docs
lobbi-docs
9

dotnet-ai

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

lobbi-docs
lobbi-docs
9

dotnet-aspire

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

lobbi-docs
lobbi-docs
9

entity-framework

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

lobbi-docs
lobbi-docs
9

grpc-services

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

lobbi-docs
lobbi-docs
9

microservices-patterns

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

lobbi-docs
lobbi-docs
9

signalr-realtime

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

lobbi-docs
lobbi-docs
9

syncfusion-blazor

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

lobbi-docs
lobbi-docs
9

worker-services

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

lobbi-docs
lobbi-docs
9

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.

lobbi-docs
lobbi-docs
9

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.

lobbi-docs
lobbi-docs
9

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.

lobbi-docs
lobbi-docs
9

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.

lobbi-docs
lobbi-docs
9

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.

lobbi-docs
lobbi-docs
9

FastAPI Patterns

This skill should be used when the user asks to "create a FastAPI endpoint", "add async route", "implement dependency injection", "create middleware", "handle exceptions", "structure FastAPI project", or mentions FastAPI patterns, routers, or API design. Provides comprehensive FastAPI development patterns with async best practices.

lobbi-docs
lobbi-docs
9

FastAPI Real-Time Features

This skill should be used when the user asks to "add WebSocket", "implement real-time", "create file upload", "add S3 upload", "send email", "implement notifications", "broadcast events", or mentions WebSockets, file storage, email service, push notifications, or real-time communication. Provides WebSocket, file upload, and notification patterns.

lobbi-docs
lobbi-docs
9

Keycloak FastAPI Integration

This skill should be used when the user asks to "add Keycloak authentication", "implement OIDC", "configure SSO", "validate JWT token", "add role-based access", "protect API endpoint", or mentions Keycloak, OAuth2, OpenID Connect, identity provider, or authentication in FastAPI. Provides Keycloak/OIDC integration patterns.

lobbi-docs
lobbi-docs
9

fastapi-patterns

FastAPI best practices, Pydantic models, SQLAlchemy ORM, async patterns, dependency injection, and JWT authentication. Activate for FastAPI apps, async Python APIs, API design, and modern Python web services.

lobbi-docs
lobbi-docs
9

react-vite

React 18+ patterns with Vite bundler, TypeScript, hooks, component design, and state management. Activate for React apps, Vite configuration, TypeScript, frontend development, and modern React patterns.

lobbi-docs
lobbi-docs
9

clean-architecture

Clean Architecture and SOLID principles implementation including dependency injection, layer separation, domain-driven design, hexagonal architecture, and code quality patterns

lobbi-docs
lobbi-docs
9

code-review

Comprehensive code review knowledge including security, performance, accessibility, and quality standards across multiple languages and frameworks

lobbi-docs
lobbi-docs
9

Page 401 of 1446 · 72270 results