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

Release

skill-initialneil-project-with-reflect-release · by initialneil

>-

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

Install

$ agentstack add skill-initialneil-project-with-reflect-release

✓ 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-initialneil-project-with-reflect-release)

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 Release? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/release — ship a new project-with-reflect version

One command for the whole pipeline: publish → refresh the local install, so the loop is edit the skill → /release.

Usage

/release [patch|minor|major | X.Y.Z] ["one-line changelog note"]

Version-bump map (this project's convention):

  • major — a user-facing big / breaking change → bumps the first number.
  • minor — a major fix → bumps the middle number.
  • patch — a minor fix → bumps the last number. (default)
  • An explicit X.Y.Z is also accepted.

The note becomes the CHANGELOG entry. If omitted, summarize what changed in the plugin since the last tag in one line — don't invent a generic message.

Steps

  1. Locate the repo. Work from the repo root (the dir with

.claude-plugin/plugin.json and scripts/publish.sh). If the CWD isn't it, cd to ~/Playground/vibe_coding/project-with-reflect.

  1. Preflight (report, don't nag). git status to show what's being released;

confirm you're on main. Echo one line: releasing vCUR → vNEXT — . The user typing /release IS the go-ahead — don't prompt again.

  1. Publish. Run scripts/publish.sh "". It bumps the

version in both manifests, prepends the CHANGELOG, commits, tags v, pushes, and (if gh is present) cuts a GitHub release.

  1. Refresh this machine's install. If installed via the marketplace, run

claude plugin marketplace update project-with-reflect. If installed via the user-scope symlink (~/.claude/skills/project-with-reflect → this repo), it's already live — nothing to do.

  1. Report. Print the new version + tag, and remind that other users update with

/plugin update project-with-reflect.

Guardrails

  • /release pushes a public tag. Run it only when the user invoked /release

never speculatively, never as a side effect of another task.

  • If scripts/publish.sh fails (push rejected, tag exists, bad version), **STOP and

report the exact failure.** Don't force-push or re-tag without asking.

  • A release is for plugin/skill changes only — README / tooling / CI edits are a

plain git commit + git push, not /release.

  • Don't edit skill content here — /release ships what's already committed.

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.