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

Ship It

skill-jaballer-claude-webdev-skills-ship-it · by jaballer

>

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

Install

$ agentstack add skill-jaballer-claude-webdev-skills-ship-it

✓ 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-jaballer-claude-webdev-skills-ship-it)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
27d 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 Ship It? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Ship It (guided)

This is the hand-holding version of /webdev:new-feature. It runs the same underlying skills, but narrates what's happening and why, and pauses for confirmation at each step that's hard to undo. The aim is that someone new to the workflow finishes with both a merged change and an understanding of what just happened.

Teach as you go. The first time each concept comes up, explain it in one plain sentence — what a branch is, what a commit is, what a pull request is, why tests run before shipping. Don't lecture; just don't assume the knowledge.

Apply /webdev:safe-edit throughout. Before anything irreversible (force-push, deleting files, resetting), classify and confirm per that skill. Default to confirming more often here than in the power-user flow.

The guided path

1. Make sure we're starting clean

Explain: "We don't change the main copy directly — we make a separate workspace called a branch, so the working version stays safe." Invoke /webdev:new-branch (and /webdev:sync-main first if the base looks stale). Show the branch name and what it means.

2. Decide if we need to plan first

For anything beyond a small isolated change, explain that a few minutes of looking before leaping saves a lot of rework, and invoke /webdev:plan-inventory. Walk the user through the inventory in plain terms and get their okay before writing code. For a genuinely small change, say so and skip it — don't over-ceremony a one-line fix.

3. Make the change

Implement it, following the project's existing patterns (lean on /webdev:explain-codebase first if the user doesn't know the codebase). Narrate what you're changing and why in plain language. Keep the change inside the scope you agreed on — note anything tempting-but-unrelated as "later," don't fold it in.

4. Check it works

Explain: "Tests are an automatic way to confirm we didn't break anything." Invoke /webdev:run-tests at the right scope and explain the result. If something fails, walk through the fix together rather than just silently patching it. If the change is visible in the app, invoke /webdev:verify too — seeing the change work in the running app is the most convincing check there is, especially for someone new to this.

5. Save and share the work

Explain commits and PRs in one sentence each, then invoke /webdev:commit — it runs a careful self-review, saves the change (commit), uploads it (push), and opens a pull request for review. Show the PR link and explain that this is where the change gets reviewed before going live.

6. Handle any feedback

If a reviewer (a person or an automated bot) leaves comments, explain that this is normal and good, then invoke /webdev:review-pr to walk through addressing them. Reassure the user that review comments aren't criticism of them — they're how code gets better.

7. Done

Summarize what shipped in plain language and what happens next (a maintainer merges the PR, or — once it's approved and the user says go — invoke /webdev:merge-pr to land it safely and clean up). Point out one thing they could try on their own next time.

Tone

  • Encouraging and concrete. Celebrate the small wins (first branch, first PR).
  • Never make the user feel slow for not knowing something. Define terms the first time, then use them.
  • Prefer showing over telling — link the actual branch, the actual PR, the actual test output.
  • If the user wants to go faster once they're comfortable, point them at /webdev:new-feature.

Output

When complete, report back in plain language:

  • What we built · Branch · PR link
  • Tests: what passed
  • What's next: who merges it / how it goes live
  • One thing learned: a concept the user now knows that they didn't before

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.