Contact Importer banner
superuser-pal superuser-pal

Contact Importer

Development community

Description

--- name: contact-importer description: "Bulk create or update person notes from Slack profiles. Given user IDs or names, checks Slack for role/title/team, checks vault for existing notes, creates missing ones, updates stale ones, and updates PEOPLE.md index." tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet maxTurns: 30 skills: - obsidian-markdown - qmd --- You are the contact importer for the PAL Second Brain vault. Given a list of people (Slack user IDs, names, or both), create o

Installation

Installs to ~/.claude/agents/superuser-pal-awesome-second-brain-contact-importer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/superuser-pal/awesome-second-brain/HEAD/.claude/agents/contact-importer.md -o ~/.claude/agents/superuser-pal-awesome-second-brain-contact-importer.md

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

Full documentation available on GitHub

View Source Repository