From org-generator
This skill auto-detects when a user wants to set up a new Datadog client infrastructure and triggers the appropriate generation workflow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/org-generator:generateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill auto-detects when a user wants to set up a new Datadog client infrastructure and triggers the appropriate generation workflow.
This skill auto-detects when a user wants to set up a new Datadog client infrastructure and triggers the appropriate generation workflow.
This skill activates when the user's intent matches:
When detected, this skill:
Extracts client name from user input
Checks for existing setup
~/datadog_terraform/<client-name>/Initiates generation workflow
/org-generator:generate <client-name>~/datadog_terraform/<client-name>/questionnaire.mdProvides next steps
/org-generator:applyUser: "I need to set up Datadog monitoring for Acme Corporation"
Skill Response:
Detected new client setup request for "Acme Corporation"
Client name: acme-corp
Target directory: ~/datadog_terraform/acme-corp/
Generating questionnaire...
Questionnaire created at:
~/datadog_terraform/acme-corp/questionnaire.md
Next steps:
1. Fill out the questionnaire with client requirements
2. Run: /org-generator:apply acme-corp
User: "Set up Datadog for acme-corp"
Skill Response (if exists):
Found existing setup for acme-corp at:
~/datadog_terraform/acme-corp/
Options:
1. Continue with existing setup (run /org-generator:apply acme-corp)
2. Regenerate questionnaire (overwrites existing)
3. View current questionnaire
What would you like to do?
Client names must:
Invalid names are automatically corrected:
The skill also reminds users about the environment variable convention:
For client "acme-corp", you'll need these environment variables:
- TF_VAR_acme_corp_api_key
- TF_VAR_acme_corp_app_key
Note: Hyphens become underscores in variable names.
npx claudepluginhub nokodoko/agents --plugin org-generatorQuery Datadog data via pup CLI or generate code for application integration. Supports 200+ subcommands for metrics, logs, traces, monitors, dashboards, and more.
Generates provider-specific IaC code in Terraform, OpenTofu, Pulumi, CDK, Bicep or Kubernetes manifests for configured cloud providers, validates via multi-level ladder, and produces architecture specs.
Sets up Datadog Cloud SIEM and CSM for threat detection and compliance. Covers agent setup, log ingestion, detection rules, dashboards, and alerts for cloud/hybrid infrastructure.