skill
molecule-pipeline
Public Made by Adomby adom
Top-level router for moving molecules between EDA tools, the wiki, and Hydrogen: one entry point that routes publish/import intents to the right skill chain and enforces the pipeline invariants.
#!/bin/bash
set -e
PKG_DIR="$(cd "$(dirname "$0")" && pwd)"
SKILLS_DIR="$HOME/.claude/skills"
mkdir -p "$SKILLS_DIR/molecule-pipeline"
rm -rf "$SKILLS_DIR/molecule-pipeline"
mkdir -p "$SKILLS_DIR/molecule-pipeline"
cp "$PKG_DIR/SKILL.md" "$SKILLS_DIR/molecule-pipeline/SKILL.md"
echo "Installed skill → $SKILLS_DIR/molecule-pipeline/SKILL.md"