{"id":48230683,"url":"https://github.com/guo-yu/skills","last_synced_at":"2026-04-04T19:35:20.699Z","repository":{"id":333264571,"uuid":"1136714875","full_name":"guo-yu/skills","owner":"guo-yu","description":"My collection of skills for productivity and automation.","archived":false,"fork":false,"pushed_at":"2026-01-18T13:21:06.000Z","size":188,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-18T17:21:36.901Z","etag":null,"topics":["claude-code","llm","skills"],"latest_commit_sha":null,"homepage":"http://skill.guoyu.me/","language":"Shell","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/guo-yu.png","metadata":{"files":{"readme":"README.ja.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":null,"dco":null,"cla":null}},"created_at":"2026-01-18T07:53:44.000Z","updated_at":"2026-01-18T14:41:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/guo-yu/skills","commit_stats":null,"previous_names":["guo-yu/skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/guo-yu/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guo-yu%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guo-yu%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guo-yu%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guo-yu%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guo-yu","download_url":"https://codeload.github.com/guo-yu/skills/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guo-yu%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31411153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T19:29:44.979Z","status":"ssl_error","status_checked_at":"2026-04-04T19:29:11.535Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["claude-code","llm","skills"],"created_at":"2026-04-04T19:35:20.255Z","updated_at":"2026-04-04T19:35:20.690Z","avatar_url":"https://github.com/guo-yu.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"README.md\"\u003eEnglish\u003c/a\u003e |\n  \u003ca href=\"README.zh-CN.md\"\u003e简体中文\u003c/a\u003e |\n  \u003ca href=\"README.ja.md\"\u003e日本語\u003c/a\u003e\n\u003c/p\u003e\n\n# Guo Yu のスキル\n\n生産性と自動化のための Claude Code カスタムスキルコレクション。\n\n## スキル一覧\n\n| スキル | 説明 |\n|--------|------|\n| [port-allocator](./port-allocator/) | 開発サーバーポートの自動割り当てと管理、複数の Claude Code インスタンス間のポート競合を回避 |\n| [share-skill](./share-skill/) | ローカルスキルをコードリポジトリに移行、Git バージョン管理とオープンソース対応 |\n| [skill-permissions](./skill-permissions/) | スキルの必要な権限を分析し、ワンタイム認証コマンドを生成 |\n| [skill-i18n](./skill-i18n/) | SKILL.md と README.md を複数言語に翻訳し、スキルの国際共有を容易に |\n| [ceo-skill](./ceo-skill/) | CEOレベルのプロジェクトダッシュボード + COOレベルのAPIコスト分析と最適化提案 |\n\n## インストール\n\n### プラグインマーケットプレイス経由（推奨）\n\n最も簡単なインストール方法は Claude Code のプラグインマーケットプレイス経由です：\n\n```bash\n# スキルマーケットプレイスを追加\n/plugin marketplace add guo-yu/skills\n\n# スキルをインストール\n/plugin install port-allocator@guo-yu-skills\n/plugin install share-skill@guo-yu-skills\n/plugin install skill-permissions@guo-yu-skills\n/plugin install skill-i18n@guo-yu-skills\n/plugin install ceo-skill@guo-yu-skills\n```\n\n### 手動インストール\n\nまたは、リポジトリをクローンしてシンボリックリンクを作成：\n\n```bash\n# コードディレクトリにクローン\ngit clone git@github.com:guo-yu/skills.git ~/Codes/skills\n\n# ~/.claude/skills/ にシンボリックリンクを作成\nln -s ~/Codes/skills/port-allocator ~/.claude/skills/port-allocator\nln -s ~/Codes/skills/share-skill ~/.claude/skills/share-skill\nln -s ~/Codes/skills/skill-permissions ~/.claude/skills/skill-permissions\nln -s ~/Codes/skills/skill-i18n ~/.claude/skills/skill-i18n\nln -s ~/Codes/skills/ceo-skill ~/.claude/skills/ceo-skill\n```\n\n## 使用方法\n\nClaude Code でスラッシュコマンドを使用：\n\n```\n/port-allocator          # ポートの照会/割り当て\n/share-skill \u003cname\u003e      # スキルをオープンソース化\n/skill-permissions       # スキル権限を分析\n/skill-i18n \u003cname\u003e       # スキルを複数言語に翻訳\n/ceo                     # プロジェクト管理ダッシュボード\n```\n\n## ドキュメント\n\nこのスキルセットには [share-skill](https://github.com/guo-yu/skills/tree/master/share-skill) で生成されたオンラインドキュメントサイトがあります。\n\n### ドキュメントへのアクセス\n\n**カスタムドメイン：**\n```\nhttps://skill.guoyu.me/\n```\n\n**GitHub Pages：**\n```\nhttps://guo-yu.github.io/skills/\n```\n\n### GitHub Pages の設定\n\n1. リポジトリの **Settings** → **Pages** に移動\n2. \"Source\" で **Deploy from a branch** を選択\n3. ブランチ: `master` (または `main`)、フォルダ: `/docs` を選択\n4. (オプション) \"Custom domain\" にカスタムドメインを追加\n\n## ライセンス\n\nMIT\n\n---\n\nMade with ♥ by [Yu's skills](https://skill.guoyu.me/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguo-yu%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguo-yu%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguo-yu%2Fskills/lists"}