#!/usr/bin/env bash set -euo pipefail # Lease Abstract Analyzer # skill_slug=lease-abstract-analyzer # Curated gallery cards for the skills library. SKILL.md implementations and installs live in your skills library repo under the active projects folder—not in this repository. Edit this file when you add or rename skills. SKILL_SLUG="lease-abstract-analyzer" echo "Skill: $SKILL_SLUG" echo "Copy SKILL.md from your PKM skills library into your agent skills directory, e.g.:" echo " ~/.cursor/skills/$SKILL_SLUG/SKILL.md" echo "Adapt the path for your editor (Codex, Claude Code, etc.)."