{"id":48217693,"url":"https://github.com/cdilga/skills","last_synced_at":"2026-04-04T19:01:43.793Z","repository":{"id":337313801,"uuid":"1142124625","full_name":"cdilga/skills","owner":"cdilga","description":"Personal collection of Claude Code skills","archived":false,"fork":false,"pushed_at":"2026-03-17T10:42:16.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-18T01:11:34.870Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/cdilga.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-01-26T01:25:14.000Z","updated_at":"2026-03-17T10:42:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cdilga/skills","commit_stats":null,"previous_names":["cdilga/skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cdilga/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdilga%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdilga%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdilga%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdilga%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdilga","download_url":"https://codeload.github.com/cdilga/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdilga%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31409471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: 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":"2026-04-04T19:01:43.081Z","updated_at":"2026-04-04T19:01:43.780Z","avatar_url":"https://github.com/cdilga.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cdilga/skills\n\nA collection of AI coding agent skills that work across Claude Code, Cursor, Codex, OpenCode, Gemini CLI, Windsurf, Kimi, and GitHub Copilot.\n\n## Install\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/cdilga/skills/main/install.sh | bash\n```\n\nClones to `~/.local/share/cdilga-skills`, installs into `~/.agents/skills/` (the shared hub), and creates per-agent symlinks automatically. Re-run to update, or:\n\n```bash\ngit -C ~/.local/share/cdilga-skills pull\n```\n\n## Agent compatibility\n\n| Agent | Skills path |\n|---|---|\n| Claude Code | `~/.claude/skills/` + plugin system |\n| Cursor | `~/.cursor/skills/` |\n| Codex | `~/.codex/skills/` |\n| OpenCode | `~/.config/opencode/skills/` |\n| Gemini CLI | `~/.gemini/skills/` |\n| Windsurf | `~/.codeium/windsurf/skills/` |\n| Kimi | `~/.kimi/skills/` |\n| GitHub Copilot | `~/.copilot/skills/` |\n\nAll agent dirs symlink to `~/.agents/skills/` — one `git pull` updates everywhere.\n\n### Claude Code native install\n\nIf you prefer Claude Code's built-in plugin system:\n\n```\n/plugin marketplace add cdilga/skills\n/plugin install all-skills@cdilga-skills\n```\n\nOr add via **Settings → Plugins** and search for `cdilga/skills`.\n\n## Skills\n\n### cass\nSearch all past AI coding agent histories (Claude Code, Cursor, Codex, OpenCode, etc.) using the [`cass`](https://github.com/Dicklesworthstone/coding_agent_session_search) CLI. Find how you solved something before, mine patterns, or look up historical context across all your conversations.\n\n\u003e **Requires `cass`** — first time: read [`skills/cass/setup.md`](skills/cass/setup.md)\n\n### suno-sounds\nGenerate sound effects, foley, and music via the [Suno API](https://suno.com). Covers one-shot SFX, ambient audio, voice-over, and full songs — batch via API or interactive via the web UI.\n\n### looping-video\nCreate seamlessly looping, tripod-stable video from handheld footage using `ffmpeg` and `vidstab`. Good for hero section backgrounds and cinemagraphs.\n\n## Adding your own skills\n\nEach skill is a directory with a `SKILL.md`:\n\n```\nskills/\n└── my-skill/\n    └── SKILL.md\n```\n\n```yaml\n---\nname: my-skill\ndescription: One sentence — when should an agent use this?\ntriggers:\n  - keyword agents will think when they need this\n  - another trigger phrase\n---\n\n# Instructions for the agent...\n```\n\nThe `description` and `triggers` fields are what surface the skill to agents — make them reflect the *problem*, not the tool name.\n\nPRs welcome.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdilga%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdilga%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdilga%2Fskills/lists"}