pull-and-install

Update or freshly install DinoStack releases and adapters in Claude Code sessions.

12|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill pull-and-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pull-and-install
Source: https://github.com/Space-Dinosaurs/DinoStack/tree/main/.openclaw/skills/pull-and-install
Command: npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill pull-and-install

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pull the latest agentic-engineering (DinoStack) release and reinstall selected adapters, or perform a fresh clone-and-install if no existing install is detected. Use this when you want to update an existing install to the current main, or when setting up agentic-engineering for the first time inside a Claude Code session.

Core Features & Use Cases

  • Detect install state and route between UPDATE-FLOW and FRESH-CLONE-FLOW with guided prompts based on existing config.
  • Pull latest changes, validate repository status, and re-install adapters with identity/mode options.
  • Supports both updating an existing install and performing a fresh clone-and-install in Claude Code sessions.

Quick Start

Run the pull-and-install skill to update or freshly install DinoStack and adapters in your Claude Code session.

Frequently Asked Questions about pull-and-install

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

FAQPage Schema
How do I update DinoStack to the latest release in Claude Code?

To update DinoStack, run the pull-and-install process to pull the latest release from main and reinstall your selected adapters. It detects your existing installation state and routes the update flow automatically with safety checks on your git status.

What is the best way to set up DinoStack and adapters for the first time?

The best way to set up DinoStack for the first time is using a fresh clone-and-install flow. This detects no existing installation, clones the latest release, and guides you through applying identity and mode configurations during adapter installation.

Does the DinoStack update flow validate my git status before pulling changes?

Yes, the DinoStack update flow validates your repository git status before pulling the latest changes. This safety check ensures your working directory is clean and prevents conflicts before reinstalling selected adapters.

Can I apply identity and mode configurations when reinstalling DinoStack adapters?

Yes, you can apply identity and mode configurations during the DinoStack adapter installation process. The guided prompts use your existing config to apply these options whether you are updating an existing install or performing a fresh clone.

Why does my DinoStack installation route to a fresh clone instead of an update?

DinoStack routes to a fresh clone instead of an update when no existing installation is detected in your workspace. The process determines your install state first, then chooses between the fresh-clone-flow and the update-flow accordingly.