software-tool-research
Installation
SKILL.md
Software Tool Research
Systematic workflow for analyzing software tools and repositories to understand architecture, document functionality, and measure quality attributes.
Core Workflows
1. Repository Discovery and Initial Assessment
When to use: Starting analysis of a new software tool or repository.
Process:
- Identify repository structure using
file_searchandlist_dir - Read key files: README, package files, main entry points
- Identify programming language(s) and frameworks
- Locate documentation and configuration files