_gobbi-rule-container

Distribute Gobbi rule files into `.claude/rules` via startup symlinks.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/HahyeonJeon/gobbi --skill gobbi-rule-container
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _gobbi-rule-container
Source: https://github.com/HahyeonJeon/gobbi/tree/main/plugins/gobbi/skills/_gobbi-rule-container
Command: npx skills add https://github.com/HahyeonJeon/gobbi --skill gobbi-rule-container

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Container stores and distributes the Gobbi behavioral rule files within a plugin distribution location, enabling consistent access and updates across sessions by symlinking them into Claude's runtime rules directory.

Core Features & Use Cases

  • Holds the core rule files _gobbi-rule.json and _gobbi-rule.md in a central location for plugin distribution.
  • Ensures automated symlink creation into .claude/rules/ at session start to reflect plugin updates.
  • Keeps rule content in source of truth inside the plugin, while allowing runtime access without loading the rule into agents.

Quick Start

Place _gobbi-rule.json and _gobbi-rule.md in this directory; at session start the system will symlink them into .claude/rules.

Frequently Asked Questions about _gobbi-rule-container

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

FAQPage Schema
How do I distribute Claude behavioral rules consistently across sessions using symlinks?

To distribute Claude behavioral rules consistently, place `_gobbi-rule.json` and `_gobbi-rule.md` in a plugin container that symlinks them into `.claude/rules/` at session start. This ensures automated rule delivery without manually loading files into agents.

What is the best way to manage rule files in a Claude plugin deployment?

Managing rule files in a Claude plugin deployment is best handled by a central container holding `_gobbi-rule.json` and `_gobbi-rule.md`, which automatically symlinks updates into the `.claude/rules` runtime directory at session start.

How does symlink rule mapping work at Claude session start?

Symlink rule mapping at Claude session start works by automatically linking core behavioral rule files from a plugin distribution location directly into the `.claude/rules/` directory, exposing runtime access without loading rules into agents.

Do I need specific files to set up rule management for Claude plugins?

Yes, you need `_gobbi-rule.json` and `_gobbi-rule.md` placed in the skill root directory to set up rule management for Claude plugins. These files act as the source of truth for behavioral rules distributed via symlinks.

Why are my Claude plugin rules not updating across sessions?

Claude plugin rules may not update across sessions if the startup symlink mechanism is missing or if `_gobbi-rule.json` and `_gobbi-rule.md` are absent from the skill root, preventing automated mapping into `.claude/rules`.

Can I keep rule content in the plugin source while accessing it at runtime in Claude?

Yes, you can keep rule content in the plugin source while accessing it at runtime in Claude. The container symlinks the source files into `.claude/rules/` at session start, maintaining the source of truth inside the plugin without loading rules into agents.