Agent skill · AI & Agents

orchardcore-ai-a2a-host

Skill for configuring the CrestApps A2A Host feature in Orchard Core. Covers exposing Agent AI Profiles as A2A agents, host authentication, agent cards, endpoints, and host settings.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-a2a-host --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0
Declared author: CrestApps Team
Path: skills/ai-llm/orchardcore-ai-a2a-host/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Orchard Core A2A Host - Prompt Templates ## Configure an A2A Host You are an Orchard Core expert. Generate configuration and guidance for exposing Orchard Core Agent AI Profiles through the CrestApps A2A Host feature. ### Guidelines - Use the A2A Host feature ID `CrestApps.OrchardCore.AI.A2A.Host`. - The host exposes AI Profiles whose `Type` is `Agent`. - Agent cards are served from `/.well-known/agent-card.json`. - By default, the well-known endpoint returns a JSON array of agent cards, one per Agent AI Profile. - Each card points to `/a2a?agent={agentName}` through its `url` property. - When `ExposeAgentsAsSkill` is enabled, the host returns a single combined agent card and routes requests using the `agentName` metadata field. - Keep agent `Description` accurate because it becomes part of the external agent or skill description. - Prefer authenticated host access in shared or production environments. ### Feature Overview | Feature | Feature ID | Description | |---------|-----------|-------------| | A2A Host | `CrestApps.OrchardCore.AI.A2A.Host` | Expose Agent AI Profiles via the Agent-to-Agent protocol | ### Enable the Host Feature ```json { "steps": [ { "name": "Feature", "ena

What's inside
Steps it walks through
  1. Configure an A2A Host
  2. Guidelines
  3. Feature Overview
  4. Enable the Host Feature
  5. Prerequisite: Create Agent Profiles
  6. Host Settings in Configuration
  7. Agent Exposure Modes
  8. Endpoints
  9. Authentication Guidance
  10. Example Host Configuration for a Shared Environment
  11. Best Practices
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the orchardcore-ai-a2a-host skill do?

Skill for configuring the CrestApps A2A Host feature in Orchard Core. Covers exposing Agent AI Profiles as A2A agents, host authentication, agent cards, endpoints, and host settings.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-a2a-host --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going