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

Layerkit Fix From Dry Run

skill-hariharapanigrahy-layerkit-layerkit-fix-from-dry-run · by hariharapanigrahy

Fix failed integration verification from logs, tests, and docs evidence; edit real package files, no invention.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-hariharapanigrahy-layerkit-layerkit-fix-from-dry-run

✓ 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 Used
  • 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-hariharapanigrahy-layerkit-layerkit-fix-from-dry-run)

Reliability & compatibility

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

About

layerkit-fix-from-dry-run

Use this skill when an integration change fails verification. The failure may come from a client test, build, typecheck, linter, mocked vendor call, or reviewer finding.

Inputs

  • Failing command output or reviewer finding
  • Edited source files and tests
  • Current maps/proposals if the client uses them
  • Vendor docs/OpenAPI/curl evidence
  • Customer datalayer/interface evidence

Protocol

  1. Reproduce or inspect the failure.
  2. Identify the exact source path responsible.
  3. Re-open the vendor/customer evidence for the failing dimension.
  4. Prefer deleting or rewriting stale code over adding another wrapper.
  5. Patch the real package file or test directly.
  6. Validate explicit map/proposal artifacts only when they are part of the change:
layerkit proposal validate ./proposal.json
layerkit map validate ./map.json
  1. Re-run the client package verification command.
  2. If evidence is exhausted and the semantic answer is still unclear, stop with a residual human question.

Common Fixes

  • Vendor field renamed: update the existing mapping to write the new vendor field from the existing client field.
  • Vendor field removed: delete the old mapping and assertions.
  • Vendor added required data already present in the client datalayer: map it directly and add/adjust tests.
  • Vendor added required data missing from the client datalayer: leave a TODO at the integration point and call it out in handoff.
  • Shape changed from scalar to object: update the existing mapper and tests from the new schema, preserving client naming.

Forbidden

  • Inventing field names or defaults to silence a test.
  • Adding a parallel adapter when the existing adapter can be changed.
  • Writing .layerkit/out artifacts as a substitute for source edits.
  • Asking a deterministic CLI command to infer a semantic fix from prose.
  • Leaving old broken code in place and adding new code around it.

Success Criteria

  • [ ] Root cause tied to evidence or an explicit residual gap.
  • [ ] Existing source/tests were updated or stale code was deleted.
  • [ ] New files/functions/exports list what they replace.
  • [ ] Client verification passes, or the remaining blocker is documented for a human.

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.