Back to list
different-ai

openwork-core

by different-ai

An open-source alternative to Claude Cowork, powered by opencode

5,647🍴 430📅 Jan 23, 2026

SKILL.md


name: openwork-core description: Core context and guardrails for OpenWork native app

Quick Usage (Already Configured)

Orientation

  • Read AGENTS.md and MOTIVATIONS-PHILOSOPHY.md before changing behavior.
  • Ensure vendor/opencode exists for self-reference.
  • Use the tauri-solidjs skill for stack-specific guidance.

Update the OpenCode mirror

git -C vendor/opencode pull --ff-only

Development workflow

pnpm tauri dev          # Desktop development
pnpm tauri ios dev      # iOS development
pnpm tauri android dev  # Android development

# Or run directly in the desktop package:
pnpm -C packages/desktop tauri dev

OpenCode Integration

Spawn OpenCode CLI

opencode -p "your prompt" -f json -q

Read OpenCode database

~/.opencode/opencode.db  # SQLite database

Key tables

  • sessions — Task runs
  • messages — Chat messages and tool calls
  • history — File change tracking

Common Gotchas

  • OpenWork must stay within OpenCode's tool surface; avoid inventing new capabilities.
  • Always expose plans, permissions, and progress for non-technical users.
  • Use Tauri commands for all system access (file, shell, database).
  • Keep UI at 60fps; avoid blocking the main thread.
  • Mobile builds require platform-specific setup (Xcode, Android Studio).

UI Principles

  • Slick and fluid: animations, transitions, micro-interactions.
  • Mobile-first: touch targets, gestures, adaptive layouts.
  • Transparency: show plans, steps, and tool calls.
  • Progressive disclosure: hide advanced controls until needed.

First-Time Setup (If Not Configured)

Clone the OpenCode mirror

git clone https://github.com/anomalyco/opencode vendor/opencode

Initialize Tauri project

pnpm create tauri-app . --template solid-ts

Add mobile targets

pnpm tauri ios init
pnpm tauri android init

Common Gotchas

  • OpenWork must stay within OpenCode’s tool surface; avoid inventing new capabilities.
  • Always expose plans, permissions, and progress for non-technical users.

First-Time Setup (If Not Configured)

Clone the OpenCode mirror

git clone https://github.com/anomalyco/opencode vendor/opencode

Score

Total Score

80/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 1000以上

+15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon