# Layerkit Author Processor

> Author or update client-side transform/helper code from vendor docs with mandatory citations.

- **Type:** Skill
- **Install:** `agentstack add skill-hariharapanigrahy-layerkit-layerkit-author-processor`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [hariharapanigrahy](https://agentstack.voostack.com/s/hariharapanigrahy)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [hariharapanigrahy](https://github.com/hariharapanigrahy)
- **Source:** https://github.com/hariharapanigrahy/layerkit/tree/main/skills/layerkit-author-processor

## Install

```sh
agentstack add skill-hariharapanigrahy-layerkit-layerkit-author-processor
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# layerkit-author-processor

Use this skill when a vendor contract requires normalization, hashing, formatting, date conversion, object shaping, or other deterministic helper logic in the client package.

These helpers are client-owned source code. They are not Layerkit runtime processors.

## Protocol

1. Identify the transform requirement from vendor docs/OpenAPI/curl and existing client mapper code.
2. Search for an existing helper before adding one.
3. Prefer updating an existing helper or mapper method.
4. Add a new helper only when no existing function can be changed cleanly.
5. For any new helper, state what it replaces. If it replaces nothing, justify why it must exist.
6. Add or update tests that prove the transform against cited examples.
7. Validate any map/proposal artifact only if the client uses one:

```bash
layerkit proposal validate ./proposal.json
layerkit map validate ./map.json
```

## Citation Rules

- Cite the vendor/customer rule for every non-obvious transform.
- Excerpts must cover the rule, such as hashing order, casing, phone format, timestamp unit, or nested object shape.
- If docs are silent, do not invent SHA variants, phone formats, timezone assumptions, or fallback defaults.

## Forbidden

- Network, credentials, or AI calls inside transform helpers.
- Double-hashing or re-normalizing without evidence.
- Adding a parallel helper when an existing mapper/helper should be changed.
- Creating Layerkit processor proposal artifacts as a substitute for editing source.

## Success Criteria

- [ ] Transform source code lives in the client package path.
- [ ] Existing code was updated or stale code was removed before adding a helper.
- [ ] Tests cover vendor examples or cited schema rules.
- [ ] Any remaining datalayer gap is a precise TODO in source and handoff.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [hariharapanigrahy](https://github.com/hariharapanigrahy)
- **Source:** [hariharapanigrahy/layerkit](https://github.com/hariharapanigrahy/layerkit)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-hariharapanigrahy-layerkit-layerkit-author-processor
- Seller: https://agentstack.voostack.com/s/hariharapanigrahy
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
