{"id":50732705,"url":"https://github.com/langburd/agent-skills","last_synced_at":"2026-06-13T13:01:15.903Z","repository":{"id":362984402,"uuid":"1261445526","full_name":"langburd/agent-skills","owner":"langburd","description":"Personal Claude Code plugin marketplace","archived":false,"fork":false,"pushed_at":"2026-06-09T09:45:39.000Z","size":144,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-11T11:23:29.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/langburd.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-06-06T17:37:37.000Z","updated_at":"2026-06-09T09:51:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/langburd/agent-skills","commit_stats":null,"previous_names":["langburd/claude-plugins","langburd/agent-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/langburd/agent-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/langburd%2Fagent-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/langburd%2Fagent-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/langburd%2Fagent-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/langburd%2Fagent-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/langburd","download_url":"https://codeload.github.com/langburd/agent-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/langburd%2Fagent-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34243053,"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-12T02:00:06.859Z","response_time":109,"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":[],"created_at":"2026-06-10T10:30:44.835Z","updated_at":"2026-06-12T12:00:52.936Z","avatar_url":"https://github.com/langburd.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# langburd/agent-skills\n\nPersonal Claude Code plugin marketplace.\nSkills-first, versioned with semver, auto-updating via native marketplace autoUpdate.\n\n## Install\n\n### Terminal (CLI)\n\n```bash\nclaude plugin marketplace add langburd/agent-skills\nclaude plugin install cv-achievements@langburd\n```\n\n### Claude Code slash commands\n\n```\n/plugin marketplace add langburd/agent-skills\n/plugin install cv-achievements@langburd\n```\n\n## Auto-Update\n\nClaude Code can auto-apply newer plugin versions at startup by comparing\ninstalled versions against this marketplace's index. Third-party marketplaces\nhave auto-update disabled by default — enable it in `~/.claude/settings.json`:\n\n```json\n{\n  \"extraKnownMarketplaces\": {\n    \"langburd\": {\n      \"source\": {\n        \"source\": \"github\",\n        \"repo\": \"langburd/agent-skills\"\n      },\n      \"autoUpdate\": true\n    }\n  }\n}\n```\n\n`claude plugin marketplace add langburd/agent-skills` registers the entry; set\n`\"autoUpdate\": true` on it (or toggle via `/plugin` → Marketplaces). No\nSessionStart hook is needed — version comparison and update application are\nbuilt into Claude Code.\n\n## Plugins\n\n\u003c!-- BEGIN PLUGIN TABLE --\u003e\n| Plugin | Version | Description |\n|--------|---------|-------------|\n| [claude-to-agents](plugins/claude-to-agents) | 0.1.0 | Convert Claude Code skills/config into agent definitions for other agent runtimes |\n| [cv-achievements](plugins/cv-achievements) | 1.1.0 | Turn GitHub PR activity into CV achievement bullets for a job entry |\n| [humanizer](plugins/humanizer) | 0.1.0 | Rewrite AI-sounding text into natural human prose — strip filler, hedging, and robotic phrasing |\n| [linkedin-post](plugins/linkedin-post) | 0.1.0 | Turn any subject into a ready-to-post LinkedIn post: an HTML preview with copy buttons plus an image-generation prompt |\n\u003c!-- END PLUGIN TABLE --\u003e\n\n## Contributing\n\nFork, add plugin under `plugins/\u003cname\u003e/`, run `./scripts/sync.sh`, open PR.\nCI validates automatically.\n\n### Plugin Structure\n\n```text\nplugins/\u003cname\u003e/\n├── .claude-plugin/\n│   └── plugin.json    # { \"name\", \"version\", \"description\" }\n├── skills/\n│   └── \u003cskill-name\u003e/\n│       └── SKILL.md   # frontmatter: name, description\n└── README.md\n```\n\n### Workflow\n\n```bash\n# Edit skill, bump version in plugin.json, regenerate\n./scripts/sync.sh\ngit add -p \u0026\u0026 git commit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flangburd%2Fagent-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flangburd%2Fagent-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flangburd%2Fagent-skills/lists"}