remember-access
SkillCloud & infraCapture or review how this project connects to external systems (GitHub, AWS, npm, SSH, etc.) so future sessions know the auth recipe. Auto-detection hook logs candidate captures to an inbox; this skill promotes them to permanent recipes in `.planning/AUTH-RECIPES.md` and optionally to user-global memory at `~/.claude/auth-recipes/`.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the remember-access skill
What this skill tells your AI
The instructions your AI receives, as published by buildomator/buildomator in skills/remember-access/SKILL.md and read by ahel’s review.
Two modes:
/gsd:remember-access <system-name>: manual capture. Walks you through documenting how to authenticate to a system, writes to.planning/AUTH-RECIPES.md(per-project), optionally promotes to~/.claude/auth-recipes/<system>.md(cross-project)./gsd:remember-access --review: surface the auto-detection inbox (.planning/.pending-auth-captures.jsonl, populated by thegsd-auth-detectorPostToolUse hook), let you confirm each detection and save it as a recipe.
Auto-detection runs continuously: every Bash command you execute is checked against auth-shaped patterns (gh auth login, aws configure, ssh-keygen, export GITHUB_TOKEN=..., etc.). Secret-looking content is redacted before the inbox entry is written. Review at your own pace.
Privacy: the detector NEVER stores the actual secret values. It stores the SHAPE of the command (which tool, which flags) with credential payloads replaced by [REDACTED] markers. The recipe is "how to authenticate," not "what the password is."
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/remember-access.md </execution_context>
Signals
- GitHub stars
- 87
- Forks
- 12
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
remember-access- Source
- github.com/buildomator/buildomator