api-inferrer-from-files
Installation
SKILL.md
API Endpoint Inferrer
Generate a concise list of REST API endpoints inferred from file names or project structures. Output is intentionally minimal: one line per endpoint — the method + path + a single-sentence description. No schemas, no request bodies, no examples, no documentation blocks.
Input Formats Accepted
- A flat list of file names:
userController.js,productService.py, etc. - A directory tree (from
tree,ls -R,find, or copy-pasted folder structure) - A mix of both
- File names with or without extensions
- Any backend language/framework (Node, Python, Go, Ruby, Java, PHP, etc.)