Install
$ agentstack add skill-hariharapanigrahy-layerkit-layerkit-align-client-style ✓ 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 Used
- ✓ 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-align-client-style
Before source edits, match the customer's package layout, DI, HTTP client, and test stack. Avoid orphan trees.
Protocol
- Scan customer repo (read-only) for existing integration clients:
- Java/TS/Python/etc.: package roots, DI/framework style, HTTP client, test stack, naming, error handling
- existing vendor clients, mappers, adapters, SDK wrappers, fetch/axios/WebClient/HttpClient usage
- multi-vendor packages: sibling vendor adapters, shared registry/router, and the sibling test pattern a new vendor should clone
- Deny-paths: same as discover (no
.env, secrets, keys, pem). - Build a style profile markdown:
# client-style-profile
- language: java | typescript | python | other
- basePackageOrModule: com.example.integrations | src/integrations
- moduleLayout: single-module | multi-module path
- di: spring | guice | plain ctor
- httpClient: OkHttp | WebClient | java.net.http
- json: jackson | gson
- logging: slf4j | ...
- test: junit5 + (wiremock|mockwebserver|mockito)
- naming: *Client / *Adapter / *Mapper
- errorHandling: checked | runtime + mapping notes
- multiVendor: yes|no; siblingReference: file://…; registry: file://…; newVendorFollows:
- examples: file://paths to 2–3 reference classes (prefer sibling vendor adapters when present)
- Write profile to memory (and optional file under projectDir).
Do this by reading representative source files directly. Deterministic rails may list files, but they must not infer the style profile for you.
Optional research note:
layerkit memory append --type research --title "client style profile" --vendor general --body-file ./client-style-profile.md
- Next: source-edit skill edits production entrypoints directly using this profile as evidence.
Forbidden
- Inventing a parallel package tree when an integration module already exists
- Reading secrets or copying credentials into the profile
- Generating production code in this skill (analysis only)
Success criteria
- [ ] Profile lists package, DI, HTTP, test stack with file:// evidence
- [ ] Memory entry present
- [ ] Source-edit agent can name concrete extension points from the profile
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.