Favicon of shadow-frog-update

shadow-frog-update Skill

AI Agent SkillPythonOpen source

Update the shadow knowledge base after code changes and from conversational insights. Detects what changed via git diff, refreshes per-file shadows, captures knowledge shared by the user during the session, and updates cross-cutting discoveries. Invoke manually with /shadow-frog-update; the preToolUse hook will remind Published by microsoft in ShadowFrog.

Decision snapshot

Is this a fit?

Best for

Developers using ShadowFrog, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is shadow-frog-update Skill?

Update the shadow knowledge base after code changes and from conversational insights. Detects what changed via git diff, refreshes per-file shadows, captures knowledge shared by the user during the session, and updates cross-cutting discoveries. Invoke manually with /shadow-frog-update; the preToolUse hook will remind Published by microsoft in ShadowFrog. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
28/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using ShadowFrog

Declared skill metadata

  • Source file: skills/shadow-frog-update/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use shadow-frog-update Skill

  • Use it for developers using shadowfrog.

Built with

PythonCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/ShadowFrog
  • Skill file: skills/shadow-frog-update/SKILL.md

What it does

Update the shadow knowledge base after code changes and from conversational insights. Detects what changed via git diff, refreshes per-file shadows, captures knowledge shared by the user during the session, and updates cross-cutting discoveries. Invoke manually with /shadow-frog-update; the preToolUse hook will remind

Skill instructions

ShadowFrog Update Updates .shadow/ from two sources: code changes (git diff) and conversational knowledge (what the user said during the session). Prerequisite: .shadow/ exists. Triggers 1. Hook reminder: preToolUse injects a staleness warning when .shadow/meta/state.jsonlastcommit differs from HEAD. The hook only reminds — it does NOT auto-run update. 2. Manual: user invokes /shadow-frog-update Phase 1: Detect Changes bash Read lastcommit defensively: it may be missing, or the literal "none" when init ran without git (e.g. inside a container). git diff none HEAD would abort with "fatal: bad revision 'none'", and a missing key would make $LASTCOMMIT empty so git diff HEAD silently reports the wrong set. LASTCOMMIT=$(python3 -c "import json,sys; print(json.load(sys.stdin).get('lastcommit','none'))" < .shadow/meta/state.json 2/dev/null || echo "none") if git rev-parse --verify "$LASTCOMMIT" /dev/null 2&1; then git diff --name-only "$LASTCOMMIT" HEAD committed changes since last update el

Verified compatibility and discovery

Frequently asked questions

What is shadow-frog-update?

shadow-frog-update is a open-source AI agent skill with Copy skill directory. Update the shadow knowledge base after code changes and from conversational insights.

Who is shadow-frog-update best for?

shadow-frog-update is best for reusing agent instructions, scripts, and references.

How do I install shadow-frog-update?

Install or run shadow-frog-update using Copy skill directory. Check shadow-frog-update for the latest setup command.

Is shadow-frog-update actively maintained?

shadow-frog-update may need a closer maintenance check before production use.

Share:

Stars
13
Forks
3
Last commit
2 months ago
Last verified
Sep 1, 2026
Metadata fetched
Sep 1, 2026
Repository age
4 months
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to shadow-frog-update