Hook by versori · 12 stars
The versori-skills plugin gives Claude Code the ability to create, build, deploy, and monitor production-grade data integrations, entirely from the command line. Rather than stitching together simple automations, Versori enables Claude to build complex, multi-workflow integrations with full TypeScript control using the versori-run SDK. The plugin follows a research-first approach: before writing any code, Claude gathers and structures API documentation for each system involved, producing a grounded research document that becomes the single source of truth for the integration. This ensures generated code is accurate and well-informed rather than hallucinated. From there, Claude manages the full integration lifecycle: bootstrapping projects, configuring systems and connections, generating type-safe TypeScript workflows, running local validation via Deno, and deploying to production with built-in safety checks like dry-run previews and project context validation. Key features: - Research-grounded code generation: Claude researches API documentation before writing code, with every fact linked to its source. Research documents are uploaded as project assets so future modifications retain full context. - Full project lifecycle management: Create, sync, deploy, version, promote, and rollback integrations without leaving the terminal. Supports multiple environments with version promotion between them. - Complex multi-workflow integrations: Build integrations with scheduled ETL pipelines, webhook handlers, durable long-running workflows, and stateful batch processing using KV storage, going well beyond the simple trigger-action automations of platforms. - Embedded integrations (multi-user): Supports user activations and connection management for embedded integration scenarios where end-users bring their own credentials. - Secure credential handling: Credentials are referenced as environment variables and resolved at runtime. They are never embedded in commands or stored in code. - Built-in deployment safety: Dry-run mode for all destructive operations.
/plugin install versori-skills@claude-community