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

Layerkit Align Client Style

skill-hariharapanigrahy-layerkit-layerkit-align-client-style · by hariharapanigrahy

Analyze existing client package patterns from source evidence; write style notes before source edits.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-hariharapanigrahy-layerkit-layerkit-align-client-style

✓ 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 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.

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-align-client-style)

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

About

layerkit-align-client-style

Before source edits, match the customer's package layout, DI, HTTP client, and test stack. Avoid orphan trees.

Protocol

  1. 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
  1. Deny-paths: same as discover (no .env, secrets, keys, pem).
  2. 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)
  1. 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
  1. 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.

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.