LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: dependency injection

Browse skills that share this tag.

  • py-fastapi-patterns - FastAPI Patterns for API Design
    FastAPIAPI designPythonOpenAPI

    ★ 63 · Updated 2026-06-30

    FastAPI patterns for API design including dependency injection, response models, error handling, and OpenAPI schema generation.

    ⚙ Define dependency injection chains⚙ Specify response models⚙ Handle HTTP errors with exceptions
  • dotnet-csharp-dependency-injection - Microsoft.Extensions.DependencyInjection Patterns
    dotnetcsharpdependency injectionDI

    ★ 0 · Updated 2026-06-30

    Register and resolve services with lifetimes, keyed services, decoration, factory delegates, and hosted services.

    ⚙ register services⚙ resolve services⚙ configure service lifetimes
  • dotnet-csharp-dependency-injection - .NET Dependency Injection Patterns
    dependency injection.NETC#IoC container

    ★ 9 · Updated 2026-06-30

    Register and resolve services with Microsoft DI

    ⚙ register transient service⚙ register scoped service⚙ register singleton service
  • angular-developer - Angular Code Generator and Architectural Guide
    Angularcode generationweb developmentfrontend

    ★ 712 · Updated 2026-06-15

    Generates Angular code and provides architectural guidance for projects, components, services, and best practices

    ⚙ generate Angular code⚙ create Angular projects⚙ create Angular components
  • service-implementation - Effect Service Implementation Skill
    service designEffectmicroservicesdependency injection

    ★ 74 · Updated 2026-05-09

    Design and implement Effect services as focused capabilities that compose into complete solutions

    ⚙ design services as capabilities⚙ implement fine-grained services⚙ avoid monolithic service design
  • moostjs - Moost Framework for TypeScript
    TypeScriptevent-drivenHTTPCLI

    ★ 4 · Updated 2026-05-09

    Build decorator-driven TypeScript apps for HTTP, CLI, WebSocket, Workflow events

    ⚙ create controllers⚙ register controllers⚙ handle HTTP requests
  • fn-args-deps - Functions over classes with explicit DI
    dependency injectionfunctional programmingcode architectureTypeScript

    ★ 18 · Updated 2026-03-23

    Enforce fn(args, deps) pattern for business logic functions with explicit dependency injection

    ⚙ declare function deps types⚙ use per-function dependencies⚙ wire deps at boundary
  • fn-args-deps - Functions Over Classes with Dependency Injection
    dependency injectiontestingTypeScriptcode patterns

    ★ 602 · Updated 2026-03-23

    Enforce fn(args, deps) pattern with explicit dependency injection for business logic functions

    ⚙ declare explicit dependency types⚙ implement functions over classes⚙ create factory functions
  • crane-architecture - Crane Architecture Patterns Guide
    smart contractsarchitecturemodularupgradeable

    ★ 0 · Updated 2026-03-20

    Provides guidance on Crane's core architectural patterns for building modular, upgradeable smart contracts

    ⚙ explain facet-target-repo architecture⚙ demonstrate storage slot pattern⚙ show guard function implementation
  • nestjs-best-practices - NestJS Best Practices Guide
    NestJSbackendbest practicesarchitecture

    ★ 0 · Updated 2026-03-10

    Comprehensive NestJS best practices with 40 rules across 10 categories

    ⚙ write modules⚙ implement authentication⚙ review code
  • Android Dependency Injection (Hilt) - Android Hilt Dependency Injection Setup and Standards
    androiddependency injectionhiltdagger

    ★ 3 · Updated 2026-02-12

    Standards for Hilt setup, scoping, and modules in Android applications

    ⚙ annotate Application class⚙ annotate Activities/Fragments⚙ use @Binds annotation