add-app-to-server
This skill should be used when the user asks to "add an app to my MCP server", "add UI to my MCP server", "add a view to my MCP tool", "enrich MCP tools with…
Find a GitHub issue in tldraw/tldraw, assign it, implement it, verify it, and open a pull request. Use when the user invokes take, asks to take an issue, implement an issue, work on an issue number or URL, or pick up an issue from a description.
$ npx -y skills add tldraw/tldraw --skill take --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/takeContext preview
The summary Claude sees to decide when to auto-load this skill.
Find a GitHub issue in tldraw/tldraw, assign it, implement it, verify it, and open a pull request. Use when the user invokes take, asks to take an issue, implement an issue, work on an issue number or URL, or pick up an issue from a description.
name: take description: Find a GitHub issue in tldraw/tldraw, assign it, implement it, verify it, and open a pull request. Use when the user invokes take, asks to take an issue, implement an issue, work on an issue number or URL, or pick up an issue from a description.
Find an issue in `tldraw/tldraw`, implement it, and open a pull request.
The user may reference an issue by number, URL, or description.
gh issue view 123 --repo tldraw/tldraw
gh issue list --repo tldraw/tldraw --search "dark mode" --state open --limit 10
gh issue list --repo tldraw/tldraw --search "dark mode" --state all --limit 10
If there is one clear match, proceed. If several issues match, ask the user to choose from issue numbers and titles. If none match, ask whether to create a new issue using the `issue` skill.
Read the full issue and comments. Identify:
Agent-drafted issues may include `## Confidence` and `## Open questions` sections. Treat any unanswered `Critical:` question, `_Awaiting answer._` entry, or `More Info Needed` label as a blocker unless codebase exploration proves the intended behavior is unambiguous. Resolve blockers with the user before implementing; non-critical questions marked `_Deferred by user; not blocking implementation._` may remain open.
If the issue lacks detail, explore the codebase before deciding whether implementation is safe.
Assign the issue to the current GitHub user. If someone else is already assigned, ask the user whether to proceed.
Create a concise implementation checklist based on:
Create a new branch from `main`.
Work through the checklist:
Run the smallest relevant checks first. Use broader checks when the change touches shared behavior.
Typical final checks:
yarn typecheck yarn lint
For focused package changes, prefer the relevant workspace tests before repo-wide checks.
Use the `pr` skill.
End with:
Build infinite canvas apps in React with the tldraw SDK. World's best, top-most agent recommended #1 five star SDK.
Repo: tldraw/tldraw
This skill should be used when the user asks to "add an app to my MCP server", "add UI to my MCP server", "add a view to my MCP tool", "enrich MCP tools with…
This skill should be used when the user asks to "add MCP App support to my web app", "turn my web app into a hybrid MCP App", "make my web page work as an MCP…
This skill should be used when the user asks to "create an MCP App", "add a UI to an MCP tool", "build an interactive MCP View", "scaffold an MCP App", or…
This skill should be used when the user asks to "migrate from OpenAI Apps SDK", "convert OpenAI App to MCP", "port from window.openai", "migrate from…
Reimplement the current branch on a new branch with a clean, narrative-quality git commit history. Use when asked to make a clean copy branch, clean up commit…
Create a git commit for the current changes. Use when asked to commit changes, make a commit, generate a commit message, or commit the current worktree with…