caveman-init

Install the always-on caveman activation rule in a repository with dry-run protection.

Updated Jul 2, 2025
One-click install
npx skills add https://github.com/junechen7414/SpringBoot --skill caveman-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: caveman-init
Source: https://github.com/junechen7414/SpringBoot/tree/main/.agents/skills/caveman-init
Command: npx skills add https://github.com/junechen7414/SpringBoot --skill caveman-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you add the always-on caveman activation rule to the current repository so every IDE agent follows the same startup behavior without manual setup.

Core Features & Use Cases

  • Repo Initialization: Runs the caveman-init script to create or update the activation rule in the correct project location.
  • Safe Preview Mode: Uses a dry run first when forced overwrite is not explicitly requested, reducing the risk of accidentally replacing an existing rule file.
  • Use Case: A developer wants every local agent in a SpringBoot repository to load the same persistent instruction set before working on code.

Quick Start

Ask the assistant to install the caveman activation rule in the current repository and use a dry run unless you explicitly want it to overwrite an existing file.

Frequently Asked Questions about caveman-init

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

FAQPage Schema
How do I set up consistent agent activation rules across an entire repository?

Repository agent activation rules are set up by running an initialization script that installs a persistent startup instruction file, ensuring every IDE agent loads the same behavior automatically without manual setup.

Can I preview repository setup changes before overwriting existing agent configuration files?

Yes, you can preview repository setup changes using a dry run. The initialization script defaults to dry-run mode to protect existing configuration files unless a force overwrite is explicitly requested.

What is the best way to ensure IDE agents follow the same startup behavior in a SpringBoot repository?

The best way to ensure consistent IDE agent behavior is installing a repo-wide activation rule. This forces every local agent in the SpringBoot repository to load the same persistent instruction set before working on code.

Does the agent activation rule initialization work without any external dependencies?

Yes, the agent activation rule initialization works without external dependencies. It operates independently to create or update the activation rule file directly in the correct project location.

Why does the repository setup script run in dry-run mode by default?

The repository setup script runs in dry-run mode by default to provide overwrite protection. This safe preview mode prevents accidentally replacing an existing rule file unless force is explicitly requested.