reference-module
SKILL.md
Reference Module
Trigger: use when the user asks to research another git repository.
Workflow
-
Choose target path:
- default to
references/<repo-name> - only exception is a user-provided path when the skill is called
- default to
-
Collect required inputs:
- repository URL (
https://...orgit@...) - optional branch/tag/commit override
- repository URL (
-
Confirm behavior for this run:
- default is pinning to the latest available commit at
HEAD(or branchHEADwhen-b <branch>is used) at add time - explicitly confirm this default with the user every time before running commands
- default is pinning to the latest available commit at
-
Add the submodule from this repo root:
git submodule add
If a branch is specified:
git submodule add -b
-
Initialize recursively when needed:
git submodule update --init --recursive
-
If a specific commit or tag is requested, check it out inside the submodule and stage the submodule pointer update.
-
Treat submodule contents as read-only for research unless the user explicitly asks for edits.
-
Report the outcome:
- submodule path
- source URL
- checked-out commit SHA
Weekly Installs
4
Repository
skarian/codex-skillsFirst Seen
12 days ago
Security Audits
Installed on
codex4
mcpjam1
claude-code1
junie1
windsurf1
zencoder1