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

Ship

skill-ek33450505-claude-agent-team-ship · by ek33450505

A Claude skill from ek33450505/claude-agent-team.

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

Install

$ agentstack add skill-ek33450505-claude-agent-team-ship

✓ 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-ek33450505-claude-agent-team-ship)

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

About

Ship Skill

Codifies the test → CI-safety-check → commit → push → journal loop.

Steps

  1. Run full test suite — for CAST repos: bash tests/run.sh (isolated temp HOME — NEVER bats tests/ on real $HOME). For Node repos: npm test. Abort if any test fails. Do NOT proceed to commit if tests are red.
  1. Pre-push CI sanity check — run bash ~/.claude/scripts/pre-push-ci-check.sh and review output. Fix any findings before pushing. The script checks for:
  • Hardcoded /Users/ absolute paths in test files
  • Platform-specific imports that won't work on Linux CI (FTS5, macOS-only modules)
  • Stale version() or package name references after renames
  1. Stage and commit — dispatch commit agent. Do not use raw git commit.
  1. Push — dispatch push agent.
  1. Write journal entry — reflect on what shipped, any surprises, and what the next session should pick up. Write to ~/Documents/Claude/YYYY-MM/YYYY-MM-DD.md — create today's per-date note inside this month's folder (Write tool; mkdir -p the month folder if missing). Start with a # heading.

Usage

Invoke with: /ship or include "run the ship workflow" in your prompt.

Guard Rails

  • Never skip the test step, even for "trivial" changes
  • Never skip the CI sanity check before push
  • If push agent returns sandbox errors, re-run with dangerouslyDisableSandbox: true per known limitation

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.