AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Maintain

skill-fblissjr-fb-claude-skills-maintain · by fblissjr

>-

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-fblissjr-fb-claude-skills-maintain

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-fblissjr-fb-claude-skills-maintain)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Maintain? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Full Maintenance Pass

Run each phase in order. Report results after each phase. Continue even if one phase has no changes.

Phase 1: Pull local sources

If skill-maintain CLI is available:

skill-maintain sources

If CLI is not available, check for tracked repos in .skill-maintainer/config.json under tracked_repos. For each repo path that exists:

  1. Record the current HEAD SHA: git -C rev-parse HEAD
  2. Pull: git -C pull --ff-only
  3. Compare new HEAD to old. Report CHANGED (with git -C log --oneline ..) or UPTODATE.

If no config file exists, skip this phase and note "no .skill-maintainer/config.json found -- skip source pull (run /skill-maintainer:init-maintenance to set up)".

Phase 2: Check upstream docs

If skill-maintain CLI is available:

skill-maintain upstream

If CLI is not available, check .skill-maintainer/config.json for llms_full_url and upstream_urls. Fetch the llms-full.txt URL using WebFetch, split by Source: delimiters, and compare each watched page's content against stored hashes in .skill-maintainer/state/upstream_hashes.json.

If no config file exists, skip and note "no config -- skip upstream check".

Phase 3: Quality report

If skill-maintain CLI is available:

skill-maintain quality

If CLI is not available, perform the checks manually. For every SKILL.md found in the repo:

Spec compliance

  • Frontmatter has name and description fields
  • name is kebab-case, matches directory name
  • No disallowed frontmatter fields (allowed: name, description, license, allowed-tools, metadata, compatibility)

Token budget

  • Count total chars in the skill directory (.md files only), divide by 4
  • Warn if over 4,000 tokens, critical if over 8,000

Body size

  • SKILL.md under 500 lines

Freshness

  • metadata.last_verified present and within 30 days of today

Description quality

  • Description contains a WHAT verb (handles, generates, validates, designs, checks, runs, creates, builds, manages, monitors, tracks, reports)
  • Description contains a WHEN trigger phrase ("use when", "when user", "when the user", "invoke with")

Output a table with one row per skill: name, valid, tokens, lines, days since verified, description quality.

Phase 4: Review and propose updates

After all three phases:

  1. Read references/best_practices.md (bundled with this plugin) or .skill-maintainer/best_practices.md (if present in the repo)
  2. Review change details from Phases 1-3
  3. Determine whether best_practices.md needs updates based on:
  • New or changed upstream doc pages (Phase 2) that affect skill authoring rules
  • New patterns or conventions from pulled repo changes (Phase 1)
  • Quality report findings that suggest missing or outdated checklist items (Phase 3)
  1. If updates needed: list each proposed change with rationale. Wait for user approval before writing.
  2. If no updates needed: report "best_practices.md is current -- no changes needed"

Rules

  • Never auto-write to best_practices.md -- always show proposed changes and wait for approval
  • Run all phases even if one reports no changes
  • If a phase fails, report the error and continue with remaining phases
  • After finishing, summarize: repos pulled, upstream pages checked, quality issues found, best practices edits (if any)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.