juliaz-feature

Guide code placement for cross-cutting features across Juliaz Agents components.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/abzhaw/juliaz_agents --skill juliaz-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: juliaz-feature
Source: https://github.com/abzhaw/juliaz_agents/tree/main/.claude/skills/juliaz-feature
Command: npx skills add https://github.com/abzhaw/juliaz_agents --skill juliaz-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps teams and AI agents decide where to implement a new feature across the juliaz_agents architecture, ensuring consistent patterns and integration points.

Core Features & Use Cases

  • Decide the correct target: orchestrator, bridge, backend, frontend, or OpenClaw skill, and identify the appropriate tool or endpoint.
  • Provide concrete implementation patterns for each component, including tool creation in the orchestrator, MCP tool patterns for bridge and cowork-mcp, backend REST endpoints, frontend pages/components, and OpenClaw skill structure.
  • Reuse proven templates and prompts to maintain system coherence across the multi-agent stack.

Quick Start

Follow the patterns to implement a new feature: select the target component (orchestrator, bridge, backend, frontend, cowork-mcp, or OpenClaw), implement the corresponding tool or API, and verify end-to-end integration.

Frequently Asked Questions about juliaz-feature

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new feature across orchestrator, backend, and frontend components?

To add a new feature across orchestrator, backend, and frontend, you identify the correct target component, implement the corresponding tool or API using established patterns, and verify end-to-end integration to maintain system coherence.

What is the correct pattern for adding MCP tools to bridge and cowork-mcp?

The correct pattern for adding MCP tools involves implementing specific MCP tool patterns in the bridge and cowork-mcp components, ensuring proper integration points and updating related prompts and tests for system coherence.

How do I create a new REST endpoint and Prisma model for the backend?

To create a new REST endpoint and Prisma model for the backend, you follow the provided backend implementation patterns which include defining the Prisma model structure and adding the corresponding REST API endpoints.

Can I use this to build a new OpenClaw skill and UI page at the same time?

Yes, you can build a new OpenClaw skill and UI page simultaneously by following the specific patterns for OpenClaw skill structure and frontend UI pages, ensuring proper updates to prompts and tests for full integration.

When should I add a tool to the orchestrator versus adding an MCP tool to the bridge?

You should add a tool to the orchestrator for core orchestration capabilities, while adding an MCP tool to the bridge is necessary when integrating external tool patterns and cowork-mcp functionalities for multi-agent stack coherence.

Does adding cross-cutting features require updating prompts and tests?

Yes, adding cross-cutting features requires proper updates to prompts and tests to maintain system coherence across the multi-agent stack and verify end-to-end integration of the newly implemented tools, endpoints, or UI components.