Install
$ agentstack add skill-ek33450505-claude-agent-team-ship ✓ 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
Ship Skill
Codifies the test → CI-safety-check → commit → push → journal loop.
Steps
- Run full test suite — for CAST repos:
bash tests/run.sh(isolated temp HOME — NEVERbats tests/on real $HOME). For Node repos:npm test. Abort if any test fails. Do NOT proceed to commit if tests are red.
- Pre-push CI sanity check — run
bash ~/.claude/scripts/pre-push-ci-check.shand 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
- Stage and commit — dispatch
commitagent. Do not use rawgit commit.
- Push — dispatch
pushagent.
- 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: trueper known limitation
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ek33450505
- Source: ek33450505/claude-agent-team
- License: MIT
- Homepage: https://castframework.dev
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.