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

Agent Config Adapter

skill-jajupmochi-agent-harness-agent-config-adapter · by jajupmochi

Adapt an existing agent configuration or plugin to a new agent or model route. Use when moving agent-harness or another agent setup between Claude Code, Codex, Gemini, Cursor, local models, or non-native model backends such as DeepSeek routed through another agent.

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-jajupmochi-agent-harness-agent-config-adapter

✓ 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-jajupmochi-agent-harness-agent-config-adapter)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Agent Config Adapter? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

agent-config-adapter

Use this workflow to port an existing agent configuration without dumping every rule into the target agent context.

Inputs to establish

  1. Source agent and config root.
  2. Target agent and target model route.
  3. Whether the model is native to the target agent or routed through a

compatibility layer.

  1. Required capabilities: durable instructions, skills, hooks, MCP/tools,

slash commands, subagents, browser/computer use, memories, and installers.

  1. Non-negotiable isolation constraints: what must not affect the original

agent setup.

Adaptation steps

  1. Inventory the source configuration:
  • manifests
  • skills
  • hooks
  • rules/instructions
  • MCP/app/tool config
  • install scripts
  • templates
  • tests or validation scripts
  1. Research the target agent's current extension surfaces from local docs or

official docs. For Codex, use the openai-docs Codex manual route.

  1. Build a mapping table: source item, target surface, required rewrite,

verification method, and isolation risk.

  1. Choose the smallest target entrypoint:
  • instructions file for always-on repo rules
  • skill for reusable workflow
  • plugin for distribution
  • hook for lifecycle enforcement
  • MCP/app for live tools or private external data
  1. Implement target-specific wrappers. Keep shared source content as references

so implicit skill metadata stays small.

  1. Verify structurally first, then run one realistic prompt per major workflow.

Model-route fallbacks

When the target model is not native to the agent, or implicit tool use is weak:

  • Prefer explicit skill invocation in user docs and default prompts.
  • Split long rule sets into small wrappers that name exactly which references

to read.

  • Use scripts for deterministic checks instead of relying on the model to

remember every invariant.

  • Require command output or file inspection before success claims.
  • Avoid hidden global instructions that the routed model may ignore.
  • Keep model-specific workarounds in the adapter skill, not in shared rules.

Deliverables

Every adaptation should leave:

  • A plan document with the mapping table and selected architecture.
  • Agent-specific manifest/config files.
  • A validation command or script.
  • Installation notes for the target agent.
  • A rollback note explaining which original agent files were not touched.

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.