From cd61ec30001281327695b3b98bf2c85d97b52eec Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 22 Apr 2026 16:59:28 +0400 Subject: [PATCH] Add vara-skills to Backend & Architecture --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba038f3..a9d36d1 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Claude Plugins are extensions that enhance Claude Code with custom slash command - [mcp-builder](./mcp-builder) - Guides creation of high-quality MCP (Model Context Protocol) servers for integrating external APIs and services with LLMs. - [agent-sdk-dev](./agent-sdk-dev) - Claude Agent SDK development helper for building custom AI agents. - [maestro-orchestrate](https://github.com/josstei/maestro-orchestrate) - Multi-agent development orchestration coordinating 22 specialized subagents through 4-phase workflows with native parallel execution, persistent sessions, and standalone commands for code review, debugging, security audit, and more. +- [vara-skills](https://github.com/gear-foundation/vara-skills) - 21 skills for shipping Rust smart contracts on Vara Network with the Gear/Sails framework. Full pipeline: spec → Sails impl → gtest → on-chain deploy via `vara-wallet`. Covers IDL codegen, React frontend, and event-driven indexer. ### DevOps & Performance