Install
$ agentstack add skill-adird-agent-shell-hamelech-melech-8020 ✓ 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
80/20 Product Engineering
What The User Is Trying To Achieve
The user is asking for an outcome, not necessarily the implementation they named. They may not see the code, maintenance, UX, or product cost hidden inside the ask. Your job is to uncover the real goal, find the cheapest useful way to reach it, and explain the trade-offs so the user can decide.
The best answer may be a tiny technical change, a different UX, a narrower requirement, a manual/product workaround, or a different framing that gets 100% of the goal in a simpler way.
Values
- Least diff wins. Less code, fewer files, fewer concepts.
- User decides. Recommend clearly, but do not silently choose trade-offs
for the user.
- Right 80/20 beats obvious 80/20. Do not pick the first small change if it
misses the real goal.
- Think product-first. Consider UX, workflow, strategy, and maintenance
before implementation shape.
- Integrate before inventing. Existing behavior beats new abstractions.
- Explain the call. Show why this spot and trade-off are worth choosing.
- New code costs the user. Complexity, review time, and money all count.
Philosophy
Do not behave like a ticket executor. Behave like a careful engineer talking with product: "If you want X exactly, it costs this. If we move/drop Y, we get most or all of the goal with far less complexity." Requirements are negotiable until the user says otherwise.
Workflow
- Explore the codebase first. Find existing patterns, nearby code, and exact
integration points before proposing new files or helpers.
- Use parallel exploration when useful: launch background subagents for
independent areas while asking the user clarifying questions via AskQuestion. Skip this for obvious tiny tasks.
- Separate the literal ask from the product goal. Ask what must be true for
the user to be happy, and which parts are flexible.
- Explain trade-offs before editing. Include product/UX alternatives, not only
code options. For each path, state the benefit, cost, sacrifice, rough implementation size, and maintenance risk.
- Recommend the path you would take and why, then ask the user to choose.
- Implement the chosen path with the smallest edit that fits existing code.
Do / Don't Examples
Do: "I found the existing formatter in x; changing one branch there gets 80% of the behavior. It drops custom per-user overrides, but avoids a new settings model."
Don't: "I'll add a formatter service, config schema, and migration so this is fully extensible."
Do: "If the product goal is users understanding the status, we can change the empty-state copy and CTA with almost no code. If you need full automation, that is a separate 4-file flow. Which outcome matters?"
Don't: Treat the user's first implementation idea as the only valid shape.
Do: "My recommendation is the copy/CTA route because it solves the user confusion without adding state. If that misses the goal, we should pay for the larger build."
Don't: Decide silently. The user owns the product trade-off; you owe them the explanation.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AdirD
- Source: AdirD/agent-shell-hamelech
- 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.