← ClaudeAtlas

uselink-skillslisted

Agent skills for publishing engineering artifacts to uselink — repo summaries, PR digests, changelogs, API docs, onboarding guides, reports, and specs. Each skill gathers data, generates HTML, and publishes via the uselink CLI.
spartan-hieuvo/claude-skills · ★ 0 · Web & Frontend · score 78
Install: claude install-skill spartan-hieuvo/claude-skills
> **This file is NOT a skill.** It is the entry point for the uselink skill pack. Agents should read the individual skill files listed in `includes` above. ## Overview [uselink](https://uselink.com) lets you publish Markdown and HTML to a shareable link in seconds — perfect for sharing AI-generated engineering artifacts with stakeholders who don't have repo access. This skill pack teaches Claude Code to generate and publish various engineering documents to uselink automatically. ## Required Environment Setup Before any skill can publish, the uselink CLI must be installed and configured: ```bash # Check prerequisites which uselink || echo "Install with: npm install -g uselink" test -f ~/.uselink/config.json || echo "Run: uselink login" ``` `uselink login` is interactive (prompts for API key) — Claude cannot run it. The user must do this step manually. ## Skill Modules | Module | What it does | |--------|-------------| | `uselink-publish` | Publish any Markdown or HTML file to uselink | | `uselink-report` | Generate code review, architecture, or sprint reports and publish | | `uselink-share-spec` | Share planning specs from `.planning/` with stakeholders | | `uselink-repo-summary` | Scan a GitHub repo and publish an architecture overview | | `uselink-pr-digest` | Summarize a PR as a stakeholder-friendly page and publish | | `uselink-changelog` | Generate release notes from git history and publish | | `uselink-api-docs` | Scan controllers/routes and publish API document