[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-83997":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":18,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":22,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":10,"trendingCount":15,"starSnapshotCount":15,"syncStatus":16,"lastSyncTime":31,"discoverSource":32},83997,"skillz-macos","robzilla1738\u002Fskillz-macos","robzilla1738","Browse and manage local AI skills, MCP configs, plugins, and agent activity on macOS 14+.","https:\u002F\u002Frobzilla1738.github.io\u002Fskillz-macos\u002F",null,"Swift",113,4,1,0,2,9,13,2.1,false,"main",true,[24,25,26,27,28],"ai-agents","codex","macos","skills","swiftui","2026-06-12 02:04:37","# Skills\n\nSkills is a macOS app for browsing, editing, and managing local AI tool assets: skills, MCP server configs, and plugins across Cursor, Claude Code, Codex, Hermes, Pi, and OpenCode.\n\nIt gives you one place to inspect and update the files these tools scatter across hidden folders, without making you remember every config path.\n\n## Status\n\nSkills ships as signed, notarized DMG releases with Sparkle auto-updates. CI verifies a Debug build and the unit test suite on every push; release archives are produced locally and attached to GitHub Releases.\n\n## Requirements\n\n- macOS 14.0+\n- Xcode with the macOS 26.2 SDK or newer\n- No app sandbox. Skills reads local agent folders such as `~\u002F.cursor`, `~\u002F.claude`, `~\u002F.codex`, `~\u002F.hermes`, `~\u002F.pi`, `~\u002F.openclaw`, and shared `~\u002F.agents\u002Fskills`.\n\n## Install\n\nSkills ships as a signed, notarized DMG on the [Releases](https:\u002F\u002Fgithub.com\u002Frobzilla1738\u002Fskillz-macos\u002Freleases) page (macOS 14.0+).\n\n### One-line install\n\n```bash\ncurl -fsSL https:\u002F\u002Fraw.githubusercontent.com\u002Frobzilla1738\u002Fskillz-macos\u002Fmain\u002Fscripts\u002Finstall.sh | bash\n```\n\nThis downloads the latest release, verifies its Developer ID signature, installs `Skills.app` to `\u002FApplications`, and launches it. On first run, click **Get Started** and choose the sources you want Skills to scan.\n\n### Ask your coding agent\n\nPaste this to Claude Code, Cursor, Codex, or any agent with shell access:\n\n> Install the Skills macOS app for me. Run:\n> `curl -fsSL https:\u002F\u002Fraw.githubusercontent.com\u002Frobzilla1738\u002Fskillz-macos\u002Fmain\u002Fscripts\u002Finstall.sh | bash`\n> Then confirm `Skills.app` is in `\u002FApplications` and running. Tell me to click\n> \"Get Started\" in the setup window so I can pick the local tool folders Skills\n> should scan.\n\n### Manual\n\nDownload the latest `Skills-macOS-vX.Y.Z.dmg` from [Releases](https:\u002F\u002Fgithub.com\u002Frobzilla1738\u002Fskillz-macos\u002Freleases), open it, and drag **Skills** into **Applications**.\n\n## Build\n\nFrom the Xcode project directory:\n\n```bash\ncd skillz\nxcodebuild -scheme skillz -destination 'platform=macOS' build\nxcodebuild -scheme skillz -destination 'platform=macOS' -only-testing:skillzTests test\n```\n\nThe shared scheme is checked in at `skillz\u002Fskillz.xcodeproj\u002Fxcshareddata\u002Fxcschemes\u002Fskillz.xcscheme`.\n\n## Source Discovery\n\nOn launch, Skills:\n\n- detects existing tool homes, skill sources, config files, shared `~\u002F.agents\u002Fskills`, and known CLI locations\n- keeps shared skill folders separate from install signals, so an old empty home folder does not look like a real setup\n- scans Cursor `mcp.json`, Claude Code `.mcp.json`, and Codex `config.toml`\n- finds plugin metadata where Cursor, Claude Code, and Codex expose it\n- watches catalog paths for changes and refreshes when the app becomes active\n\n## Quick Look Previews\n\nSkills bundles a Quick Look extension, so Finder spacebar previews of agent artifacts — `md`, `json`, `jsonl`\u002F`ndjson`, `yaml`, `toml`, `ini`\u002F`conf`\u002F`cfg`\u002F`properties`, `env`, `csv`\u002F`tsv`, `log`, `diff`\u002F`patch`, `sql`, `plist`, `xml`, and shell scripts — render with themes you pick per file type on the **Quick Look Themes** page (bottom of the sidebar, or the View menu): Skillz mono, GitHub light\u002Fdark, terminal, plus **font family** (System Mono\u002FSans\u002FSerif or any installed fixed-pitch font) and size, line numbers, wrap, JSON pretty-print, and rendered-vs-source markdown, all with a full-size live preview and a **Test Preview** button that opens a real Quick Look panel. Markdown previews render rich text with the YAML frontmatter shown as a highlighted block; diffs color added\u002Fremoved lines.\n\nThe extension registers after the app launches once; manage it under **System Settings → General → Login Items & Extensions → Quick Look**. Recent macOS versions reserve a few types (such as JSON and CSV) for the built-in previewer — Skills theming applies wherever third-party previews are allowed.\n\nEverything is optional: each type has a **Preview with Skills** switch (off → a plain, system-style preview), and one master switch turns all theming off. To remove the previews entirely, toggle the extension off in System Settings → Login Items & Extensions → Quick Look, or just delete the app — the extension is removed with it.\n\nRemote images in markdown previews are off by default for privacy (they render as placeholders); flip **Load remote images** on the markdown type if you want them fetched.\n\nIn the app itself, the markdown editor gains a **Source | Rich Text** toggle in the footer of every editor pane.\n\n## Updates\n\nThe app updates itself through Sparkle 2. The appcast is hosted through GitHub Pages at `https:\u002F\u002Frobzilla1738.github.io\u002Fskillz-macos\u002Fappcast.xml`:\n\n- `docs\u002Fappcast.xml`\n- `docs\u002FUPDATES.md`\n- `scripts\u002Fprepare-appcast.sh`\n\nProduction update publishing still requires a signed and notarized app archive. Do not publish unsigned local Debug builds to the appcast.\n\n## CI\n\nGitHub Actions runs Debug build and unit tests on the macOS 26 runner:\n\n```text\n.github\u002Fworkflows\u002Fci.yml\n```\n\n## License\n\nNo project license has been selected yet. Third-party Lobe icon assets retain their MIT license in `skillz\u002Fskillz\u002FThirdParty\u002Flobe-icons-LICENSE.txt`.\n","2026-06-11 04:12:01","CREATED_QUERY"]