corgispec-install

Install, update, or verify OpenSpec GitFlow assets in a target repository.

113|9|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/ricoyudog/Coding_Corgi_flow --skill corgispec-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: corgispec-install
Source: https://github.com/ricoyudog/Coding_Corgi_flow/tree/main/.opencode/skills/molecules/corgispec-install
Command: npx skills add https://github.com/ricoyudog/Coding_Corgi_flow --skill corgispec-install

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires corgispec-memory-init.

What problem does it solve?

It solves the problem of setting up and keeping OpenSpec GitFlow workflow assets consistent across tools and repositories, so you can reliably run disciplined AI coding without manual file juggling.

Core Features & Use Cases

  • Project-local workflow installation: Copies the repo-managed OpenSpec command dispatch files and selected schema set into the target project’s .opencode/, .claude/, and openspec/schemas/ paths.
  • User-level command availability: Ensures /corgi-* command dispatch files are installed globally so they work across repos, while allowing project-local files to override user-level ones.
  • Safety-first update behavior: Supports fresh install, managed update via manifest hash checking, legacy migration with explicit approval and backups, and verify-only health checks without mutations.
  • Optional memory structure initialization: Can initialize cross-session memory structure by invoking a prerequisite skill.

Quick Start

Ask the installer to set up the project by running corgispec-install for your target project path with the schema type you want (gitlab-tracked or github-tracked) and whether to enable worktree isolation.

Frequently Asked Questions about corgispec-install

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

FAQPage Schema
How do I install OpenSpec GitFlow assets into a local project repository?

You can install OpenSpec GitFlow assets by running the installer against your target project path, which copies command dispatch files and schema sets into .opencode/, .claude/, and openspec/schemas/ directories for consistent AI coding workflow setup.

What is verify-only mode for OpenSpec GitFlow installation?

Verify-only mode performs a health check on your OpenSpec GitFlow installation without making any mutations. It reports the status of managed files and manifest SHA-256 integrity, ensuring your project-local assets remain consistent without applying updates.

How does manifest SHA-256 integrity checking work for GitFlow asset updates?

Manifest SHA-256 integrity checking gates managed updates by comparing file hashes before applying changes. This safety-first mechanism ensures the installer never overwrites locally modified managed files, preserving your customizations while updating unchanged assets.

Can I migrate legacy OpenSpec configurations without losing local modifications?

Yes, legacy migration supports backing up existing files and requires explicit user approval before proceeding. The installer patches only allowed fields in openspec/config.yaml and never overwrites locally modified managed files during the migration process.

Do I need to initialize cross-session memory before installing GitFlow assets?

No, cross-session memory initialization is optional. The installer can invoke a prerequisite skill to initialize memory structure, but you can run a standard project-local workflow installation independently by specifying your desired schema type and worktree isolation preference.

Does OpenSpec GitFlow installation support both project-local and user-level command dispatch?

Yes, the installer manages both project-local and user-level command dispatch files. It ensures /corgi-* commands work globally across repositories while allowing project-local files within specific directories to override user-level configurations when needed.