{"id":43237579,"url":"https://github.com/laststance/skills-desktop","last_synced_at":"2026-05-14T08:01:35.542Z","repository":{"id":335405226,"uuid":"1145615810","full_name":"laststance/skills-desktop","owner":"laststance","description":"Visualize installed Skills and symlink status across AI agents","archived":false,"fork":false,"pushed_at":"2026-05-12T15:11:55.000Z","size":79682,"stargazers_count":21,"open_issues_count":16,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T15:39:12.882Z","etag":null,"topics":["electron","macos","skills"],"latest_commit_sha":null,"homepage":"https://skills-desktop.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laststance.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-30T02:08:49.000Z","updated_at":"2026-05-12T15:13:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/laststance/skills-desktop","commit_stats":null,"previous_names":["laststance/skills-desktop"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/laststance/skills-desktop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laststance%2Fskills-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laststance%2Fskills-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laststance%2Fskills-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laststance%2Fskills-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laststance","download_url":"https://codeload.github.com/laststance/skills-desktop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laststance%2Fskills-desktop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33015817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","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":["electron","macos","skills"],"created_at":"2026-02-01T11:10:58.594Z","updated_at":"2026-05-14T08:01:35.522Z","avatar_url":"https://github.com/laststance.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skills Desktop\n\n\u003e Visualize installed Skills and symlink status across AI agents\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Platform: macOS](https://img.shields.io/badge/Platform-macOS-lightgrey.svg)](https://www.apple.com/macos/)\n[![codecov](https://codecov.io/gh/laststance/skills-desktop/branch/main/graph/badge.svg)](https://codecov.io/gh/laststance/skills-desktop)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/screenshot.png\" alt=\"Skills Desktop\" width=\"800\" /\u003e\n\u003c/p\u003e\n\nSkills Desktop provides a GUI to manage and monitor skills installed via [`npx skills add \u003cowner/repo\u003e`](https://github.com/vercel-labs/skills). It displays the central skill repository (`~/.agents/skills/`) and shows symlink status for each supported AI agent.\n\n## Features\n\n- **44 AI Agents Supported** - Auto-detects Claude Code, Cursor, Codex, Gemini CLI, and more\n- **Symlink Status Visualization** - Valid (✓), Broken (◐), Missing (○) indicators\n- **44 Themes** - 34 OKLCH color themes (17 hues × light/dark) + 2 pure neutral + 8 tinted neutral\n- **Auto Update** - Automatic updates via GitHub Releases\n\n## Supported Agents\n\n| Agent            | Path                        |\n| ---------------- | --------------------------- |\n| Claude Code      | `~/.claude/skills/`         |\n| Cursor           | `~/.cursor/skills/`         |\n| OpenAI Codex     | `~/.codex/skills/`          |\n| Gemini CLI       | `~/.gemini/skills/`         |\n| GitHub Copilot   | `~/.github-copilot/skills/` |\n| Cline            | `~/.cline/skills/`          |\n| Roo Code         | `~/.roo-code/skills/`       |\n| Aider            | `~/.aider/skills/`          |\n| Windsurf         | `~/.codeium/skills/`        |\n| Zed              | `~/.zed/skills/`            |\n| Continue         | `~/.continue/skills/`       |\n| _...and 33 more_ |                             |\n\n## Installation\n\nDownload the latest release from [GitHub Releases](https://github.com/laststance/skills-desktop/releases).\n\n| Architecture             | Download                         |\n| ------------------------ | -------------------------------- |\n| Apple Silicon (M1/M2/M3) | `skills-desktop-x.x.x-arm64.dmg` |\n| Intel Mac                | `skills-desktop-x.x.x-x64.dmg`   |\n\n## Development\n\n### Prerequisites\n\n- Node.js 20+\n- pnpm 9+\n\n### Setup\n\n```bash\n# Install dependencies\npnpm install\n\n# Start development\npnpm dev\n\n# Type check\npnpm typecheck\n\n# Lint\npnpm lint\n```\n\n### Testing\n\n```bash\n# Unit + browser tests (Vitest)\npnpm test\n\n# E2E tests (Playwright Electron, macOS only)\npnpm test:e2e\n```\n\n| Suite | Command         | Runner                                                                     |\n| ----- | --------------- | -------------------------------------------------------------------------- |\n| Unit  | `pnpm test`     | Vitest (Node + browser mode via `*.browser.test.tsx`)                      |\n| E2E   | `pnpm test:e2e` | Playwright Electron — boots the real app per spec, isolated HOME each test |\n\nE2E specs live in `e2e/spec/*.e2e.ts`. The suite uses `cp -al` hardlink snapshots so each test starts from a fresh, populated `~/.agents/skills/` without re-running the skills CLI installer (~50 ms reset). CI runs on `macos-latest` (`.github/workflows/e2e.yml`); failures upload `playwright-report/` and `test-results/` as artifacts (traces + videos retained on failure).\n\n\u003e **⚠️ Hardlink caveat for spec authors.** Hardlinked files share inodes\n\u003e across every working HOME, so in-place edits (`writeFileSync` over an\n\u003e existing `SKILL.md`, `appendFileSync`, etc.) corrupt the snapshot for\n\u003e every subsequent test. Safe ops only: `unlink`, `rmdir`, `mkdir` +\n\u003e `writeFile` of NEW paths. See `e2e/fixtures/isolated-home.ts:44-50`\n\u003e for the canonical safe-ops list.\n\n### Build\n\n```bash\n# Build for macOS (requires code signing)\nAPPLE_KEYCHAIN_PROFILE=skills-desktop pnpm build:mac\n```\n\n## Tech Stack\n\n| Component | Technology                                           |\n| --------- | ---------------------------------------------------- |\n| Framework | Electron 41                                          |\n| Frontend  | React 19 + TypeScript                                |\n| State     | Redux Toolkit + @laststance/redux-storage-middleware |\n| Styling   | Tailwind CSS + shadcn/ui                             |\n| Build     | electron-vite                                        |\n\n## Project Structure\n\n```\nsrc/\n├── main/           # Electron main process\n├── preload/        # Context bridge (IPC)\n├── renderer/       # React frontend\n└── shared/         # Shared types\n```\n\n## Related\n\n- [Skills CLI](https://github.com/vercel-labs/skills) - Install skills via CLI\n- [Skills Registry](https://skills.sh) - Browse available skills\n- [Skills宝](https://skilery.com) - Chinese search and install hub for skills\n- [Agent Skills Spec](https://agentskills.io) - Skills specification\n\n## License\n\nMIT - [Laststance.io](https://github.com/laststance)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaststance%2Fskills-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaststance%2Fskills-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaststance%2Fskills-desktop/lists"}