multica-projects-and-resources

Manage durable project context and linked resources in Multica workspaces.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Multica projects and resources provide durable context for agents, enabling teams to bind GitHub repositories and local directories to a project so task briefs stay consistent across runs.

Core Features & Use Cases

  • Durable project containers that carry context across tasks.
  • Resource types include github_repo and local_directory, enabling persistent collaboration between human and agent work.
  • Changes to resources are written to .multica/project/resources.json and affect future task briefs and agent behavior.
  • Use Case: bind a repository to a project so agents consistently work against the same codebase.

Quick Start

Create a new project and attach a GitHub repository as a durable resource to establish consistent context for future tasks.

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 a GitHub repository to a project for durable agent context?

To bind a GitHub repository, you attach it as a durable resource to a project. This establishes consistent context for future tasks by recording the binding in the project's persistent state, ensuring agents work against the same codebase across runs.

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

Durable project resources are linked assets like local directories or GitHub repositories that carry context across agent tasks. You need them when task briefs must stay consistent across runs, enabling persistent collaboration between human and agent work without manual context repetition.

Can I use a local directory as a persistent resource for agent workflows?

Yes, you can use a local directory as a persistent resource. The system binds local directories to projects, writes changes to a persistent state file, and affects future task briefs and agent behavior for ongoing collaboration.

What is the best way to manage project context across multiple agent tasks?

The best way to manage project context is using durable project containers that carry context across tasks. By binding resources like GitHub repositories to a project, task briefs stay consistent and changes propagate through persistent state files.

Where are project resource bindings stored and how do they affect task briefs?

Project resource bindings are stored in a persistent state file at .multica/project/resources.json. Changes to resources are written to this file and affect future task briefs and agent behavior, ensuring graceful resource merging and clear context propagation.