openwork-core
Installation
SKILL.md
Quick Usage (Already Configured)
Orientation
- Read
AGENTS.md,VISION.md,PRINCIPLES.md,PRODUCT.md, andARCHITECTURE.mdbefore changing behavior. - Ensure
vendor/opencodeexists for self-reference. - Use the
tauri-solidjsskill 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:
Related skills
More from different-ai/openwork
opencode-primitives
Reference OpenCode docs when implementing skills, plugins, MCPs, or config-driven behavior.
653solidjs-patterns
SolidJS reactivity + UI state patterns for OpenWork
558opencode-bridge
Bridge between OpenWork UI and OpenCode runtime
542tauri-solidjs
Tauri 2.x + SolidJS stack for OpenWork native app
506opencode-mirror
Maintain the local OpenCode mirror for self-reference
482browser-setup-devtools
Guide users through browser automation setup using Chrome DevTools MCP only. Use when the user asks to set up browser automation, Chrome DevTools MCP, browser MCP, or runs the browser-setup command.
97