Navigate the Agentyx repository by package responsibility so changes start in the right place.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Andersseen/agentyx --skill navigate-agentyx --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Navigate Agentyx?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/andersseen-navigate-agentyx)More formats (shields.io, HTML) on the badges page.
---
name: navigate-agentyx
description: Navigate the Agentyx repository by package responsibility so changes start in the right place.
---
# Navigate Agentyx
Use this skill when deciding where an Agentyx change belongs. It is a repository-development skill,
not a built-in Agentyx product skill.
## Conceptual Map
`packages/core` owns provider-neutral domain models, schemas, registries, resolvers, domain errors,
SKILL.md parsing and serialization, and built-in product Skill assets.
`packages/adapters` owns provider translation: target adapters, destination paths, install plans,
safe file writes, and provider-specific MCP config rendering. It depends on core definitions but
does not define stacks, skills or MCP servers.
`packages/cli` owns Commander wiring and terminal/JSON output. CLI tests call command functions and
assert returned strings; do not spawn the binary in unit tests.
`packages/core/skills` contains built-in product Skills that Agentyx can install into user projects.
Each skill is data: a directory with `SKILL.md`, loaded by the core registry.
`.agents/skills` contains Skills for developing this repository. These are not Agentyx product
configuration unless explicitly promoted later.
`examples` contains fixtures used across core, adapters and CLI tests.
## Where To Start
Changing a domain schema, resolver, registry or error -> `packages/core`.
Adding or changing a provider target -> `packages/adapters`.
Adding a CLI command, flag or output shape -> `packages/cli`.
Changing a built-in installed Skill -> `packages/core/skills`.
Changing how agents develop Agentyx -> `.agents/skills` and, only if always-loaded context needs to
change, `AGENTS.md`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!