share-knowledge
Generate a pre-filled GitHub issue link so users can submit FeathersJS projects, tutorials, or patterns as community contributions.
Instructions
Generate a pre-filled GitHub issue link so the user can submit a community contribution (project, tutorial, or pattern) to the repo. If the user has built or completed something useful with FeathersJS (feature, pattern, tutorial, fix, architecture), proactively ask if they want to share; if they agree, collect title, author, content, tags and call this tool. CRITICAL: your next user-facing reply MUST include the full magic link URL as a clickable Markdown link so the user can open it from chat—do not omit the URL or rely on them reading tool output only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | List of tags (e.g. ['tutorial', 'mcp']). | |
| title | Yes | The title of your project or tutorial. | |
| author | Yes | Your GitHub username. | |
| content | Yes | The full Markdown content of the contribution. |