Staging Templates

Route project-specific sidecar staging templates by exact project filename.

48|18|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/pageel/para-workspace --skill staging-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Staging Templates
Source: https://github.com/pageel/para-workspace/tree/main/templates/common/agents/skills/staging
Command: npx skills add https://github.com/pageel/para-workspace --skill staging-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents manual, error-prone staging of the correct PARA agent artifacts by mapping workspace paths to the right template destinations on demand.

Core Features & Use Cases

  • Project-specific sidecar routing: Loads a project template when available (e.g., para-workspace or para-graph) and otherwise falls back to a default template.
  • Deterministic path mapping: Defines exactly which workspace directories are staged and where they land in the repo template root.
  • Safety via exclusions: Ensures sensitive or release-managed files are not staged by enforcing exclusion patterns.

Quick Start

Ask your agent to run the /staging workflow for your target project (for example, /staging para-workspace) so it loads the correct staging template and copies only the intended artifacts.

Frequently Asked Questions about Staging Templates

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

FAQPage Schema
How do I automate path mapping for staging agent artifacts across multiple projects?

Automating path mapping for staging agent artifacts requires routing workspace directories to template root destinations. This skill loads project-specific templates by exact filename, like para-workspace, ensuring deterministic artifact placement with a safe fallback to a default template.

What is sidecar staging and how does template routing work for agent workflows?

Sidecar staging is the process of copying workflow, rule, and skill artifacts to a template root. Template routing works by checking the requested project filename and loading the matching project template, falling back to a default template if no specific match is found.

How do I prevent sensitive files from being copied during the artifact staging workflow?

To prevent sensitive files from being copied during the artifact staging workflow, you enforce exclusion patterns within the template. This ensures release-managed or sensitive files are skipped, guaranteeing only the intended data-only resources are staged.

Do I need a YAML frontmatter-defined skill entry to use automated staging templates?

Yes, you need a YAML frontmatter-defined skill entry to use automated staging templates. The skill requires this entry to execute deterministic data-only resource loading and conditional template selection by exact project filename.

What's the best way to stage PARA agent artifacts without manual path mapping errors?

The best way to stage PARA agent artifacts without manual path mapping errors is using a sidecar staging workflow that automatically routes the correct project-specific template. This maps workspace paths directly to template destinations on demand.

Why does my staging template fall back to a default instead of loading my project-specific rules?

Your staging template falls back to a default when the exact project filename requested does not match an available project template. Conditional template selection requires an exact filename match to load project-specific rules instead of the default.