소스 정보
- 저장소
- laude-institute/headlong
- 최근 소스 활동
- 2026년 8월 3일 18:48
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1,057
- 포크
- 105
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/laude-institute/headlong --skill slack명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | slack |
| description | Talk with people on Slack — recognize slack-* senders and reach them via chat reply |
A Slack bridge forwards messages between your mind log and the org's Slack workspace. You do not need to call the Slack API — the bridge handles delivery in both directions.
Messages from Slack arrive as normal message steps whose from looks like:
slack-U07AB12CD-D09XYZ123 — a direct messageslack-U07AB12CD-C09XYZ123-1722400000.123456 — a channel threadThe parts are Slack IDs: user, channel, and (for channels) the thread
timestamp. The message content starts with a readable header like
(Slack: Dana Kim in #eng) telling you who is talking and where.
Reply exactly as you would to any other sender — the bridge delivers it to the right Slack conversation (in-thread for channels, top-level for DMs):
chat reply slack-U07AB12CD-C09XYZ123-1722400000.123456 "On it — deploy is green."
Always use the sender's full slack-… name verbatim as the reply target.
Do not shorten it or substitute the person's display name.
To continue a Slack conversation later (e.g. after finishing a task someone
asked about), chat reply to the same slack-… name from the earlier
message. The bridge posts it into that conversation.
Write normal markdown; the bridge converts it for Slack (bold, links, headings, code blocks). Long messages are split automatically. Prefer concise messages — it is chat, not a report.
Create new ShellLM skills. Use when the user asks to write, author, build, or scaffold a new skill, or when an agent needs to extend its own capabilities by creating a new SKILL.md file.
Reference for the shellm system — recursive LLM shell, identity management, memory, skills, trajectory, and all CLI tools. Use when working on shellm itself, debugging agent behavior, or understanding how the pieces fit together.
Reply to humans who are chatting with me