This repository provides a Marketplace of coding agent plugins for working with Archyl — the AI-powered architecture documentation platform.
Note
These plugins are in Public Preview and will continue to evolve and improve. We'd love to hear your feedback at GitHub Issues.
Step 1: Marketplace Installation
- Run
/plugin marketplace add archyl-com/agent-skills - Run
/pluginto open the plugin manager - Select Marketplaces
- Choose
archyl-marketplacefrom the list - Select Enable auto-update or Disable auto-update
Step 2: Plugin Installation
- Run
/plugin install archyl-developer@archyl-com-agent-skills - Restart Claude Code
Step 3: Configure MCP Server
Add this to your project's .mcp.json:
{
"mcpServers": {
"archyl": {
"type": "http",
"url": "https://api.archyl.com/mcp",
"headers": {
"X-API-Key": "arch_your_api_key_here"
}
}
}
}Get your API key from the Archyl dashboard under Settings → API Keys.
The skill content is compatible with any agent that supports the plugin format. See the archyl-developer plugin for direct installation.
| Plugin | Description |
|---|---|
| archyl-developer | Comprehensive assistance for documenting, modeling, and governing software architecture with Archyl using the C4 model |
The archyl-developer plugin gives your coding agent deep knowledge of Archyl's 200+ MCP tools across these domains:
| Domain | Capabilities |
|---|---|
| C4 Modeling | Create and manage systems, containers, components, code elements, and relationships |
| Documentation | Architecture Decision Records, project docs, user/system flows, AI insights |
| Governance | Conformance rules, drift detection, DORA metrics, ownership mapping |
| Operations | Releases, environments, API contracts, event channels, technology radar |
| Collaboration | Comments, change requests, whiteboards, team management |
| History | Snapshots, time travel, architecture diffing, audit logs |
| Integrations | Webhooks, marketplace widgets, global architecture views |
- An Archyl account with API access
- Archyl MCP server running (self-hosted or cloud)
- Claude Code, Codex, or compatible coding agent