{"id":51090640,"url":"https://github.com/mikiwiik/claude-code-skills","last_synced_at":"2026-06-24T01:33:03.168Z","repository":{"id":363177180,"uuid":"1233657411","full_name":"mikiwiik/claude-code-skills","owner":"mikiwiik","description":"Personal Claude Code skills (miki-*), symlinked into ~/.claude/skills/ via install.sh.","archived":false,"fork":false,"pushed_at":"2026-06-07T19:02:56.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-07T20:12:52.217Z","etag":null,"topics":["claude-code","claude-code-skills"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/mikiwiik.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":"2026-05-09T07:41:17.000Z","updated_at":"2026-06-07T19:02:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mikiwiik/claude-code-skills","commit_stats":null,"previous_names":["mikiwiik/claude-code-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mikiwiik/claude-code-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikiwiik%2Fclaude-code-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikiwiik%2Fclaude-code-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikiwiik%2Fclaude-code-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikiwiik%2Fclaude-code-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikiwiik","download_url":"https://codeload.github.com/mikiwiik/claude-code-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikiwiik%2Fclaude-code-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34713789,"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-06-23T02:00:07.161Z","response_time":65,"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-code-skills"],"created_at":"2026-06-24T01:33:02.880Z","updated_at":"2026-06-24T01:33:03.158Z","avatar_url":"https://github.com/mikiwiik.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# miki-claude-code-skills\n\nPersonal Claude Code skills, version-controlled so they follow me across machines.\n\nEach skill lives in its own `miki-*` directory at the repo root. The `miki-`\nprefix marks them as personal (vs. project-level skills committed inside a\nspecific repo, or skills installed by plugins) and makes them safe to\n`miki-*`-glob from `~/.claude/skills/` without touching anything else.\n\n## Install\n\nClone, then run the install script:\n\n```bash\ngit clone git@github.com:mikiwiik/claude-code-skills.git ~/repos/miki-claude-code-skills\n~/repos/miki-claude-code-skills/install.sh\n```\n\nThe script symlinks every `miki-*` directory in this repo into\n`~/.claude/skills/`. It's idempotent — re-run it after pulling new skills.\nIt refuses to overwrite a real (non-symlink) entry already at the target path,\nso it's safe to run on a machine that already has personal skills set up.\n\nTo uninstall a skill: `rm ~/.claude/skills/miki-\u003cname\u003e` (only removes the\nsymlink; the source in this repo is untouched).\n\n## Skills\n\n- **`miki-review-loop`** — pre-self-review loop. Iteratively runs `/review`\n  on the current PR and addresses obvious issues until only minor nits\n  remain (max 3 iterations). Surfaces judgment calls; atomic commits;\n  pushes once at the end.\n- **`miki-rebase-reflect`** — rebase the current branch onto the latest\n  default branch, resolving conflicts in-place (mechanical fixes\n  directly, judgment calls escalated to the user). After the rebase, reflects\n  on the nature of what landed and which incoming files intersect this\n  branch's diff. Always rebases (never merges); hands off only on\n  unexpected git state; never pushes.\n- **`miki-wrap-up`** — end-of-session sweep. Surfaces anything outstanding\n  in the current conversation and working tree (todos, uncommitted /\n  unpushed work, open PRs, background agents, conversational follow-ups,\n  stale refs noticed) or confirms there's nothing left. Recommends only;\n  never acts.\n\n## Adding a new skill\n\n1. Create `miki-\u003cname\u003e/SKILL.md` in this repo with the standard skill\n   frontmatter (`name: miki-\u003cname\u003e`, `description:`, `user-invocable:`).\n2. Run `./install.sh` — it'll add the symlink for the new skill.\n3. Commit and push.\n\n## Why a separate repo (vs. dotfiles)\n\nKeeps the install footprint small for machines that don't need everything\nin a full dotfiles repo (e.g. a fresh dev box). One-line install, opt-in\nper machine.\n\n## License\n\nReleased under the [MIT License](LICENSE) — use freely, no warranty,\nkeep the copyright notice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikiwiik%2Fclaude-code-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikiwiik%2Fclaude-code-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikiwiik%2Fclaude-code-skills/lists"}