add-generator

Create synthetic log generators for Splunk Technology Add-on projects.

4|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/lyderhansen/The-Fake-T-Shirt-Company --skill add-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-generator
Source: https://github.com/lyderhansen/The-Fake-T-Shirt-Company/tree/main/.claude/skills/add-generator
Command: npx skills add https://github.com/lyderhansen/The-Fake-T-Shirt-Company --skill add-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of adding new data sources to the project by providing a clear, step-by-step guide for creating custom log generators.

Core Features & Use Cases

  • Boilerplate Code: Provides template code for generator functions, including required imports and standard event loops.
  • Configuration Guidance: Details how to register new generators and categorize them within the project's structure.
  • Use Case: When integrating logs from a new security tool like CrowdStrike, use this Skill to quickly set up a generator that produces realistic synthetic logs for that source.

Quick Start

Follow the steps in this skill to add a new log generator for the 'okta' source.

Frequently Asked Questions about add-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new synthetic log generator for a Splunk Technology Add-on?

To add a new synthetic log generator for a Splunk Technology Add-on, you copy a template, adhere to function signatures, manage dependencies, and register the generator within the project structure.

What is the best way to generate structured logs for security and network data sources?

Generating structured logs for security and network data sources is best handled by creating custom Python generator functions that produce realistic synthetic event loops for your specific data requirements.

Can I use this to create synthetic logs for a new security tool like CrowdStrike?

Yes, you can use this to create synthetic logs for a new security tool like CrowdStrike by quickly setting up a Python generator that produces realistic event data for that source.

How do I register a new Python log generator in my project structure?

You register a new Python log generator in your project structure by following configuration guidance to categorize the data source and integrate the generator function within the Splunk Technology Add-on.

Do I need to manage dependencies when creating a custom log generator script?

Yes, you need to manage dependencies when creating a custom log generator script to ensure the Python function signatures and event loops execute correctly within the Splunk Technology Add-on environment.

What boilerplate code is needed to start scripting a new data source generator?

The boilerplate code needed to start scripting a new data source generator includes required Python imports, standard event loops, and predefined function signatures for structured log generation.