ozyterminal-client-runtime
Diagnostic skill for OzyTerminal client startup and build chain issues.
Install
mkdir -p .claude/skills/ozyterminal-client-runtime && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15170" && unzip -o skill.zip -d .claude/skills/ozyterminal-client-runtime && rm skill.zipInstalls to .claude/skills/ozyterminal-client-runtime
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use this skill when modifying, debugging, or validating the OzyTerminal desktop client startup path, package manager setup, build scripts, or frontend chain.Key capabilities
- →Validate Tauri startup paths for the OzyTerminal client
- →Check for mixed npm and pnpm problems
- →Identify port 3000 conflicts
- →Validate the frontend build chain
- →Clean up package managers in app-client
- →Verify the active frontend target
How it works
The skill checks specific files and configurations within the app-client directory, including package.json and tauri.conf.json, to ensure correct setup and identify common issues.
Inputs & outputs
When to use ozyterminal-client-runtime
- →Fixing Tauri startup failures
- →Debugging build script issues
- →Validating frontend environment configuration
About ozyterminal-client-runtime
Validates frontend configurations, package manager setups, and Tauri startup paths for the OzyTerminal client. Prevents common port conflicts and build errors.
Use this skill when modifying, debugging, or validating the OzyTerminal desktop client startup path, package manager setup, build scripts, or frontend chain.
When not to use it
- →When adding or switching to pnpm
- →When creating another frontend outside app-client/src-ui
- →When treating legacy folders as active product code
Limitations
- →It does not support adding or switching to pnpm
- →It does not support creating frontends outside app-client/src-ui
- →It does not treat legacy folders as active product code
How it compares
This skill systematically checks known problem areas in the OzyTerminal client runtime, unlike manual debugging that might miss specific configuration errors.
Compared to similar skills
ozyterminal-client-runtime side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ozyterminal-client-runtime (this skill) | 0 | 5mo | No flags | Beginner |
| debug-cross-service-auth | 0 | 4mo | No flags | Intermediate |
| genie | 0 | 1mo | Review | Advanced |
| telegram-mini-app | 62 | 6mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
debug-cross-service-auth
J-Akiru5
Use when: diagnosing Supabase JWT handoff failures from Next.js frontend to Laravel backend including headers, CORS, issuer, audience, and secret mismatches.
genie
Genie-sa
Drive live DevTools on a RUNNING React, React Native, or TanStack app with the `genie-react` CLI. Use it to inspect components, explain renders, audit effect schedules and hotness, read Query or Router state, force hard-to-reach UI, and prove a change with repeated runtime captures. Pair it with age
telegram-mini-app
davila7
Expert in building Telegram Mini Apps (TWA) - web apps that run inside Telegram with native-like experience. Covers the TON ecosystem, Telegram Web App API, payments, user authentication, and building viral mini apps that monetize. Use when: telegram mini app, TWA, telegram web app, TON app, mini app.
chrome-devtools
mrgoonie
Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.
playwright-browser-automation
lackeyjb
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
svelte-expert
Raudbjorn
Expert Svelte/SvelteKit development assistant for building components, utilities, and applications. Use when creating Svelte components, SvelteKit applications, implementing reactive patterns, handling state management, working with stores, transitions, animations, or any Svelte/SvelteKit development task. Includes comprehensive documentation access, code validation with svelte-autofixer, and playground link generation.