get_framework_skill
Retrieve engineering guidelines, rules, and best practices for a given framework or technology. Optionally provide a relative path to a specific rule file.
Instructions
Fetches specific engineering guidelines, rules, and best practices for a given framework/technology.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional relative path to a specific rule or markdown file within the skill (e.g., 'rules/async-parallel.md' or 'file-conventions.md') | |
| technology | Yes | The name of the framework or skill folder (e.g., vercel-react-best-practices, next-best-practices) |