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

Layerkit Orchestrate Integration

skill-hariharapanigrahy-layerkit-layerkit-orchestrate-integration · by hariharapanigrahy

Master skill — same pipeline for first integrate and contract heal (agent status/next/mark-done).

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-hariharapanigrahy-layerkit-layerkit-orchestrate-integration

✓ 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-hariharapanigrahy-layerkit-layerkit-orchestrate-integration)

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

About

layerkit-orchestrate-integration

Master loop: full-stack integration developer. Skills author knowledge and source edits; CLI gates/store.

One pipeline for first-time integrate and contract heal. Semantic work is agent-owned: the AI agent reads docs/OpenAPI/code, decides mappings from evidence, and edits production source files directly.

discover → surfaces → research → design → author → privacy → deletion-first → source-edit → verify → handoff

Heal = human supplies updated OpenAPI/docs → AI agent reads and cites evidence → AI updates existing maps/source/tests in the package → deterministic CLI validates explicit artifacts and package health. The CLI does not understand arbitrary docs, semantic mappings, rename intent, or production source edits.

Strategic Redirect Proof

Before any strategic redirect or large deletion/rewrite, add a small proof step and make it pass. Use the smallest useful proof: an eval, an end-to-end QA check, a contract-heal case, or a before/after acceptance test. Do not continue into broad deletion or rewrite work while the proof is missing or red.

Outcome Checkpoints

Every implementation plan must include explicit outcome checkpoints before source edits start:

  • what must pass
  • the proof artifact that shows it passed
  • the fallback or alternative approach if the design does not validate

Major redirects need proof before implementation, not after. Acceptable proof can be a passing judge, package-level fixture, release checklist item, or concrete before/after behavior. If the proof fails, shrink the change, update existing paths instead, or pause for residual human input.

Primary commands

layerkit cheatsheet

layerkit agent start [--mode full|heal] [--vendor ] [--note ]   # default full
layerkit agent status
layerkit agent next
layerkit agent next                 # writes memory/runbooks/current-skill-packet.md
layerkit agent mark-done --step  --evidence 
layerkit proposal validate    # read-only structural check
layerkit doctor

Intentional purpose only: User opts in with layerkit: … (or /layerkit / @layerkit) or an explicit integrate/heal-via-Layerkit request. Run layerkit help then agent start. Unrelated coding is out of scope — do not force these rails.

Fail-closed (while claiming Layerkit): freestyle without agent start is blocked at next/mark-done. Evidence must be non-empty and match the step content pattern. Prefer agent next so the skill packet lists the only allowed skill for this step.

Pin-only is not full integrate: Do not bump apiVersion or the vendor SDK alone and call it full integrate or contract heal. Pin-only / apiVersion alone is residual at best; production field renames and real source edits (or explicit residual-no-field-edit) are required when the contract drifted.

| Command | Purpose | |---------|---------| | agent start | Default full (includes discover). --mode heal skips discover when domain already known | | agent status / next / mark-done | Same step ids always | | proposal validate / map validate / doctor | Validate explicit artifacts and package health; no semantic inference |

Step ids: discover | surfaces | research | design | author | privacy | deletion-first | source-edit | handoff.

Ordered pipeline

| id | Skill | Contract heal focus | |----|-------|---------------------| | discover | layerkit-discover-data-layer | Skipped when mode: heal | | surfaces | layerkit-inventory-surfaces | Always runs — inventory package languages; Layerkit blocks PR until each is updated\|residual | | research | layerkit-research-vendor | Read docs/OpenAPI → evidence-backed map/source update | | design | layerkit-design-flow | Re-validate shape under new contract | | author | layerkit-author-map (processors via layerkit-author-processor when needed) | Map fields from evidence; processors only if transforms required | | privacy | layerkit-privacy-review | Human if new PII fields | | deletion-first | layerkit-deletion-first | Remove stale docs/tests/shims before adding code | | source-edit | layerkit-source-edit-client or direct agent edit | Agent edits existing source/tests | | handoff | checker + review | Terminal: package_verify: green + live PR via layerkit pr open --pr-match "…" (reuse open workstream PR; collaborator push, else fork→push→PR) or residual-no-pr break-glass (outcome: residual-no-pr + allow_residual_no_pr: true + residual: ). --pr-match is a PR dedupe string only — not a vendor API registry. Fake PR URLs blocked. |

Full integrate on multi-vendor client packages

When the customer package already has vendors (payment providers, analytics destinations, gateways):

  1. Discover sibling adapters/registries/tests — the path the next vendor must follow.
  2. Research the new vendor from docs/OpenAPI (citations required); do not invent fields.
  3. Design by following the existing sibling path (same module root + registry wire), not a freestyle tree.
  4. Author map/processors from evidence only.
  5. Source-edit production files: new vendor beside siblings, registry wire, clone sibling tests, package verification green.
  6. Handoff with live client PR (or residual-no-pr only when research proved zero production change).

Pin-only / apiVersion alone is not full integrate. Store-only maps without production edits are not success. Parallel facades beside an existing multi-vendor module are forbidden.

Stop conditions

| Stage | Stop if | |-------|---------| | research | no contract/evidence → residual human; do not invent | | research docs | docs are prose-heavy/ambiguous → AI curates structured contract with citations; CLI-only heal is insufficient | | research heal | removed/added fields look like a rename but evidence is weak → leave unresolved/TODO, do not guess | | research heal | severity=breaking → flag human/checker before handoff | | privacy | new PII without policy | | verify | package build/test fails → fix-from-dry-run loop, then human if evidence exhausted | | source-edit | client package verification fails | | strategic redirect | no passing proof step for the redirect | | handoff | any gate red | | plan | missing must-pass checkpoint, proof artifact, or fallback |

When to ask a human

  • Residual gaps after deepen
  • Breaking drift / legal / privacy
  • Checker approval and release decision
  • Live credentials

Forbidden

  • Parallel “heal product” checklist separate from this pipeline
  • Inventing map fields without OpenAPI/docs
  • Self-approve in STRICT
  • Treating Layerkit as the runtime integration SDK
  • Treating generated plans, stubs, or .layerkit/out as production source
  • Bumping apiVersion or SDK alone (pin-only) and calling it full integrate

Success criteria

  • [ ] mode: heal or full recorded in pipeline-status
  • [ ] Evidence note when updating existing map/source
  • [ ] Applied maps/proposals have sources[] from supplied docs/OpenAPI/code
  • [ ] Production source/test edits were made by the agent in real package files
  • [ ] Package tests/build/coverage command green before handoff
  • [ ] Client PR opened (or residual-no-pr break-glass only when research proved zero production change: allow_residual_no_pr: true + residual reason)
  • [ ] Outcome checkpoints recorded: must pass, proof artifact, fallback
  • [ ] Test backing is proportional to implementation size, including client-package edit paths, mapping semantics, deletion-first behavior, and CI/eval gates when those areas change

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.