multica-projects-and-resources

Bind github_repo and local_directory resources to Multica projects.

44.9k|5.7k|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/multica-ai/multica --skill multica-projects-and-resources-multica-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multica-projects-and-resources
Source: https://github.com/multica-ai/multica/tree/main/server/internal/service/builtin_skills/multica-projects-and-resources
Command: npx skills add https://github.com/multica-ai/multica --skill multica-projects-and-resources-multica-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Multica projects and resources provide durable context for agents, centralizing project work and resource bindings to improve reproducibility across executions and sessions.

Core Features & Use Cases

  • Create and bind durable context for projects using github_repo and local_directory resources to inform agent task briefs.
  • Inspect, update, and debug project resources; changes persist in the .multica/project/resources.json and affect future tasks.
  • Use across workflows to bind or merge resources for consistent task context, test setups, and deployment scenarios.

Quick Start

Create a new project, bind a github_repo and a local_directory resource, then inspect the project's resources.

Frequently Asked Questions about multica-projects-and-resources

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

FAQPage Schema
How do I bind durable context to a project using github_repo and local_directory resources?

Bind durable context by creating a project and attaching github_repo and local_directory resources. The bindings persist in the project's resources.json file to standardize task environments across executions.

What are durable project resources and when do I need them for agent tasks?

Durable project resources are centralized bindings for github_repo and local_directory inputs. You need them to provide consistent task context and improve reproducibility across agent executions and sessions.

Can I inspect and debug project resources after attaching them to a project?

Yes, you can inspect and debug project resources after attaching them. Changes persist directly to the .multica/project/resources.json file, affecting future tasks and enabling context debugging across agents.

Does the Skill support binding multiple github_repo and local_directory resources to a single project?

Yes, the Skill enforces support for github_repo and local_directory resources, allowing you to bind or merge multiple resources to a single project for consistent task context and deployment scenarios.

Why are my project resource changes not persisting across agent sessions?

Project resource changes persist by writing to the .multica/project/resources.json file. If changes are not persisting across sessions, inspect the resources.json file to debug the context bindings and verify updates.

What is the best way to standardize task environments across multiple agents?

Standardize task environments by creating a Multica project and binding durable context with github_repo and local_directory resources. This centralizes project work and ensures consistent task briefs across workflows.