{"id":48436139,"url":"https://github.com/ably/agent-skills","last_synced_at":"2026-04-06T13:02:13.411Z","repository":{"id":343016594,"uuid":"1159386880","full_name":"ably/agent-skills","owner":"ably","description":"Ably's official collection of agent skills","archived":false,"fork":false,"pushed_at":"2026-03-08T12:53:21.000Z","size":50,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-08T16:29:31.340Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ably.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-02-16T17:06:11.000Z","updated_at":"2026-03-08T12:53:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ably/agent-skills","commit_stats":null,"previous_names":["ably/agent-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ably/agent-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ably%2Fagent-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ably%2Fagent-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ably%2Fagent-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ably%2Fagent-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ably","download_url":"https://codeload.github.com/ably/agent-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ably%2Fagent-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31473273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"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-06T13:02:08.616Z","updated_at":"2026-04-06T13:02:13.392Z","avatar_url":"https://github.com/ably.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ably Agent Skills\n\nAgent skills that give AI coding agents the context they need to use [Ably](https://ably.com) correctly. Covers product selection, SDK architecture, authentication, channel design, and the common mistakes that cause production issues.\n\nSkills work with any [agentskills.io-compatible](https://agentskills.io) coding agent, including Claude Code, Cursor, Codex, Windsurf, Gemini CLI, and [many more](https://agentskills.io).\n\n## Skills\n\n| Skill | Purpose | Auto-triggers when |\n|-------|---------|-------------------|\n| `using-ably` | Product selection, SDK patterns, auth, channel design, common gotchas | Any Ably-related work |\n| `debugging-with-ably-cli` | Diagnostic decision trees, CLI capabilities, state reference, environment gotchas | Diagnosing Ably issues |\n\n### `using-ably` — Primary Knowledge Skill\n\nThe core skill. Provides curated domain knowledge that agents frequently get wrong: choosing the right product/SDK, JWT vs token auth, modern v2.x patterns, Chat SDK lifecycle (attach before subscribe!), React integration pitfalls, and a production checklist.\n\n### `debugging-with-ably-cli` — CLI Debugging Skill\n\nTeaches agents what the Ably CLI can do and when to use each capability for diagnosing issues. Covers diagnostic reasoning (symptom → CLI approach), key debugging facts, connection/channel state machines, and environment-specific gotchas. Agents discover exact command syntax via `ably --help` at runtime.\n\n## Installation\n\n### Claude Code Plugin\n\n```bash\nclaude plugin marketplace add ably/agent-skills\nclaude plugin install ably@ably-agent-skills\n```\n\n### Agent Skills CLI (cross-agent)\n\n```bash\nnpx skills add ably/agent-skills\n```\n\n### Manual\n\nCopy the skill directory into your agent's configuration:\n\n```bash\ngit clone https://github.com/ably/agent-skills.git\ncp -r agent-skills/skills/using-ably .skills/\n```\n\n## Recommended Permissions\n\nSkills fetch Ably documentation via `WebFetch`. To avoid repeated permission prompts, add to `.claude/settings.json`:\n\n```json\n{\n  \"permissions\": {\n    \"allow\": [\n      \"WebFetch(ably.com/*)\",\n      \"WebSearch\"\n    ]\n  }\n}\n```\n\n## How It Works\n\nThe skill provides curated knowledge — architectural decisions, SDK patterns, auth, and common mistakes that documentation alone doesn't prevent. Every claim is verified against current Ably docs. Directs agents to fetch `ably.com/llms.txt` before writing code.\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fably%2Fagent-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fably%2Fagent-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fably%2Fagent-skills/lists"}