Ably Realtime - our client library SDKs and libraries
Official@ably · London, UK
Ably’s platform lets you build, extend, and deliver powerful digital experiences in realtime. No complex infrastructure to manage just simple yet powerful APIs.
Agent Skills by Ably Realtime - our client library SDKs and libraries
Showing 16 vetted skills indexed across 3 GitHub repositories.
commit
Generate a git commit message and commit staged changes with project-specific formatting.
code-review-docs
Audits documentation for accuracy, coverage, structure, and cross-reference issues against a codebase.
commit-many
Splits mixed Git working trees into logical commits with selective line staging.
code-review-demos
Audit demo applications for API drift and stale example code.
changelog
Generate CHANGELOG.md entries from merged GitHub pull requests since the last release tag.
spec
Audits AI transport code, comments, and tests against the specification.
release
Create a release branch and update version metadata for semver releases.
docs
Write and improve markdown documentation for the AI Transport SDK.
code-review-rules-conformance
Audit changed code against project rules in .claude/rules and CLAUDE.md.
code-review-all
Coordinate parallel subagent reviews and synthesize severity-grouped findings into one verdict.
code-review-rules-drift
Audit rule guidance for drift against the current codebase.
ably-new-command
Scaffold new Ably CLI commands with tests and templates for oclif + TypeScript.
ably-codebase-review
Audit the Ably CLI codebase for ably-new-command skill conformance using LSP and grep.
ably-review
Analyze current branch changes against Ably command conventions using LSP and grep checks.
using-ably
Guide Ably realtime architecture with product and SDK selection.
debugging-with-ably-cli
Diagnose Ably connectivity, presence, auth, and push issues via CLI commands.
Frequently Asked Questions About Ably Realtime - our client library SDKs and libraries
FAQPage SchemaWhat specific engineering tasks are enabled by these capabilities?▼
These capabilities enable automated codebase auditing, documentation integrity checks, semver release management, and diagnostic troubleshooting for realtime messaging systems. Engineers can perform parallel code reviews, enforce project-specific commit formatting, and validate demo applications against current transport specifications to ensure architectural consistency.
Which personas benefit most from these technical utilities?▼
Platform engineers, technical writers, and software architects working with distributed messaging systems benefit most. These utilities are designed for developers maintaining complex repositories who require strict adherence to project rules, consistent documentation standards, and rapid diagnostic feedback during the development lifecycle.
What are the primary prerequisites for implementing these diagnostic utilities?▼
Implementation requires a repository structured with standard Git versioning, defined project rules within .claude/rules or CLAUDE.md, and an existing integration with the Ably messaging platform. Users must have a local environment configured for TypeScript and standard terminal-based diagnostic execution.