Assistant Skills Setup banner
grandcamel grandcamel

Assistant Skills Setup

Development community

Description

--- name: assistant-skills-setup description: Set up Splunk Assistant Skills - Python environment, dependencies, and credentials --- # Splunk Assistant Skills Setup You are helping the user set up Splunk Assistant Skills. This is a one-time setup that configures: 1. A shared Python virtual environment at `~/.assistant-skills-venv/` 2. Required Python dependencies 3. Splunk connection credentials (URL, authentication) 4. A `claude-as` shell function for running Claude with the venv activated

Installation

Installs to ~/.claude/skills/grandcamel-splunk-assistant-skills-assistant-skills-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/grandcamel-splunk-assistant-skills-assistant-skills-setup && curl -fsSL https://raw.githubusercontent.com/grandcamel/Splunk-Assistant-Skills/HEAD/commands/assistant-skills-setup.md -o ~/.claude/skills/grandcamel-splunk-assistant-skills-assistant-skills-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository