From managing-youtrack
Interact with YouTrack issue tracker via REST API. Create, read, update, and search issues and drafts; manage comments, tags, and issue links; log work items; inspect custom field schemas; list saved queries; look up users and groups. Use when the user asks about YouTrack issues, wants to file bugs, update tickets, add comments, manage tags or links, track time, or search for issues. Requires YOUTRACK_URL and YOUTRACK_TOKEN environment variables.
npx claudepluginhub forketyfork/agentic-skills --plugin managing-youtrackThis skill is limited to using the following tools:
- NEVER use pipes after curl commands to parse the output, do that in a separate tool call.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
"${YOUTRACK_TOKEN}". Always include Accept: application/json; add Content-Type: application/json for write calls.curl -G --data-urlencode "query=..." instead of embedding the query string.fields parameter; default minimal issue fields: idReadable,summary.$type values → reference/fields.mdAfter create/update/delete, print a link to the affected item:
$YOUTRACK_URL/issue/<idReadable>$YOUTRACK_URL/issue/<idReadable>#focus=Comments-<COMMENT_ID>