store: Scope guards added to major-domo, paper-dynasty, proxmox skills

This commit is contained in:
Cal Corum 2026-02-28 23:48:14 -06:00
parent 474a354fb8
commit 0d0a075d8c

View File

@ -0,0 +1,29 @@
---
id: dfa75d94-cfcc-459c-999b-41123d4f700a
type: configuration
title: "Scope guards added to major-domo, paper-dynasty, proxmox skills"
tags: [claude-code, skills, scope-guards, configuration, claude-code-config, major-domo, paper-dynasty, proxmox]
importance: 0.6
confidence: 0.8
created: "2026-03-01T05:48:14.559362+00:00"
updated: "2026-03-01T05:48:14.559362+00:00"
---
# Scope Guards Added to Project-Specific Skills
## What Changed
Added `SCOPE: Only use in X repos. Do not activate in unrelated projects.` to the `description` field in SKILL.md frontmatter for three skills:
## Skills Updated
- **major-domo**: scoped to `major-domo-v2`, `major-domo-bot`, `major-domo-database` repos
- **paper-dynasty**: scoped to `paper-dynasty`, `paper-dynasty-database` repos
- **proxmox**: scoped to `claude-home`, `vm-management` repos
## Deploy Skill
The `deploy` skill was soft-deleted (moved to `_archive/`) because Gitea Actions workflows now handle deployments. The skill was redundant.
## Storage Location
All skills remain in `~/.claude/skills/` as user-level skills (not project-level).
## Purpose
Prevents Claude from offering irrelevant skills when working in unrelated repos.