setup

Run a shell script to install agent skills, knowledge, and config for Claude Code or Cursor.

Updated May 11, 2026
One-click install
npx skills add https://github.com/thachrocky12345/local-agent-train-workstation --skill setup-thachrocky12345
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/thachrocky12345/local-agent-train-workstation/tree/main/qvac/.cursor/skills/setup
Command: npx skills add https://github.com/thachrocky12345/local-agent-train-workstation --skill setup-thachrocky12345

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up agent tooling for Claude Code or Cursor requires manually copying skills, knowledge files, and configuration, which is repetitive and error-prone across environments. ## Core Features & Use Cases - Automated Agent Setup: Executes packages/ocr-onnx/.agent/setup.sh to install skills, knowledge, and config in one step. - Multi-Agent Support: Accepts claude, cursor, or all as an argument to target the desired agent environment. - Use Case: After cloning the repository, run the setup for Cursor so all agent skills and configuration are copied into place without manual file management. ## Quick Start Ask the assistant to run the setup skill with the argument cursor to install the agent skills and configuration for Cursor.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up agent skills for Claude Code or Cursor?

Run the setup skill with an argument of claude, cursor, or all. It executes packages/ocr-onnx/.agent/setup.sh, which copies the required skills, knowledge, and configuration into place for the selected agent.

What arguments does the setup script accept?

The setup script accepts three arguments: claude, cursor, or all. Passing all configures both Claude Code and Cursor environments in a single run.

Can I use this setup for both Claude Code and Cursor at once?

Yes, pass all as the argument to the setup command. The script then installs skills, knowledge, and config for both Claude Code and Cursor in one execution.

What does the setup script actually install?

The script at packages/ocr-onnx/.agent/setup.sh installs agent skills, knowledge files, and configuration for the specified agent. After running, the skill reports what was copied or generated.