plugins/origin/skills/init/SKILL.md
Frictionless setup. Detects missing daemon, installs it, configures local memory, and verifies the full plugin → MCP → daemon round-trip. Run after `/plugin install origin@7xuanlu`, or any time the user says "set up origin", "is origin working", "fix origin".
npx skillsauth add davepoon/buildwithclaude initInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Self-healing setup. Goal: 30 seconds, two user actions max (install plugin,
type /init). Default backend is local memory — no local model, no API key, no
prompts. Local model and Anthropic key are opt-in upgrades documented in
/help.
Run in order. Stop and report at the first failure that needs human attention. Otherwise, push through automatically.
Bash: curl -fsS -m 1 http://127.0.0.1:7878/api/health
Detect whether the origin CLI is on PATH:
Bash: command -v origin >/dev/null 2>&1 && echo present || echo absent
If absent, run the installer (no human prompts):
Bash: curl -fsSL https://raw.githubusercontent.com/7xuanlu/origin/v0.6.1/install.sh | bash
Then add it to PATH for the current session and configure local memory non-interactively:
Bash: export PATH="$HOME/.origin/bin:$PATH" && origin setup --basic && origin install
If present (CLI exists, daemon down), just install + start:
Bash: origin setup --basic 2>/dev/null || true; origin install
origin setup --basic is idempotent — safe to re-run. origin install
writes the launchd plist and starts the daemon.
Bash: for i in 1 2 3 4 5; do curl -fsS -m 1 http://127.0.0.1:7878/api/health && break; sleep 1; done
If the daemon still isn't reachable after ~5s, surface the error and stop.
Likely cause: launchd plist load failure, port 7878 occupied by another
process, or macOS Tahoe Metal init issue (daemon degrades but still binds —
check lsof -ti :7878).
Call the origin MCP server's doctor tool:
doctor()
Expected: local memory configured (no model, no key). Capture the mode string for the final report.
context()
Pass → continue. Fail → MCP not wired. Tell user:
"origin-mcp didn't respond. Restart Claude Code so the plugin's
.mcp.json re-spawns the server."
Print:
Origin ready.
Daemon: up on 127.0.0.1:7878
Mode: <mode from doctor()>
MCP: connected
Data: ~/.origin/ (pages, sessions, db symlink)
Try: /brief, /capture <thing>, /recall <query>, /help
If this was the first /init invocation in the session, dispatch /help
once so the user sees the verb cheat-sheet without asking.
Mention these in the ready report only if the user explicitly asks for "richer features" or asks about model-backed extraction:
origin model install — local Qwen for distill cycles.origin key set anthropic — Anthropic for stronger synthesis.Default flow ignores both. Storage, search, recall, and MCP memory all work in local memory mode.
/plugin install origin@7xuanlu./brief instead.origin doctor or settings file directly.development
Stop coding agents from shipping generic UI. Use UIZZE's 800,000+ real web and iOS screens to build product-specific interfaces, define a design contract, cover required states, and run a hard finish gate. Use for web or iOS UI design, implementation, redesign, critique, and pre-ship review in Codex, Claude Code, Cursor, Copilot, and other coding agents.
development
Convene an AI executive board of directors (CEO, CFO, COO, CLO, CISO sub-agent personas) to vet a business idea, product concept, new service offering, M&A target, or operational initiative — and deliver an integrated board memo with a Go/No-Go recommendation. Use this skill whenever the user wants an idea vetted, stress-tested, or reviewed from multiple executive perspectives; asks to "present this to the board," "run this by the boardroom," "vet this idea," "poke holes in this plan," or "prep me for a board meeting"; or shares a business plan, pitch, proposal, or initiative document and asks for structured executive feedback. Also trigger when the user asks for a Go/No-Go decision, risk review across finance/legal/security/operations, or preparation for presenting an initiative to real leadership.
data-ai
私人旅行管家 — 从出发地到目的地的完整行程规划+攻略导出。 输入出发地、目的地、天数、预算、风格偏好,自动输出闭环行程, 包含交通推荐、酒店推荐、美食路线、每日预算,并可选生成攻略。 当用户提到「做攻略」「旅行规划」「旅游计划」「行程安排」时使用。
tools
Use Ontoly's deterministic Software Graph and MCP server for codebase architecture, request tracing, dependency analysis, and impact analysis.