โ† Browse

@aegiswizard/smavg

B

Use this skill when an AI agent needs to reduce repeated context, read Smavg

skillclaude

Install

agr install @aegiswizard/smavg --target claude

Writes 32 files into .claude/skills/, pinned to git-820b0cda.

  • .claude/skills/smavg/.gitignore
  • .claude/skills/smavg/AGENTS.md
  • .claude/skills/smavg/AGENT_MANUAL.md
  • .claude/skills/smavg/ATTRIBUTION.md
  • .claude/skills/smavg/BENCHMARKS.md
  • .claude/skills/smavg/CHANGELOG.md
  • .claude/skills/smavg/CLI_REFERENCE.md
  • .claude/skills/smavg/COMMERCIAL.md
  • .claude/skills/smavg/CONTRIBUTING.md
  • .claude/skills/smavg/CONTRIBUTOR_TERMS.md
  • .claude/skills/smavg/DAEMON.md
  • .claude/skills/smavg/FAQ.md
  • .claude/skills/smavg/FORMAT.md
  • .claude/skills/smavg/INSTALL.md
  • .claude/skills/smavg/LEGAL_NOTES.md
  • .claude/skills/smavg/LICENSE
  • .claude/skills/smavg/LICENSE_SUMMARY.md
  • .claude/skills/smavg/MCP.md
  • .claude/skills/smavg/NOTICE
  • .claude/skills/smavg/PLUGIN.md
  • .claude/skills/smavg/QUICKSTART.md
  • .claude/skills/smavg/README.md
  • .claude/skills/smavg/RELEASE_CHECKLIST.md
  • .claude/skills/smavg/ROADMAP.md
  • .claude/skills/smavg/SAFETY.md
  • .claude/skills/smavg/SECURITY.md
  • .claude/skills/smavg/SKILL.md
  • .claude/skills/smavg/START_HERE.md
  • .claude/skills/smavg/TRADEMARK.md
  • .claude/skills/smavg/TRUST.md
  • .claude/skills/smavg/USER_MANUAL.md
  • .claude/skills/smavg/pyproject.toml

Document

Smavg ๐Ÿฒ Skill

Use this skill when an AI agent needs to reduce repeated context, read Smavg briefs, exact-expand files, verify archives, or report Smavg savings.

Core Rules

  • Map first.
  • Exact expand second.
  • Verify always.
  • Count X saved.
  • Never regenerate exact file contents with AI.
  • Never claim raw source was supplied when Smavg supplied only a brief.

When To Use

Use Smavg before reading:

  • repeated project history
  • AI memories
  • skills
  • runbooks
  • workflow notes
  • repeated reports
  • benchmark folders
  • large text/code folders

Basic Flow

smavg context ./folder --out context.md --json context.json

Read context.md.

When exact detail is needed:

smavg expand-context context.json path/to/file.md --out exact.md

Work Flow

smavg work start --source ./folder --task "Task"
smavg work expand path/to/file.md
smavg work end

Important

The skill does not replace Smavg core verification. It tells the agent how to use the local Smavg core correctly.

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged โ€” not that the artifact is safe.

Versions

  • git-820b0cdafffc2026-07-31