appwrite-ruby とは?
Ruby SDK スキルをアプリで作成します。 Appwrite を使用して、Rails と Sinatra の統合を含むサーバー側 Ruby アプリケーションを構築するときに使用します。ユーザー管理、データベース/テーブルの CRUD、ファイル ストレージ、API キーによる機能をカバーします。 ソース: appwrite/agent-skills。
Ruby SDK スキルをアプリで作成します。 Appwrite を使用して、Rails と Sinatra の統合を含むサーバー側 Ruby アプリケーションを構築するときに使用します。ユーザー管理、データベース/テーブルの CRUD、ファイル ストレージ、API キーによる機能をカバーします。
コマンドラインで appwrite-ruby AI スキルを開発環境にすばやくインストール
ソース: appwrite/agent-skills。
Note: Use TablesDB (not the deprecated Databases class) for all new code. Only use Databases if the existing codebase already relies on it or the user explicitly requests it.
Tip: Prefer keyword arguments (e.g., databaseid: '...') for all SDK method calls. Only use positional arguments if the existing codebase already uses them or the user explicitly requests it.
Note: The legacy string type is deprecated. Use explicit column types for all new columns.
Ruby SDK スキルをアプリで作成します。 Appwrite を使用して、Rails と Sinatra の統合を含むサーバー側 Ruby アプリケーションを構築するときに使用します。ユーザー管理、データベース/テーブルの CRUD、ファイル ストレージ、API キーによる機能をカバーします。 ソース: appwrite/agent-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/appwrite/agent-skills --skill appwrite-rubyRuby SDK スキルをアプリで作成します。 Appwrite を使用して、Rails と Sinatra の統合を含むサーバー側 Ruby アプリケーションを構築するときに使用します。ユーザー管理、データベース/テーブルの CRUD、ファイル ストレージ、API キーによる機能をカバーします。 ソース: appwrite/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/appwrite/agent-skills --skill appwrite-ruby インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/appwrite/agent-skills