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…
Reference standards for writing and maintaining GitHub issues in the tldraw repository. Use as supporting guidance when another skill or workflow needs issue title, body, type, label, or triage standards.
$ npx -y skills add tldraw/tldraw --skill write-issue --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/write-issueContext preview
The summary Claude sees to decide when to auto-load this skill.
Reference standards for writing and maintaining GitHub issues in the tldraw repository. Use as supporting guidance when another skill or workflow needs issue title, body, type, label, or triage standards.
name: write-issue description: Reference standards for writing and maintaining GitHub issues in the tldraw repository. Use as supporting guidance when another skill or workflow needs issue title, body, type, label, or triage standards.
Standards for issues in tldraw/tldraw.
1. Remove prefixes: `Bug: X` → `X` 2. Fix capitalization: `Add Padding Option` → `Add padding option` 3. Use imperative: `Adding feature X` → `Add feature X` 4. Be specific: `Problem` → `[Describe the actual problem]` 5. Translate non-English titles to English
Set via the GitHub GraphQL API after creating the issue (the `--type` flag is not reliably supported):
| Type | Use for | | --------- | ----------------------------------- | | `Bug` | Something isn't working as expected | | `Feature` | New capability or improvement | | `Example` | Request for a new SDK example | | `Task` | Internal task or chore |
Use sparingly (1-2 per issue) for metadata, not categorization.
| Label | Use for | | ------------------ | -------------------------------- | | `good first issue` | Well-scoped issues for newcomers | | `More Info Needed` | Requires additional information | | `sdk` | Affects the tldraw SDK | | `dotcom` | Related to tldraw.com | | `a11y` | Accessibility | | `performance` | Performance improvement | | `api` | API change |
`keep`, `stale`, `update-snapshots`, `publish-packages`, `major`, `minor`, `skip-release`, deploy triggers
1. Clear description of what's wrong 2. Steps to reproduce 3. Expected vs actual behavior 4. Environment details (browser, OS, version) when relevant 5. Screenshots/recordings when applicable
1. Problem statement - What problem does this solve? 2. Proposed solution - How should it work? 3. Alternatives considered 4. Use cases
1. What API/pattern to demonstrate 2. Why it's useful 3. Suggested approach 4. Which example category it belongs to
Issues created by the `/issue` skill capture the user's intent over a short interrogation, so they carry an unheaded readback paragraph beneath the verbatim description, followed by open questions and a confidence status line at the bottom:
Leave the readback, open questions, and confidence line in the issue once interrogation is complete. The answered questions are a record of the discussion that produced the issue, so keep them rather than deleting them — mark questions resolved in place and keep the final readback as the issue's concise problem statement.
1. Verify sufficient information to act on 2. Set appropriate issue type 3. Clean up title if needed 4. Add `More Info Needed` label and comment if details missing 5. Add `good first issue` if appropriate
1. Review if still relevant 2. Close if no longer applicable 3. Add `keep` label if should remain open 4. Request updates if waiting on information
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…