{"id":51019313,"url":"https://github.com/colachg/skills","last_synced_at":"2026-06-21T15:01:45.025Z","repository":{"id":361300992,"uuid":"1253459274","full_name":"colachg/skills","owner":"colachg","description":"Personal Claude Code plugin marketplace — custom skills for Claude Code","archived":false,"fork":false,"pushed_at":"2026-05-30T01:14:02.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-30T03:11:13.496Z","etag":null,"topics":["ai-tools","anthropic","claude-code","claude-code-marketplace","claude-code-plugin","claude-skills","developer-tools"],"latest_commit_sha":null,"homepage":null,"language":null,"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/colachg.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-29T13:37:14.000Z","updated_at":"2026-05-30T01:14:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/colachg/skills","commit_stats":null,"previous_names":["colachg/skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/colachg/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colachg%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colachg%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colachg%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colachg%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colachg","download_url":"https://codeload.github.com/colachg/skills/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colachg%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34614593,"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-21T02:00:05.568Z","response_time":54,"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":["ai-tools","anthropic","claude-code","claude-code-marketplace","claude-code-plugin","claude-skills","developer-tools"],"created_at":"2026-06-21T15:01:40.850Z","updated_at":"2026-06-21T15:01:45.015Z","avatar_url":"https://github.com/colachg.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# skills\n\nA personal Claude Code **plugin marketplace** for storing and installing my own skills.\n\n## Repository layout\n\n```\nskills/\n├── .claude-plugin/\n│   └── marketplace.json          # marketplace manifest (lists plugins)\n├── plugins/\n│   └── colachg/                  # the plugin\n│       ├── .claude-plugin/\n│       │   └── plugin.json        # plugin manifest\n│       └── skills/                # skills live here (auto-discovered)\n│           └── \u003cskill-name\u003e/\n│               └── SKILL.md\n└── README.md\n```\n\nSkills in `plugins/colachg/skills/` are auto-discovered — no need to list them in `plugin.json`.\n\n## Install in Claude Code\n\nPush this repo to GitHub, then in Claude Code:\n\n```\n/plugin marketplace add colachg/skills\n/plugin install colachg@skills\n```\n\nThe marketplace is named `skills` (see `.claude-plugin/marketplace.json`) and\nships a plugin named `colachg`, so the install spec is `colachg@skills`\n(`\u003cplugin\u003e@\u003cmarketplace\u003e`).\n\nTo develop locally without pushing, point the marketplace at the local path:\n\n```\n/plugin marketplace add /Users/colachen/Experiments/GitHub/my-skills\n/plugin install colachg@skills\n```\n\nAfter pushing changes, refresh with:\n\n```\n/plugin marketplace update\n```\n\n## Add a new skill\n\nCreate a folder under `plugins/colachg/skills/` matching the skill name, with a `SKILL.md` inside:\n\n```markdown\n---\nname: my-skill\ndescription: One or two sentences telling Claude exactly when to use this skill. Max 1024 chars.\n---\n\n# My Skill\n\nInstructions for Claude go here. Reference supporting files (scripts/, references/)\nin the same folder as needed.\n```\n\nFrontmatter rules:\n- `name`: lowercase letters, numbers, and hyphens only; must match the folder name (max 64 chars).\n- `description`: required; this is what triggers the skill, so be specific about *when* to use it.\n- Optional: `version`, `allowed-tools`, `disable-model-invocation`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolachg%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolachg%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolachg%2Fskills/lists"}