felix.zoesch c3f0fc2c12 Add n8n workflow specialist skill
Comprehensive skill for n8n workflow automation including:
- Workflow design and node configuration
- Expression writing reference (14 KB)
- Comprehensive troubleshooting guide (15 KB)
- Examples for common use cases
- Performance optimization tips

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-16 12:54:23 +01:00
2025-12-16 12:54:23 +01:00

Claude Skills Collection

This repository contains custom Claude Code skills for various use cases.

Available Skills

Home Assistant Skill

Location: homeassistant.skill (packaged) or skills/homeassistant/ (source)

Comprehensive Home Assistant smart home automation toolkit that helps with:

  • Creating and editing automations in YAML
  • Controlling and querying devices via the Home Assistant API
  • Writing and validating configuration files
  • Troubleshooting automation and configuration issues
  • Understanding Home Assistant concepts (triggers, conditions, actions)

Features:

  • Python scripts for API interaction
  • YAML validation tools
  • Pre-built automation templates
  • Comprehensive reference documentation
  • Troubleshooting guides

Installation

# Extract and install to personal skills directory
mkdir -p ~/.claude/skills/homeassistant
unzip homeassistant.skill -d ~/.claude/skills/
mv ~/.claude/skills/homeassistant/homeassistant/* ~/.claude/skills/homeassistant/
rmdir ~/.claude/skills/homeassistant/homeassistant

As Project Skill

# Extract and install to project skills directory
mkdir -p .claude/skills/homeassistant
unzip homeassistant.skill -d .claude/skills/
mv .claude/skills/homeassistant/homeassistant/* .claude/skills/homeassistant/
rmdir .claude/skills/homeassistant/homeassistant

Skill Structure

Skills in this repository include:

  • SKILL.md - Main skill documentation with YAML frontmatter
  • scripts/ - Executable Python/Bash scripts
  • references/ - Detailed documentation loaded as needed
  • assets/ - Templates and resources for output

Usage

Skills are automatically activated by Claude Code when relevant to your request. No manual invocation needed.

Contributing

This is a personal skill collection. Feel free to fork and adapt for your own use.

License

See individual skill directories for licensing information.

Description
No description provided
Readme 3 MiB
Languages
Python 84.6%
JavaScript 9%
HTML 4.1%
Shell 2.3%