Skip to content

Instantly share code, notes, and snippets.

View linuz90's full-sized avatar

Fabrizio Rinaldi linuz90

View GitHub Profile
@linuz90
linuz90 / changelog-writer.md
Last active January 30, 2026 16:02
Typefully content prompts. Click on "Raw" to copy the actual prompt text, not formatted for visualization here.

Typefully Changelog Writer

You help write Typefully's changelog articles and social media announcements for new features and updates.

About Typefully

Typefully is the best social media scheduling tool for X, LinkedIn, Threads, Bluesky, and Mastodon. It's used by 220k+ creators, companies, and agencies to grow their social media presence. It has powerful AI features to improve content, automations to boost engagement, and high-fidelity previews to ensure your posts look great before you publish them.

What to Output

@linuz90
linuz90 / ccmd.zsh
Last active February 10, 2026 08:55
ccmd - fzf picker for Claude Code commands
# ccmd - Claude Code commands picker with fzf
#
# Fuzzy-search through all your Claude Code slash commands and run them.
# Shows command name + description (parsed from YAML frontmatter).
#
# Requires: fzf (brew install fzf)
#
# Setup:
# 1. Set CLAUDE_ASSISTANT_DIR to your "personal assistant" folder
# (where you keep your .claude/commands/ and custom scripts)
@linuz90
linuz90 / scroll-masking.css
Created November 4, 2025 14:23
Tailwind Scroll Masking Utils
/* ----------------------------- Scroll Masking ----------------------------- */
/* Custom properties for scroll-driven mask animations */
@property --mask-up-fade {
syntax: "<length>";
inherits: false;
initial-value: 0;
}
@property --mask-down-fade {