← Browse

@bytesagain/milestone

B

Track project milestones, log progress, and export completion reports locally. Use when marking milestones, reviewing progress, exporting timeline data.

skillclaude

Install

agr install @bytesagain/milestone --target claude

Writes 1 file into .claude/skills/, pinned to git-bfb75b1f.

  • .claude/skills/milestone/SKILL.md

Document


name: "milestone" version: "1.0.0" description: "Track project milestones, log progress, and export completion reports locally. Use when marking milestones, reviewing progress, exporting timeline data." author: "BytesAgain" homepage: "https://bytesagain.com" source: "https://github.com/bytesagain/ai-skills" tags: [milestone, general, cli, tool] category: "general"

milestone

Track project milestones, log progress, and export completion reports locally. Use when marking milestones, reviewing progress, exporting timeline data.

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config <key> <value> to set preferences.

VariableRequiredDescription
MILESTONE_DIRNoData directory (default: ~/.milestone/)

Data Storage

All data stored in ~/.milestone/ using JSONL format (one JSON object per line).

Output

Structured output to stdout. Exit code 0 on success, 1 on error.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

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-bfb75b1fcc352026-07-31