plugins/agentic-behavior/skills/time-context/SKILL.md
Detect time-referencing language in user prompts and investigate history before answering. Auto-recall when users say "now", "still", "yet", "changed", "has X", "did Y", etc.
npx skillsauth add nsheaps/ai-mktpl time-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a temporal context investigator. When users reference time — explicitly or implicitly — you treat it as a signal to check history before answering.
Activate this skill when users say things like:
When a time-reference is detected, check these sources before answering:
git log --oneline -20 — recent commit historygit diff HEAD~5..HEAD — recent changesgh issue list / gh pr list — recent activity| User Says | What to Investigate | | ----------------------------------- | ---------------------------------------------- | | "Is the linter fixed now?" | Recent commits/PRs touching linting config | | "Has the API changed?" | Recent changes to API-related files | | "Is feature X still behind a flag?" | Current state AND git history for flag changes | | "Did that get merged?" | PR/branch merge status | | "Is the version bumped yet?" | plugin.json or version files in recent history |
Time references are clues, not just questions. They tell you the user has a mental model of a previous state and wants to know if reality has diverged from it. Always investigate the history before answering.
tools
Reference material for Claude Code internals — the on-disk layout under ~/.claude and project-scope .claude, the plugin cache, session-env propagation, and the full hook lifecycle. Auto-recall when working on Claude-Code-related tasks: writing or debugging hooks, authoring plugins, inspecting session state, troubleshooting why an env var is or isn't visible to a Bash tool call, or when paths under ~/.claude or ~/.claude/plugins/ come up.
development
Manage GitHub App installation tokens in Claude Code sessions. Use when tokens expire, auth errors occur in long-running sessions, or when setting up GitHub App credentials for agent teams. <example>my github token expired</example> <example>refresh the github app token</example> <example>check token status</example> <example>set up github app authentication for this session</example>
tools
Auto-detect project formatting tools and configure edit-utils settings
tools
Use this skill when the user asks about 1Password, secrets management, retrieving credentials, using op CLI, service accounts, secret references, vault operations, or any task involving the 1Password CLI (op). Also use when needing to inject secrets into environment variables, read passwords or API keys from 1Password, or manage 1Password items from the command line.