share-md/SKILL.md
Share Markdown files as public web pages via rentry.co. Paste MD → get URL. Use when asked to 'share', 'publish', 'send link' for any .md file or report.
npx skillsauth add snqb/my-skills share-mdInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Share Markdown as a public web page via rentry.co (FOSS, no tracking, no account).
~/.pi/agent/skills/share-md/share.ts
# Share a file
~/.pi/agent/skills/share-md/share.ts report.md
# Share with custom slug
~/.pi/agent/skills/share-md/share.ts report.md --slug my-report
# Update existing
~/.pi/agent/skills/share-md/share.ts report.md --slug my-report --edit-code SECRET
Output: URL to the published page.
Edit codes are saved to ~/.local/share/share-md/codes.json for future updates.
documentation
Enrich Markdown articles with inline Wikipedia links. First mention of each notable entity gets a hyperlink. Use when asked to add wiki links, enrich, or add references to .md files.
development
Structured visual QA: screenshot → batch issues → fix all → verify. Replaces the 300-cycle screenshot→edit death spiral. Optional bishkek review as exit gate. Use when building/polishing UI with browser testing, or when user asks for N iterations/reviews.
development
Find complex code, analyze intent, recommend battle-tested library replacements. Uses radon/eslint for detection, GitHub quality search for alternatives.
research
Research real-world UI patterns from curated galleries (Collect UI, Component Gallery, Mobbin). Use when exploring what exists: dropdowns, accordions, inputs, navigation, cards, modals, etc.