Install
$ agentstack add skill-initialneil-project-with-reflect-release ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.Zis 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
- 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.
- Preflight (report, don't nag).
git statusto 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.
- 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.
- 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.
- Report. Print the new version + tag, and remind that other users update with
/plugin update project-with-reflect.
Guardrails
/releasepushes a public tag. Run it only when the user invoked/release—
never speculatively, never as a side effect of another task.
- If
scripts/publish.shfails (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 —
/releaseships 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.
- Author: initialneil
- Source: initialneil/project-with-reflect
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.