Plugin Claude Code
Hardlink-based skill sharing across projects — one source of truth per skill, hardlinks everywhere else. Puts the manage-skills CLI on PATH and ships its own skills.
Plugin Claude Code
Hardlink-based skill sharing across projects — one source of truth per skill, hardlinks everywhere else. Puts the manage-skills CLI on PATH and ships its own skills.
Skill Claude CodeCodex
Use when the same skill name has different content across repos, when a project's skill copy never updates, or before running manage-skills sync on a diverged copy.
Skill Claude CodeCodex
Use when adding, removing, syncing or checking shared skills, when asking where a skill comes from, or before editing any file inside a hardlinked skill directory.
Instructions file
Instructions for Getty/manage-skills, covering claude.md, what this is, editing skills — keep the inode, shell constraints and a skill is a directory.
Instructions file
Claude Code instructions for Getty/our-codex, covering our-codex, architecture, key design decisions, testing and test with a specific project.
Plugin Claude Code
briefing's own one-plugin marketplace. Still maintained. Getty/marketplace carries this plugin alongside the others.
Plugin Claude Code
Programmatic briefing beats prompt stuffing. Pre-loads declared skills into a subagent's context at spawn time, via a PreToolUse hook on the Agent tool.
Instructions file
Claude Code instructions for Getty/briefing, covering briefing — claude.md, what this plugin does, two harnesses, one hook script, three traps specific to the codex side and file layout.
Agent
Minimal demo agent — proves the briefing plugin pre-loads its declared skills before the agent's first thought.
Skill Claude CodeCodex
Trivial skill used to verify that briefing pre-loads it into a subagent's context.
Hook
Runs before the agent uses a tool for Agent tool calls, running an inline shell check. From Getty/briefing.
Hook
Runs when a subagent starts, running an inline shell check. From Getty/briefing.
Hook
Runs when a session starts, running an inline shell check. From Getty/briefing.
Skill Claude CodeCodex
Author and migrate Claude Code or Codex subagents that use the briefing plugin — the spawn-time hook that pre-loads declared skills into the agent's context. Use this skill when adding briefing.skills to an agent's frontmatter or a [briefing] table to an agent's TOML, when refactoring an existing agent away from…