Install
$ agentstack add skill-hariharapanigrahy-layerkit-layerkit-fix-from-dry-run ✓ 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 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.
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
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
- Reproduce or inspect the failure.
- Identify the exact source path responsible.
- Re-open the vendor/customer evidence for the failing dimension.
- Prefer deleting or rewriting stale code over adding another wrapper.
- Patch the real package file or test directly.
- Validate explicit map/proposal artifacts only when they are part of the change:
layerkit proposal validate ./proposal.json
layerkit map validate ./map.json
- Re-run the client package verification command.
- 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/outartifacts 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.
- Author: hariharapanigrahy
- Source: hariharapanigrahy/layerkit
- 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.