kickoff

Guide GoC onboarding and scaffold a deck via goc install.

6|Updated May 4, 2026
One-click install
npx skills add https://github.com/zauberzeug/game-of-cards --skill kickoff-zauberzeug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kickoff
Source: https://github.com/zauberzeug/game-of-cards/tree/main/openclaw-plugin/skills/kickoff
Command: npx skills add https://github.com/zauberzeug/game-of-cards --skill kickoff-zauberzeug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the onboarding of GoC in a fresh repository by guiding users through persona selection, AGENTS.md integration, and scaffolding the initial deck state via goc install. It provides a host-agnostic flow that allows host-specific complements to tailor the UX after kickoff.

Core Features & Use Cases

  • Onboard new repositories with GoC by guiding initial setup and installing the deck.
  • Gather user persona input and merge agent-neutral guidance into AGENTS.md.
  • Scaffold repository state with an idempotent, host-agnostic flow that is safe to re-run.

Quick Start

Run the kickoff skill in your repo to scaffold GoC and begin onboarding.

Frequently Asked Questions about kickoff

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

FAQPage Schema
How do I bootstrap GoC in a new repository?

To bootstrap GoC in a new repository, run the kickoff skill to guide you through persona selection, merge agent-neutral guidance into AGENTS.md, and scaffold the initial deck state via goc install.

What is the best way to automate project onboarding for runtime agents?

Automating project onboarding for runtime agents involves using a host-agnostic flow that gathers persona input and installs a ready-to-use deck scaffold, ensuring quick and repeatable project bootstrap via goc install.

Can I re-run the GoC setup process if my repository state changes?

Yes, you can re-run the GoC setup process safely because the kickoff flow is idempotent, meaning it applies frontmatter metadata and scaffolds the repository state without duplicating or corrupting existing configurations.

Does the kickoff scaffold work for solo developers and small teams?

The kickoff scaffold works for solo developers, small teams, and runtime agents by providing a host-agnostic onboarding flow that tailors the user experience through stage-aware prompts and AGENTS.md integration.

How does AGENTS.md integration work during GoC onboarding?

AGENTS.md integration works during GoC onboarding by merging agent-neutral guidance into the file, ensuring host-specific complements can tailor the UX after the initial kickoff completes.

What are the limitations of using a host-agnostic onboarding flow for project scaffolding?

The limitation of a host-agnostic onboarding flow is that it requires host-specific complements to tailor the UX after kickoff, meaning the base scaffold does not include environment-specific configurations by default.