AgentStack
SKILL verified MIT Self-run

Openarc

skill-yipxiyi-openarc-openarc · by Yipxiyi

Use when a user asks to use OpenArc generally, initialize governance, improve repository continuity, audit governance drift, migrate an existing workspace, or choose which OpenArc skill should handle a request.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-yipxiyi-openarc-openarc

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Openarc? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

OpenArc Entry

Use this as the first stop when the user says "use OpenArc" or asks for repository governance without naming a specific skill.

Fast Routing

Map the user's request to the narrowest skill:

| User Intent | Use | | --- | --- | | "Set up OpenArc here" | repository-governance, then profile-specific governance skills as needed | | "What is missing?" / "Audit this repo" | repository-governance, then run the scan helper if available | | "Clarify this request" / "New feature" / "New goal" | clarification-gate, then route to PRD, spec, plan, or implementation | | "Write PRD" | product-governance | | "Write spec" | spec-workflow | | "Plan implementation" | planning-engine | | "Define design system" | design-governance | | "Define brand" | brand-governance | | "Organize assets" | assets-governance | | "Migrate existing workspace" | workspace-migration | | "Version this change" | version-governance | | "Branch, commit, PR, release" | release-workflow | | "Prepare for open source" | open-source-maintenance |

Default First Pass

For a new or unfamiliar repository:

  1. Scan existing files before writing.
  2. Use the detected repo_profile to separate core, delivery, and conditional governance.
  3. Report what already exists, what is profile-relevant missing, and what conflicts.
  4. Recommend one of:
  • bootstrap missing governance
  • migrate existing docs
  • clarify a new goal or change before writing PRD, spec, or plan
  • create one spec and plan
  • prepare branch/PR/release
  1. Ask only for decisions that materially affect output.

Helper Scripts

If this plugin's scripts/openarc.py is available, prefer:

python3 plugins/openarc/scripts/openarc.py scan .
python3 plugins/openarc/scripts/openarc.py doctor plugins/openarc

Use script output as evidence, not as a replacement for judgment.

Rules

  • Do not load every OpenArc skill by default.
  • Do not create all governance docs unless the user asks for full setup.
  • Use clarification-gate before PRD, spec, plan, or implementation work when the request is broad, ambiguous, risky, or new.
  • Do not require docs/DESIGN.md, docs/BRAND.md, or docs/assets/* for script, CLI, automation, library, or docs-only repositories unless the repo already has UI or brand signals.
  • Prefer a small first useful artifact over a complete governance dump.
  • Existing repository conventions win over OpenArc templates.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.