{"id":51445171,"url":"https://github.com/torifo/skills","last_synced_at":"2026-07-05T15:30:42.288Z","repository":{"id":358822306,"uuid":"1242005910","full_name":"torifo/skills","owner":"torifo","description":"Claude Code skills — overview and navigation / Claude Code スキル一覧・ナビゲーション","archived":false,"fork":false,"pushed_at":"2026-05-19T06:54:10.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T09:19:59.988Z","etag":null,"topics":["claude-code","claude-skill"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/torifo.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":null,"dco":null,"cla":null}},"created_at":"2026-05-18T03:37:52.000Z","updated_at":"2026-05-19T06:54:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/torifo/skills","commit_stats":null,"previous_names":["torifo/skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/torifo/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torifo%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torifo%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torifo%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torifo%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torifo","download_url":"https://codeload.github.com/torifo/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torifo%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35160046,"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-07-05T02:00:06.290Z","response_time":100,"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":["claude-code","claude-skill"],"created_at":"2026-07-05T15:30:41.571Z","updated_at":"2026-07-05T15:30:42.273Z","avatar_url":"https://github.com/torifo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[English](#english) | [日本語](#日本語)\n\n---\n\n## English\n\n### skills\n\n\u003e A collection of custom skills for [Claude Code](https://claude.ai/code)\n\nEach skill adds focused behaviors to Claude Code — installed by copying a directory into `~/.claude/skills/`.\n\nBrowse all skills at **[torifo.github.io/skills](https://torifo.github.io/skills)**\n\n#### Install\n\n```bash\n# Clone the individual skill repo and copy the skill directory\ngit clone https://github.com/torifo/skills-\u003cname\u003e /tmp/skills-\u003cname\u003e\ncp -r /tmp/skills-\u003cname\u003e/\u003cname\u003e ~/.claude/skills/\n```\n\n#### Skill Catalog\n\n**Git \u0026 Version Control**\n\n| Skill | Description |\n|-------|-------------|\n| [skills-commit](https://github.com/torifo/skills-commit) | Atomic bilingual EN/JA commits with staged file confirmation |\n| [skills-changelog](https://github.com/torifo/skills-changelog) | Bilingual changelog generator from git history |\n| [skills-safe-commit](https://github.com/torifo/skills-safe-commit) | Pre-commit validator for secrets, AI attribution, and policy violations |\n| [skills-branch-cleanup](https://github.com/torifo/skills-branch-cleanup) | Safe stale branch and worktree cleanup with per-deletion confirmation |\n\n**Planning \u0026 Execution**\n\n| Skill | Description |\n|-------|-------------|\n| [skills-plan-before-action](https://github.com/torifo/skills-plan-before-action) | Numbered plan with approval gate before modifying files or running destructive commands |\n| [skills-time-estimate](https://github.com/torifo/skills-time-estimate) | Estimates execution time, token usage, and parallelism before heavy operations |\n| [skills-run-tests](https://github.com/torifo/skills-run-tests) | Detects test runner, estimates time, offers filter and background options before running |\n\n**Testing \u0026 Refactoring**\n\n| Skill | Description |\n|-------|-------------|\n| [skills-test-gen](https://github.com/torifo/skills-test-gen) | Generates test cases covering happy path, edge cases, and error cases |\n| [skills-mock-design](https://github.com/torifo/skills-mock-design) | Adds mocks at correct boundaries — distinguishes when to mock vs use real values |\n| [skills-refactor-safe](https://github.com/torifo/skills-refactor-safe) | Refactors with green test baseline — runs tests after each step, reverts on failure |\n\n**Code Quality \u0026 Security**\n\n| Skill | Description |\n|-------|-------------|\n| [skills-dead-code](https://github.com/torifo/skills-dead-code) | Detects unused exports, imports, and functions — confirms each removal |\n| [skills-dep-audit](https://github.com/torifo/skills-dep-audit) | Audits dependencies for vulnerabilities, outdated versions, and unused packages |\n| [skills-secret-scan](https://github.com/torifo/skills-secret-scan) | Scans files and staged changes for leaked secrets like API keys and tokens |\n| [skills-todo-aggregate](https://github.com/torifo/skills-todo-aggregate) | Collects TODO/FIXME/HACK comments into a single report grouped by severity |\n| [skills-error-trace](https://github.com/torifo/skills-error-trace) | Systematically analyzes stack traces to extract root cause |\n\n**Database \u0026 Performance**\n\n| Skill | Description |\n|-------|-------------|\n| [skills-sql-explain](https://github.com/torifo/skills-sql-explain) | Analyzes EXPLAIN output and proposes specific query optimizations |\n| [skills-mongo-pattern](https://github.com/torifo/skills-mongo-pattern) | Designs MongoDB schemas from access patterns using Computed, Extended Reference, Subset, and Bucket patterns |\n\n**Language Specific**\n\n| Skill | Description |\n|-------|-------------|\n| [skills-mypy-fix](https://github.com/torifo/skills-mypy-fix) | Fixes mypy/pyright type errors at root cause, preferring narrow types over Any |\n| [skills-react-state-review](https://github.com/torifo/skills-react-state-review) | Reviews React state design for derived state, mutation bugs, and missing keys |\n\n---\n\n## 日本語\n\n### skills\n\n\u003e [Claude Code](https://claude.ai/code) 用カスタムスキルのコレクション\n\n各スキルは Claude Code に特定の動作を追加します。`~/.claude/skills/` にディレクトリをコピーしてインストールします。\n\n全スキルの概要は **[torifo.github.io/skills](https://torifo.github.io/skills)** から確認できます。\n\n#### インストール\n\n```bash\n# 個別のスキルリポジトリをクローンしてスキルディレクトリをコピー\ngit clone https://github.com/torifo/skills-\u003cname\u003e /tmp/skills-\u003cname\u003e\ncp -r /tmp/skills-\u003cname\u003e/\u003cname\u003e ~/.claude/skills/\n```\n\n#### スキル一覧\n\n**Git・バージョン管理**\n\n| スキル | 説明 |\n|--------|------|\n| [skills-commit](https://github.com/torifo/skills-commit) | ステージ済みファイルを確認しながら英日バイリンガルのアトミックコミットを作成 |\n| [skills-changelog](https://github.com/torifo/skills-changelog) | git履歴から英日バイリンガルの更新履歴を生成 |\n| [skills-safe-commit](https://github.com/torifo/skills-safe-commit) | コミット前にシークレット・AI帰属・ポリシー違反を検証してブロック |\n| [skills-branch-cleanup](https://github.com/torifo/skills-branch-cleanup) | 削除前に確認しながらステールブランチとワークツリーを安全に削除 |\n\n**プランニング・実行**\n\n| スキル | 説明 |\n|--------|------|\n| [skills-plan-before-action](https://github.com/torifo/skills-plan-before-action) | ファイル変更・破壊的コマンドの前に番号付き計画を提示して承認を待つ |\n| [skills-time-estimate](https://github.com/torifo/skills-time-estimate) | 重い操作の前に実行時間・トークン使用量・並列数を見積もる |\n| [skills-run-tests](https://github.com/torifo/skills-run-tests) | テストランナーを検出し実行前に時間見積もりとフィルタ・バックグラウンド実行を提案 |\n\n**テスト・リファクタリング**\n\n| スキル | 説明 |\n|--------|------|\n| [skills-test-gen](https://github.com/torifo/skills-test-gen) | 既存関数の正常系・エッジケース・エラーケースのテストを生成 |\n| [skills-mock-design](https://github.com/torifo/skills-mock-design) | 適切な境界にモックを追加。モックすべき箇所と実値を使うべき箇所を判断 |\n| [skills-refactor-safe](https://github.com/torifo/skills-refactor-safe) | テスト安全網でリファクタリング。各ステップ後にテスト実行、失敗したら即リバート |\n\n**コード品質・セキュリティ**\n\n| スキル | 説明 |\n|--------|------|\n| [skills-dead-code](https://github.com/torifo/skills-dead-code) | 未使用のエクスポート・インポート・関数を検出し削除前に確認 |\n| [skills-dep-audit](https://github.com/torifo/skills-dep-audit) | 脆弱性・古いバージョン・未使用パッケージを依存関係から検出 |\n| [skills-secret-scan](https://github.com/torifo/skills-secret-scan) | APIキーやトークンなどの漏洩したシークレットをスキャン |\n| [skills-todo-aggregate](https://github.com/torifo/skills-todo-aggregate) | TODO・FIXME・HACKコメントを深刻度別にまとめたレポートに集約 |\n| [skills-error-trace](https://github.com/torifo/skills-error-trace) | スタックトレースを体系的に分析して根本原因を特定 |\n\n**データベース・パフォーマンス**\n\n| スキル | 説明 |\n|--------|------|\n| [skills-sql-explain](https://github.com/torifo/skills-sql-explain) | EXPLAINの出力を解析し具体的なクエリ最適化を提案 |\n| [skills-mongo-pattern](https://github.com/torifo/skills-mongo-pattern) | アクセスパターン駆動でMongoDBスキーマを設計（Computed・Extended Reference・Subset・Bucketパターン） |\n\n**言語固有**\n\n| スキル | 説明 |\n|--------|------|\n| [skills-mypy-fix](https://github.com/torifo/skills-mypy-fix) | mypy/pyrightの型エラーをroot causeで修正。Anyより狭い型を優先 |\n| [skills-react-state-review](https://github.com/torifo/skills-react-state-review) | Reactの状態設計を派生状態・mutationバグ・keyの欠如でレビュー |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorifo%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorifo%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorifo%2Fskills/lists"}