.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/nicolailassen/orxhestra
home/skills/nicolailassen/orxhestra
nicolailassen avatar

nicolailassen/orxhestra

11 skills

View on GitHub
$npx skills add nicolailassen/orxhestra
SkillInstalls
a2a-integrationExpose orxhestra agents as A2A protocol endpoints or connect to remote A2A agents.—agent-callbacksAdd callbacks to orxhestra agents for logging, monitoring, and error handling. Covers model and tool callbacks.—agent-plannersAdd planners to orxhestra agents for structured reasoning. Covers BasePlanner, PlanReActPlanner, and TaskPlanner.—agent-skillsAdd dynamic skills to orxhestra agents. Covers Skill, InMemorySkillStore, and skill discovery/loading tools.—agent-streamingStream events from orxhestra agents including token-by-token output, sub-agent events via AgentTool, and Runner streaming.—agent-toolsCreate and use tools with orxhestra agents. Covers function_tool, AgentTool, transfer tools, exit_loop, MCP tools, and CallContext.—build-agentBuild an LLM agent with orxhestra. Use when creating a new agent, setting up LlmAgent or ReActAgent, or wiring tools to an agent.—compose-agentsCompose multi-agent systems with SequentialAgent, ParallelAgent, and LoopAgent. Use when building agent pipelines, parallel workflows, or iterative loops.—mcp-integrationConnect orxhestra agents to MCP tool servers using MCPClient and MCPToolAdapter.—structured-outputForce orxhestra agents to return typed Pydantic objects instead of free-form text using output_schema.—yaml-composerBuild orxhestra agent trees from declarative YAML orx files. Covers full schema, models, tools, agents, runner, and server.—