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

Layerkit Inventory Surfaces

skill-hariharapanigrahy-layerkit-layerkit-inventory-surfaces · by hariharapanigrahy

Inventory package languages/surfaces for multi-lang heals; session file used by Layerkit to enforce all languages updated before PR.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-hariharapanigrahy-layerkit-layerkit-inventory-surfaces

✓ 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-inventory-surfaces)

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

About

layerkit-inventory-surfaces

Before research/source-edit on a multi-language package, list every language or surface the package supports so Layerkit can block PR/handoff until each is updated or explicit residual.

This step is required for heal and full. Domain discover may be skipped on heal; surfaces is never skipped.

Protocol

  1. Walk the package (source:code): e.g. **/server/node, server/python, server/ruby, server/php*, server/java, server/go, server/dotnet, server/nextjs, client UIs.
  2. Write session inventory:
{projectDir}/memory/runbooks/surface-inventory.json
{
  "schemaVersion": 1,
  "package": "org/repo",
  "languages": [
    {
      "id": "node",
      "roots": ["fixed-price-subscriptions/server/node"],
      "status": "pending"
    },
    {
      "id": "python",
      "roots": ["fixed-price-subscriptions/server/python"],
      "status": "pending"
    }
  ],
  "notes": "Inventoried from package layout; source:code"
}
  1. Put the same JSON (or a pointer + summary) in mark-done --evidence.
  2. Later, during source-edit, update each language:
  • "status": "updated" + "paths": ["…/server.js"] when production files for that language were changed, or
  • "status": "residual" + "residual": "why not changed (SDK gap, out of scope, …)"
  1. Layerkit rejects source-edit complete / handoff while any language is still pending.

Forbidden

  • Listing only one language when the package clearly has more (freestyle single-lang heal)
  • Marking updated without real paths
  • Marking residual without a concrete residual reason
  • Skipping this step on heal

Success

  • [ ] surface-inventory.json exists with ≥1 language and non-empty roots[]
  • [ ] Evidence cites package layout (source:code)
  • [ ] Agent understands that multi-lang completeness is enforced before PR

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.