leather-changelog

Leather Release Communications

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "leather-changelog" with this command: npx skills add leather-io/mono/leather-io-mono-leather-changelog

Leather Release Communications

Generate consistent, on-brand release communications for Leather wallet across changelog entries, X posts, and Slack announcements.

Process

  • Gather context — Review provided feature description, Linear project, or GitHub PRs

  • Identify the "why" — Determine the user problem being solved or improvement being delivered

  • Read format references — See references/voice-and-formats.md for voice guidelines and templates

  • Generate outputs — Create requested formats (changelog, X post, Slack, or all three)

Output Summary

Format Purpose Length

Changelog Permanent product record at app.leather.io/changelog 50-150 words

X single Quick announcement for smaller features 280 chars max

X thread Major releases needing context 3-5 tweets

Slack Community announcement 100-200 words

Voice Principles

  • Lead with impact — Start with why this matters to users, not what changed technically

  • Understated confidence — Let the product speak; avoid hype words ("excited", "thrilled", "game-changing")

  • One idea per sentence — Short, declarative statements

  • Show don't tell — Concrete benefits over abstract claims

See references/voice-and-formats.md for detailed guidelines and examples.

Sanity CMS Integration

Use scripts/sanity-changelog.js to upload changelog entries to Sanity CMS as drafts.

Setup

export SANITY_PROJECT_ID="your-project-id" export SANITY_DATASET="production" # optional, defaults to "production" export SANITY_API_TOKEN="your-write-token"

Usage

Test upload without creating (dry run)

node scripts/sanity-changelog.js --title "Feature title" --body changelog.md --dry-run

Create draft in Sanity

node scripts/sanity-changelog.js --title "Feature title" --body changelog.md

With custom slug and publication date

node scripts/sanity-changelog.js
--title "Feature title"
--body changelog.md
--slug "custom-slug"
--published-at "2025-01-15T10:00:00Z"

Markdown Support

The script converts markdown to Sanity Portable Text:

  • Paragraphs (separated by blank lines)

  • Headings

and ### Headings → h2 blocks

  • bold , italic , code inline formatting

Options

Option Description

--title, -t

Changelog entry title (required)

--body, -b

Path to markdown file (required)

--slug, -s

URL slug (auto-generated if not provided)

--published-at

ISO datetime (default: now)

--hero-image

Sanity asset ID for hero image

--dry-run

Test without creating document

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ll-feishu-audio

飞书语音交互技能。支持语音消息自动识别、AI 处理、语音回复全流程。需要配置 FEISHU_APP_ID 和 FEISHU_APP_SECRET 环境变量。使用 faster-whisper 进行语音识别,Edge TTS 进行语音合成,自动转换 OPUS 格式并通过飞书发送。适用于飞书平台的语音对话场景。

Archived SourceRecently Updated
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

51mee-resume-profile

简历画像。触发场景:用户要求生成候选人画像;用户想了解候选人的多维度标签和能力评估。

Archived SourceRecently Updated
General

51mee-resume-parse

简历解析。触发场景:用户上传简历文件要求解析、提取结构化信息。

Archived SourceRecently Updated