Agent Skills: Skill: file-analyzer

Analyzes repo structure and identifies critical files.

UncategorizedID: Reneromero08/agent-governance-system/file-analyzer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Reneromero08/agent-governance-system/tree/HEAD/CAPABILITY/SKILLS/utilities/file-analyzer

Skill Files

Browse the full folder contents for file-analyzer.

Download Skill

Loading file tree…

CAPABILITY/SKILLS/utilities/file-analyzer/SKILL.md

Skill Metadata

Name
file-analyzer
Description
"Analyzes repo structure and identifies critical files."
<!-- CONTENT_HASH: 373d9bb6438898b8652edb9871c3572fc594135267e9af172fcbd5796ac4af67 -->

required_canon_version: >=3.0.0

Skill: file-analyzer

Version: 0.1.0 Status: Active

canon_version: "3.0.0"

File Analyzer

Analyzes repo structure and identifies critical files.

Usage

python scripts/run.py input.json output.json

Input Schema

{
  "repo_path": "D:/path/to/repo",
  "task_type": "analyze_swarm",
  "focus_areas": ["SKILLS/", "MCP/"],
  "output_format": "json"
}

Task Types

| Type | Purpose | |------|---------| | analyze_swarm | Understand swarm architecture | | find_config | Locate configuration files | | identify_dependencies | Find skill dependencies | | list_critical_files | List essential files |

required_canon_version: >=3.0.0

Skill: file-analyzer Skill | Agent Skills