Claude Code Plugins

Community-maintained marketplace

Feedback

Align Codex-native skills with documented skills safely.

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @CheekyCodexConjurer/quant-lab/skills_sync --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @CheekyCodexConjurer/quant-lab/skills_sync -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name skills_sync
description Align Codex-native skills with documented skills safely.
metadata [object Object]

Purpose

Ensure .codex/skills/ matches .agent-docs/skills/.

Steps

  1. Check for missing skills in either location.
  2. Update index.md to list new skills.
  3. Add missing entries using merge protocol.
  4. Validate frontmatter and folder naming.
  5. Update .agent-docs/memory/SKILLS_STATUS.md.

Guardrails

  • Avoid overwriting existing skill content.