{"id":35084920,"url":"https://github.com/majiayu000/caude-skill-manager","last_synced_at":"2026-05-18T20:04:27.957Z","repository":{"id":330269498,"uuid":"1122181939","full_name":"majiayu000/caude-skill-manager","owner":"majiayu000","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-22T12:17:47.000Z","size":60,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-23T04:02:07.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/majiayu000.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":"2025-12-24T08:34:33.000Z","updated_at":"2026-01-22T12:17:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/majiayu000/caude-skill-manager","commit_stats":null,"previous_names":["majiayu000/caude-skill-manager"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/majiayu000/caude-skill-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majiayu000%2Fcaude-skill-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majiayu000%2Fcaude-skill-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majiayu000%2Fcaude-skill-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majiayu000%2Fcaude-skill-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/majiayu000","download_url":"https://codeload.github.com/majiayu000/caude-skill-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majiayu000%2Fcaude-skill-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33189279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-27T13:02:23.389Z","updated_at":"2026-05-18T20:04:27.952Z","avatar_url":"https://github.com/majiayu000.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# sk - Claude Skills Manager\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/majiayu000/caude-skill-manager/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/majiayu000/caude-skill-manager?style=flat-square\" alt=\"Release\"\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Go-1.25+-00ADD8?style=flat-square\u0026logo=go\" alt=\"Go\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square\" alt=\"License\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\" alt=\"PRs Welcome\"\u003e\n\u003c/p\u003e\n\n\u003e **npm for Claude Code Skills** — The package manager for Claude Code skills\n\n```\n   _____ __ __\n  / ___// //_/\n  \\__ \\/ ,\u003c\n ___/ / /| |\n/____/_/ |_|\n```\n\n## Why sk?\n\n- 🚀 **One-command install** — `sk install user/repo`\n- 🔄 **Batch update** — `sk update` (coming soon)\n- 🔍 **Smart search** — `sk search testing`\n- 🩺 **Health check** — `sk doctor` to find issues\n- 🎨 **Beautiful TUI** — Built with [Charm](https://charm.sh)\n\n## Quick Start\n\n### Install\n\n```bash\n# Using Go\ngo install github.com/majiayu000/caude-skill-manager@latest\n\n# Or download from releases\n# macOS (Apple Silicon)\ncurl -L https://github.com/majiayu000/caude-skill-manager/releases/latest/download/sk_darwin_arm64.tar.gz | tar xz\nsudo mv sk /usr/local/bin/\n\n# macOS (Intel)\ncurl -L https://github.com/majiayu000/caude-skill-manager/releases/latest/download/sk_darwin_amd64.tar.gz | tar xz\nsudo mv sk /usr/local/bin/\n\n# Linux (amd64)\ncurl -L https://github.com/majiayu000/caude-skill-manager/releases/latest/download/sk_linux_amd64.tar.gz | tar xz\nsudo mv sk /usr/local/bin/\n```\n\n### Usage\n\n```bash\n# Install a skill from GitHub\nsk install anthropics/skills/docx\nsk install obra/superpowers\nsk install https://github.com/user/repo\n\n# Install a skill by registry name\nsk install docx\n\n# List installed skills\nsk list\n\n# Search for skills\nsk search           # Show popular skills\nsk search testing   # Search by keyword\n\n# Get skill details\nsk info my-skill\n\n# Remove a skill\nsk uninstall my-skill\n\n# Check health\nsk doctor\n\n# Update skills\nsk update\n```\n\n## Demo\n\n```\n$ sk list\n\n📦 Installed Skills\n\n  NAME                       DESCRIPTION\n───────────────────────────────────────────────────────────────────────────────\n  docx                       Comprehensive document creation and editing...\n  frontend-design            Create distinctive, production-grade frontend...\n  superpowers                20+ battle-tested skills for Claude Code\n\n  3 skill(s) installed\n```\n\n```\n$ sk search\n\n★ Popular Skills\n\nAnthropic Official (anthropics/skills)\n  Official Claude Code skills from Anthropic\n\n    📦 docx                      sk install anthropics/skills/docx\n    📦 pdf                       sk install anthropics/skills/pdf\n    📦 pptx                      sk install anthropics/skills/pptx\n    ...\n```\n\n## Commands\n\n| Command | Alias | Description |\n|---------|-------|-------------|\n| `sk install \u003csource\u003e` | `i`, `add` | Install a skill from GitHub |\n| `sk list` | `ls`, `l` | List installed skills |\n| `sk search [keyword]` | `s`, `find` | Search for skills |\n| `sk info \u003cname\u003e` | `show` | Show skill details |\n| `sk uninstall \u003cname\u003e` | `rm`, `remove` | Remove a skill |\n| `sk update [name]` | `up` | Update skills |\n| `sk doctor` | - | Check skills health |\n\n## Supported Sources\n\n```bash\n# From registry by name\nsk install docx\n\n# Short format\nsk install owner/repo              # Entire repo\nsk install owner/repo/path         # Subdirectory (monorepo)\n\n# Full URL\nsk install https://github.com/owner/repo\nsk install https://github.com/owner/repo/tree/main/path\n\n# Examples\nsk install anthropics/skills/docx  # Official Anthropic skill\nsk install obra/superpowers        # Community skill\n```\n\n## vs SkillsMP\n\n[SkillsMP](https://skillsmp.com) is the best website to **discover** skills.\n\n`sk` is the best tool to **manage** skills.\n\nThey're complementary:\n1. Find skills on SkillsMP\n2. Install \u0026 manage with `sk`\n\n## Configuration\n\nSkills are installed to `~/.claude/skills/` by default.\n\nConfig file: `~/.skrc`\n\n```json\n{\n  \"skills_dir\": \"~/.claude/skills\",\n  \"registry\": \"https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main\",\n  \"registry_ttl_hours\": 24\n}\n```\n\nRegistry cache:\n- Location: `~/.cache/sk/registry.json`\n- TTL: `registry_ttl_hours` (cache is ignored after expiry)\n\n## Built With\n\n- [Cobra](https://github.com/spf13/cobra) — CLI framework\n- [Bubble Tea](https://github.com/charmbracelet/bubbletea) — TUI framework\n- [Lip Gloss](https://github.com/charmbracelet/lipgloss) — Style definitions\n- [Huh](https://github.com/charmbracelet/huh) — Form components\n\n## Contributing\n\nPRs welcome!\n\n1. Fork the repo\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ for the Claude Code community\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajiayu000%2Fcaude-skill-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmajiayu000%2Fcaude-skill-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajiayu000%2Fcaude-skill-manager/lists"}