agentsclimarketplace

Project field explorer

Skill Vit0lze/Project-Evolver-Framework/Skill Files/project-field-explorer

Framework de agentes de IA para mapear e corrigir arquitetura de software. / AI-agent framework to map and heal software architecture.

Install
npx -y skills add Vit0lze/Project-Evolver-Framework --skill project-field-explorer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Unrestricted deep-dive research into codebase flaws identified in a Global Map. Use when the user wants to investigate 'Breaking Points', plan complex refactors, or prepare a fail-proof execution plan (Connective Handshake) for a future Injector skill.

SKILL.md

2.2 KB, as published. Nobody here has run it

Project Field Explorer

This skill performs a constant, deep-dive research into every structural flaw identifying in GLOBAL_MAP.md. It prepares a fail-proof execution plan for future injection.

1. Trigger & Setup

Trigger: "Use the project-field-explorer skill to investigate the Breaking Points identified in the Global Map."

Data Retrieval:

  1. Autonomously locate GLOBAL_MAP.md in the workspace root or brain/ folder.
  2. Read the Vision section of the map.
  3. Vision Alignment: Ensure all research prioritizes the stated Project Purpose and Evolution Goal.

2. Deep-Dive Execution Logic

For EACH Breaking Point identified in the Map, perform the following unrestricted analysis:

  1. Inspect Code: Read the actual source code around the reported BREAK point.
  2. Extract Golden Rules: Identify the hidden business logic that must remain invariant.

    "What business value is this messy code actually providing?"

  3. Blast Radius: Trace references to determine exactly which files will break if this changes.
  4. Architectural Fit: Consult references/architectural-solutions.md to select the best pattern (SOLID, Design Patterns) for the fix.

3. Connective Handshake

For every breaking point, generate a Connective Handshake:

  1. Solution ID: Assign a unique ID (e.g., SOL-AUTH-01).
  2. External Dependencies: Explicitly check and list if new libraries (npm, pip) are needed.
  3. Target Manifest: List every file path that the future 'Injector' skill will need to modify.

4. Output

Generate a report using assets/templates/FIELD_RESEARCH_REPORT.md for each major issue (or consolidated for related issues).

Constraint Checklist:

  • No Limits: Deep dive until clarity is absolute.
  • Explicit Deps: Never assume libraries exist. Check them.
  • English Only: All reports must be in English.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.