Files
prowler/skills/prowler-provider/references/provider-docs.md
Alan Buscaglia 7f2fa275c6 feat: add AI skills pack for Claude Code and OpenCode (#9728)
Co-authored-by: Rubén De la Torre Vico <ruben@prowler.com>
Co-authored-by: Adrián Jesús Peña Rodríguez <adrianjpr@gmail.com>
Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
2026-01-09 15:01:18 +01:00

1.1 KiB

Provider Documentation

Local Documentation

For detailed provider development patterns, see:

Core Documentation

  • docs/developer-guide/provider.mdx - Provider architecture and creation guide
  • docs/developer-guide/services.mdx - Adding services to existing providers

Provider-Specific Details

  • docs/developer-guide/aws-details.mdx - AWS provider implementation
  • docs/developer-guide/azure-details.mdx - Azure provider implementation
  • docs/developer-guide/gcp-details.mdx - GCP provider implementation
  • docs/developer-guide/kubernetes-details.mdx - Kubernetes provider implementation
  • docs/developer-guide/github-details.mdx - GitHub provider implementation
  • docs/developer-guide/m365-details.mdx - Microsoft 365 provider implementation
  • docs/developer-guide/alibabacloud-details.mdx - Alibaba Cloud provider implementation
  • docs/developer-guide/llm-details.mdx - LLM provider implementation

Contents

The documentation covers:

  • Provider types (SDK, API, Tool/Wrapper)
  • Provider class structure and identity
  • Service creation patterns
  • Client singleton implementation
  • Provider-specific authentication and API patterns