midnight-get-repo-context
Combine version info, syntax reference, and relevant examples for a repository in one call, saving time and tokens when starting a coding session.
Instructions
🚀 COMPOUND TOOL: Get everything needed to start working with a repository in ONE call. Combines version info + syntax reference + relevant examples. Use this at the start of a coding session instead of multiple individual calls. Saves ~50% tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name (e.g., 'compact', 'midnight-js') | |
| includeExamples | No | Include example code snippets (default: true) | |
| includeSyntax | No | Include syntax reference (default: true) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | No | Full repository path | |
| quickStart | No | Version and install command | |
| version | No | Version details | |
| syntax | No | Syntax reference summary | |
| examples | No | Relevant examples |