{"id":50771562,"url":"https://github.com/compilet-dev/agent-skill-uselink","last_synced_at":"2026-06-11T19:30:27.075Z","repository":{"id":360638002,"uuid":"1251031936","full_name":"compilet-dev/agent-skill-uselink","owner":"compilet-dev","description":"Agent skills for publishing engineering docs, repo summaries, PR digests, changelogs, API docs, onboarding guides, and specs to Uselink.","archived":false,"fork":false,"pushed_at":"2026-05-27T07:33:11.000Z","size":116,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-27T09:19:19.172Z","etag":null,"topics":["agent-skills","anthropic","claude-code","claude-skill","documentation","engineering-docs","publishing","uselink"],"latest_commit_sha":null,"homepage":"https://uselink.app","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/compilet-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-27T07:22:19.000Z","updated_at":"2026-05-27T07:33:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/compilet-dev/agent-skill-uselink","commit_stats":null,"previous_names":["compilet-dev/agent-skill-uselink"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/compilet-dev/agent-skill-uselink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compilet-dev%2Fagent-skill-uselink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compilet-dev%2Fagent-skill-uselink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compilet-dev%2Fagent-skill-uselink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compilet-dev%2Fagent-skill-uselink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compilet-dev","download_url":"https://codeload.github.com/compilet-dev/agent-skill-uselink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compilet-dev%2Fagent-skill-uselink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34215253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","anthropic","claude-code","claude-skill","documentation","engineering-docs","publishing","uselink"],"created_at":"2026-06-11T19:30:20.852Z","updated_at":"2026-06-11T19:30:27.068Z","avatar_url":"https://github.com/compilet-dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uselink Skills for Claude Code\n\nAgent skills that publish engineering artifacts to [uselink](https://uselink.app) -- shareable docs in seconds, no deploy pipeline needed.\n\nEach skill follows the same pattern: **gather data -\u003e generate HTML -\u003e publish via CLI -\u003e return shareable link.**\n\n## What is Uselink?\n\n[uselink](https://uselink.app) is a platform for publishing Markdown and HTML to a clean, shareable URL. Paste your AI-generated docs, specs, or reports, publish in seconds, and share the link with stakeholders who can read and comment -- no repo access needed.\n\n## Prerequisites\n\n### 1. Create a Uselink account\n\nSign up at [uselink.app](https://uselink.app) (free tier available -- 3 published docs, no credit card required).\n\n### 2. Generate an API key\n\n1. Log in to [uselink.app](https://uselink.app)\n2. Go to **Settings** \u003e **API Keys**\n3. Click **Create API Key**\n4. Copy the key (starts with `ulk_`)\n\n### 3. Install and configure the CLI\n\n```bash\n# Install the CLI globally\nnpm install -g uselink\n\n# Save your API key (interactive prompt)\nuselink login\n```\n\nWhen prompted, paste the API key you copied from step 2.\n\n### 4. Verify setup\n\n```bash\nwhich uselink                # should print a path\ncat ~/.uselink/config.json   # should show api_key and api_url\n```\n\nIf both commands succeed, you're ready to use the skills.\n\n## Installation\n\n### Via `npx skills` (Recommended)\n\n```bash\n# Install all skills\nnpx skills add compilet-dev/agent-skill-uselink\n\n# Install a specific skill\nnpx skills add compilet-dev/agent-skill-uselink --skill uselink-repo-summary\n\n# List available skills\nnpx skills add compilet-dev/agent-skill-uselink --list\n\n# Install globally (available in all projects)\nnpx skills add compilet-dev/agent-skill-uselink -g\n```\n\n### Via Claude Code (Manual)\n\n```bash\ngit clone https://github.com/compilet-dev/agent-skill-uselink.git\ncp -R agent-skill-uselink/skills/* /path/to/your-project/.claude/skills/\n```\n\nOr install from the marketplace manifest:\n\n```bash\nclaude skills install ./marketplace.json\n```\n\n## Available Skills\n\n| Skill | What it does |\n|-------|-------------|\n| [uselink-publish](skills/uselink-publish/) | Publish any Markdown or HTML file to uselink |\n| [uselink-report](skills/uselink-report/) | Generate code review, architecture, or sprint reports and publish |\n| [uselink-share-spec](skills/uselink-share-spec/) | Share planning specs from `.planning/` with stakeholders |\n| [uselink-repo-summary](skills/uselink-repo-summary/) | Scan a GitHub repo and publish an architecture overview |\n| [uselink-pr-digest](skills/uselink-pr-digest/) | Summarize a PR as a stakeholder-friendly page and publish |\n| [uselink-changelog](skills/uselink-changelog/) | Generate release notes from git history and publish |\n| [uselink-api-docs](skills/uselink-api-docs/) | Scan controllers/routes and publish API documentation |\n| [uselink-onboarding](skills/uselink-onboarding/) | Generate a new-developer onboarding guide and publish |\n\n## Typical Workflows\n\n### 1. Share a repo with a new team member\n\n```\n/uselink-repo-summary     -\u003e architecture overview link\n/uselink-onboarding       -\u003e getting-started guide link\n```\n\nSend both links -- the new hire reads them before touching the code.\n\n### 2. Ship a release and notify stakeholders\n\n```\n/uselink-changelog        -\u003e release notes link\n/uselink-pr-digest #42    -\u003e detailed PR summary link\n```\n\nShare the changelog in Slack. Link the PR digest for anyone who wants details.\n\n### 3. Document the API for a partner\n\n```\n/uselink-api-docs         -\u003e API reference link\n```\n\nNo Swagger setup, no API gateway. Just scan the code and share.\n\n### 4. Sprint review\n\n```\n/uselink-report           -\u003e sprint summary with commits, PRs, contributors\n```\n\nOpen the link in the meeting. Everyone sees what shipped.\n\n### 5. Code review for the PM\n\n```\n/uselink-pr-digest #87    -\u003e \"what changed and why\" page\n```\n\nThe PM reads plain English, not diffs.\n\n## How Skills Work\n\nEvery skill is a `SKILL.md` file with YAML frontmatter that teaches Claude Code a specific workflow:\n\n```\n1. Check prerequisites (uselink CLI + config)\n2. Gather data (git, gh, file reads)\n3. Generate HTML (layout-only CSS, no hardcoded colors)\n4. Write to /tmp/uselink-\u003ctype\u003e-\u003ctimestamp\u003e.html\n5. Run: uselink publish \u003cfile\u003e --title \"...\" --format html\n6. Return the shareable URL\n```\n\n### Theme compatibility\n\nPublished HTML documents adapt to uselink's light/dark mode automatically. The skill templates use **layout-only CSS** (padding, margins, borders, border-radius) with no hardcoded `background` or `color`. uselink's viewer injects theme-adaptive styles that handle both modes.\n\n### Invoke a skill\n\n```\n/uselink-repo-summary\n/uselink-changelog\n/uselink-pr-digest #42\n```\n\nOr just describe what you want -- Claude matches the right skill:\n\n```\n\"Summarize this repo and share it with the PM\"\n\"Generate release notes for this week\"\n\"Create API docs and publish them\"\n```\n\n## Contributing\n\n- Each skill is one folder under `skills/` with a `SKILL.md`\n- Skills must check prerequisites before publishing\n- **Never set `background` or `color` in published HTML** -- uselink's viewer handles theming\n- Use `opacity` for muted text, `rgba(128,128,128,0.2)` for borders\n- All repo-sourced strings must be HTML-escaped\n- Include a `## Gotchas` section with real failure patterns\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompilet-dev%2Fagent-skill-uselink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompilet-dev%2Fagent-skill-uselink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompilet-dev%2Fagent-skill-uselink/lists"}