{"id":51332683,"url":"https://github.com/itsgitz/agent-skills","last_synced_at":"2026-07-02T00:04:08.641Z","repository":{"id":360912323,"uuid":"1252251457","full_name":"itsgitz/agent-skills","owner":"itsgitz","description":"Personal Claude Code skill collection. Compatible with any AI agent that supports ~/.agents skills (Claude Code, Cursor, OpenCode, and more).","archived":false,"fork":false,"pushed_at":"2026-06-07T02:52:45.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-07T04:19:12.762Z","etag":null,"topics":["agent-skills","claude","claude-code","claude-skills","codex","opencode"],"latest_commit_sha":null,"homepage":"","language":null,"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/itsgitz.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-28T10:37:10.000Z","updated_at":"2026-06-07T02:52:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/itsgitz/agent-skills","commit_stats":null,"previous_names":["itsgitz/agent-skills"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/itsgitz/agent-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgitz%2Fagent-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgitz%2Fagent-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgitz%2Fagent-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgitz%2Fagent-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsgitz","download_url":"https://codeload.github.com/itsgitz/agent-skills/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsgitz%2Fagent-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35027345,"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-01T02:00:05.325Z","response_time":130,"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":["agent-skills","claude","claude-code","claude-skills","codex","opencode"],"created_at":"2026-07-02T00:04:08.010Z","updated_at":"2026-07-02T00:04:08.629Z","avatar_url":"https://github.com/itsgitz.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# agent-skills\n\n[![skills.sh](https://skills.sh/b/itsgitz/agent-skills)](https://skills.sh/itsgitz/agent-skills)\n\nPersonal skill collection by [Anggit M Ginanjar](https://github.com/itsgitz).\n\nSkills are reusable reference guides that help AI agents apply proven techniques and patterns consistently across projects. Compatible with any AI agent that supports `~/.agents` skills (Claude Code, Cursor, OpenCode, and more).\n\n## Quick Install\n\nInstall all skills from this repository at once:\n\n```bash\nnpx skills add itsgitz/agent-skills\n```\n\nOr use the `--skill` flag for more control:\n\n```bash\nnpx skills add itsgitz/agent-skills --skill '*'   # all skills\nnpx skills add itsgitz/agent-skills --skill docker-vps-deploy  # specific skill\n```\n\n## Skills\n\n| Skill | Description | Install |\n|-------|-------------|---------|\n| [docker-vps-deploy](./docker-vps-deploy/) | Deploy Dockerized app to VPS via SSH — no container registry, image travels as `.tar.gz` | `npx skills add itsgitz/agent-skills/docker-vps-deploy` |\n\n## Agents\n\nAgent definitions for AI coding tools — companion to skills. Each agent has a specific role with enforced boundaries between planning and execution.\n\n| Agent | Platform | Role |\n|-------|----------|------|\n| [architect-plan](./agents/architect.claude-plan.md) | Claude Code | Plan-only (read-only, opus) — writes documentation plan, hands off to architect-build |\n| [architect-build](./agents/architect.claude-build.md) | Claude Code | Build-only (sonnet) — executes plans from architect-plan |\n| [architect](./agents/architect.opencode.md) | OpenCode | Plan + build in one agent, gated on `execute`/`continue` |\n\nSee [agents/README.md](./agents/README.md) for setup and workflow details.\n\n## Usage\n\nInstall a specific skill into your project — two equivalent syntaxes:\n\n```bash\n# Path syntax\nnpx skills add itsgitz/agent-skills/\u003cskill-name\u003e\n\n# Flag syntax (handy for multiple skills)\nnpx skills add itsgitz/agent-skills --skill \u003cskill-name\u003e\nnpx skills add itsgitz/agent-skills --skill skill-a skill-b  # multiple at once\n```\n\nOnce installed, your AI agent will automatically invoke the skill when relevant triggers are detected (e.g., \"deploy to VPS\", \"rsync docker image\").\n\nSkills from this repository are discoverable on [skills.sh](https://skills.sh/itsgitz/agent-skills).\n\n## Adding Skills\n\nSee [docs/adding-skills.md](./docs/adding-skills.md) for conventions and checklist.\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsgitz%2Fagent-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsgitz%2Fagent-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsgitz%2Fagent-skills/lists"}