generic-artifact-paths

Standardizes generic artifact paths across RigorLoop workflows and validates references in documentation and planning tasks.

3|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/xiongxianfei/rigorloop --skill generic-artifact-paths
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generic-artifact-paths
Source: https://github.com/xiongxianfei/rigorloop/tree/main/tests/fixtures/adapters/generic-artifact-paths
Command: npx skills add https://github.com/xiongxianfei/rigorloop --skill generic-artifact-paths

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a standardized approach to managing generic artifact paths used across RigorLoop workflows, reducing broken references and duplication.

Core Features & Use Cases

  • Standardized artifact-path references across docs, specs, and plans.
  • Reuse of artifact paths in proposals and plans to ensure consistency.
  • Use case: Drafting specs to reference artifact locations unambiguously.

Quick Start

Run a path-resolution audit across docs/, specs/, and docs/plans/ to verify artifact path references.

Frequently Asked Questions about generic-artifact-paths

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

FAQPage Schema
How do I standardize artifact paths across documentation and planning workflows?

Standardizing artifact paths involves auditing references across docs/, specs/, and docs/plans/ directories to ensure consistency. This process validates path references to prevent broken links and enables portable, reusable path usage across multiple workflow contexts.

Why do my documentation links break when reusing specs and plans in different contexts?

Documentation links break when artifact paths lack portability across different contexts. Applying a standardized path-resolution approach to docs, specs, and plans ensures references remain valid, reducing broken references and content duplication when artifacts are reused.

What is the best way to resolve artifact path references in a repository?

The best way to resolve artifact path references is to run a path-resolution audit across your repository directories. This audit standardizes access to generic artifact paths, verifying that references to docs and specs are unambiguous and correctly linked.

Do I need external dependencies to manage artifact paths for documentation tasks?

No external dependencies are required to manage artifact paths for documentation tasks. The path-resolution process requires no external runtime beyond the repository's own guidance, allowing you to validate references directly within your existing environment.

When should I audit artifact path references in my project?

You should audit artifact path references when drafting specs, proposals, or plans to ensure locations are referenced unambiguously. Auditing prevents broken links and ensures path consistency before artifacts are reused across multiple workflows.