From ac
Persist and recall facts, secrets, config, and project state. Use when the user says "remember this", "save this", "where does X go", "get secret", "set secret", "archive this project", "add this to daily notes", or any operation involving storing or retrieving persistent state.
npx claudepluginhub akarelin/a --plugin acThis skill is limited to using the following tools:
Get, set, and save operations on persistent state. All operations happen within a scope.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Get, set, and save operations on persistent state. All operations happen within a scope.
| Scope | Storage backends | Examples |
|---|---|---|
| my | Obsidian vault, Azure Key Vault | daily notes, personal secrets, personal config |
| team | shared repos, shared drives | team config, shared secrets |
| project | project repo, project docs | project state, project config |
| company | company systems | company-wide config |
Scope is detected from context or elicited from the user.
Recall a fact, secret, or piece of state.
get-secretPersist a fact, secret, or piece of state to the correct location.
Known entity → backend mappings:
Bundle a project folder's complete state for handover or archival:
Uses: scripts/extract-claude-history.py
Before executing any operation, identify all referenced entities. If any are ambiguous or unrecognized, collect all uncertainties and ask in one batch before proceeding.