skill-registry-lock
Scaffold for pinning curated skill registry lockfiles (planned). Use when designing reproducible sync locks. NOT for live --apply sync.
skill-registry-lock95 wordsMITv0.1.0Repo-owned
skill-registry-lock
Scaffold for pinning curated skill registry lockfiles (planned). Use when designing reproducible sync locks. NOT for live --apply sync.
Quick Start
Install:
npx skills add github:wyattowalsh/agents --skill skill-registry-lock -y -g --agent antigravity --agent claude-code --agent codex --agent crush --agent cursor --agent gemini-cli --agent github-copilot --agent grok --agent opencodeUse: /skill-registry-lock
Works with Claude Code, Gemini CLI, OpenCode, and other agentskills.io-compatible agents.
What It Does
Section titled “What It Does”Later-tier scaffold for reproducible curated-skill registry locks.
Critical Rules
Section titled “Critical Rules”- Never auto-apply sync from lock diffs.
- Keep catalog SSOT in authoring MDX and generated index — do not invent parallel registries.
- Pair with skill-install-dry-run-planner for reconciliation plans.
| Field | Value |
|---|---|
| Source Type | repo-owned |
| Display Source | github:wyattowalsh/agents |
| Source Kind | repo |
| Installability | portable command |
| Review State | reviewed |
| Target Agents | antigravity, claude-code, codex, crush, cursor, gemini-cli, github-copilot, grok, opencode |
| Field | Value |
|---|---|
| Name | skill-registry-lock |
| License | MIT |
| Version | 0.1.0 |
| Author | wyattowalsh |
| Field | Value |
|---|---|
| User Invocable | No |
View Full SKILL.md
---name: skill-registry-lockdescription: >- Scaffold for pinning curated skill registry lockfiles (planned). Use when designing reproducible sync locks. NOT for live --apply sync.user-invocable: falselicense: MITmetadata: author: wyattowalsh version: "0.1.0" internal: true---
# Skill Registry Lock
Later-tier scaffold for reproducible curated-skill registry locks.
**Scope:** Design placeholder only. Does not write lockfiles or run live sync.
## Planned Workflow
1. Snapshot catalog index + authoring MDX install metadata.2. Emit lock artifact for maintainer review (TBD path).3. Compare dry-run drift against lock without applying installs.
## Validation Contract
```bashuv run python skills/skill-registry-lock/scripts/check.py```
## Critical Rules
1. Never auto-apply sync from lock diffs.2. Keep catalog SSOT in authoring MDX and generated index — do not invent parallel registries.3. Pair with skill-install-dry-run-planner for reconciliation plans.Resources
Section titled “Resources”Skill CatalogBrowse custom and external skills.
CLI ReferenceInstall and manage skills.
agentskills.ioThe open ecosystem for cross-agent skills.
