CtrlK
BlogDocsLog inGet started
Tessl Logo

chatto

github.com/chattocorp/chatto

SkillAddedReview
update-project-dependencies

.agents/skills/update-project-dependencies/SKILL.md

Use this if you want to update all project dependencies while respecting semver compatibility.

66

svelte-docs

.agents/skills/svelte-docs/SKILL.md

Use this if you want to look up Svelte, SvelteKit, and Svelte CLI documentation.

73

svelte-core-bestpractices

.agents/skills/svelte-core-bestpractices/SKILL.md

Guidance on writing fast, robust, modern Svelte code. Load this skill whenever in a Svelte project and asked to write/edit or analyze a Svelte component or module. Covers reactivity, event handling, styling, integration with libraries and more.

72

svelte-code-writer

.agents/skills/svelte-code-writer/SKILL.md

CLI tools for Svelte 5 documentation lookup and code analysis. MUST be used whenever creating, editing or analyzing any Svelte component (.svelte) or Svelte module (.svelte.ts/.svelte.js). If possible, this skill should be executed within the svelte-file-editor agent for optimal results.

76

glossary

.agents/skills/glossary/SKILL.md

Maintain Chatto's glossary of terms in docs/GLOSSARY.md. Look up a term, add a new one, or audit the glossary against the codebase, FDRs, and ADRs for missing or stale entries.

73

fdr

.agents/skills/fdr/SKILL.md

Keep track of Chatto's features as Feature Decision Records (FDRs) — one structured document per feature capturing behavior, design decisions, and rationale. Replaces the older agent-docs/features/ system.

58

chatto-security-review

.agents/skills/chatto-security-review/SKILL.md

Perform a comprehensive security review of the Chatto codebase. Launch multiple exploration agents in parallel to examine different security aspects, then have an adversarial reviewer verify and challenge the findings.

69

chatto-release-notes

.agents/skills/chatto-release-notes/SKILL.md

Create or update Chatto docs website release pages by comparing release-please state, tags, commits, changelog entries, and PRs

62

chatto-release-checklist

.agents/skills/chatto-release-checklist/SKILL.md

Run before making a new Chatto release. Compares the candidate version with stable and prerelease baselines, writes a developer checklist and separate user-facing announcement to .context/, and reports API changes separately.

72

chatto-pr-checklist

.agents/skills/chatto-pr-checklist/SKILL.md

Pre-merge PR checklist for the Chatto codebase. Contains instructions for tasks that must run before a PR is merged. This skill should automatically run when a PR is opened.

56

chatto-event-sourcing

.agents/skills/chatto-event-sourcing/SKILL.md

Use when designing, implementing, reviewing, debugging, or documenting Chatto event-sourced domain behavior, including EVT subjects, aggregate boundaries, Services, projections, optimistic concurrency control, read-your-writes, live/reconnect delivery, replay compatibility, migration safety, and rollback/deployment implications.

64

chatto-debugging

.agents/skills/chatto-debugging/SKILL.md

Production debugging tools for NATS streams, KV buckets, and protobuf events. Covers nats CLI commands, stream inspection, protobuf decoding, and message iteration.

63

chatto-checkup

.agents/skills/chatto-checkup/SKILL.md

Run a documentation-focused maintenance checkup of the Chatto codebase. Fans out to /fdr, /adr, and /chatto-architecture-inventory, then compiles a single consolidated report. Always propose-only; no changes are applied without explicit user approval. At the end, points the human at other maintenance skills (/update-project-dependencies, /chatto-security-review) they may want to run themselves.

69

chatto-architecture-inventory

.agents/skills/chatto-architecture-inventory/SKILL.md

Maintain Chatto's current runtime architecture inventory in docs/architecture/. Use when adding, changing, removing, auditing, or documenting runtime components, projections or snapshots, NATS and JetStream resources, subject namespaces and event types, runtime-state keys, durable effects, ConnectRPC or Operator API mounts, or realtime delivery architecture. By default, inspect the codebase, apply all in-scope inventory fixes, and validate them; report without editing only when the user or parent workflow explicitly requests an audit, review, report, or propose-only result.

77

chatto-api-compatibility

.agents/skills/chatto-api-compatibility/SKILL.md

Review or design Chatto public API and protocol changes for temporal compatibility, capability discovery, version skew, migration impact, and generated artifacts. Use whenever changing or reviewing public protobufs, ConnectRPC handlers, discovery metadata, realtime frames or behaviour, public auth/error/pagination/visibility semantics, or bundled client/server compatibility.

80

adr

.agents/skills/adr/SKILL.md

Keep track of architectural decisions in a structured format using Architecture Decision Records (ADRs).

61

adr-review

.agents/skills/adr-review/SKILL.md

Run a full review of all Architecture Decision Records for implementation drift, contradictions, stale decisions, missing supersession notes, weak rationale, and missing cross-references. Use when the user asks for an ADR review, ADR audit, stale ADR check, architecture decision consistency check, or wants to verify ADRs against the current codebase, feature/design records, architecture docs, glossary, or public API state.

74