edge-verifier

Classify ForgePlan Map Pack edges as 'typed-link' or 'code-dep' and grep-verify 'code-dep' edges.

3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ForgePlan/marketplace --skill edge-verifier-forgeplan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-verifier
Source: https://github.com/ForgePlan/marketplace/tree/main/plugins/forgeplan-map-pack/skills/edge-verifier
Command: npx skills add https://github.com/ForgePlan/marketplace --skill edge-verifier-forgeplan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires grep, and includes scripts (resource) components.

What problem does it solve?

The edge-verifier Skill addresses the need for accurate trust-classification and grep-verification of edges in the ForgePlan Map Pack's VERIFY stage, ensuring the integrity and reliability of the data processed.

Core Features & Use Cases

  • Edge Trust-classification: Categorizes edges as 'typed-link' or 'code-dep' based on namespace and relationship, enhancing the trustworthiness of the data.
  • Grep-Verification: Performs a grep-verification pass on 'code-dep' edges to confirm the presence of specific patterns, ensuring data accuracy.
  • Use Case: In a complex software project, the Skill can verify the relationships between code artifacts, ensuring that all necessary dependencies are correctly identified and documented.

Quick Start

To initiate the edge-verifier Skill, simply run the 'verify' command within the ForgePlan Map Pack environment.

Frequently Asked Questions about edge-verifier

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

FAQPage Schema
How do I verify code dependencies and data integrity in a complex software project?

Data integrity verification classifies edges as typed-link or code-dep, then runs grep-verification on code-dep edges to confirm pattern presence. This ensures dependencies are correctly identified and documented for complex software projects.

What is edge verification and when do I need it for dependency checking?

Edge verification categorizes relationships between code artifacts into typed-link or code-dep classifications. You need it in complex software projects requiring robust dependency verification to ensure the trustworthiness of data processed in the VERIFY stage.

Does grep verification work for checking trust classifications of code dependencies?

Grep verification works by performing a pattern-matching pass on code-dep edges to confirm specific patterns are present. It requires the grep tool for dependency checking and validates the trustworthiness of edges within the ForgePlan Map Pack.

How to run grep verification on code-dep edges to validate trustworthiness?

Run the verify command within the ForgePlan Map Pack environment. This initiates edge trust-classification and performs grep-verification on code-dep edges, ensuring the accuracy of dependency relationships in your software project.

What are the limitations of using grep for edge verification and dependency checking?

Grep verification is limited to confirming the presence of specific patterns on code-dep edges. Since it requires the grep tool, its accuracy depends on pattern-matching precision, making it less suited for complex semantic dependency checking beyond textual patterns.