From Cities2-MCP
Use automatically for Cities: Skylines II gameplay, city-management, mechanics, patch/update, or known-issue questions; answers use the Cities2-MCP wiki corpus and local Encyclopedia.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cities2-mcp:cities2-knowledgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when answering Cities: Skylines II gameplay questions with Cities2-MCP. The goal is to retrieve focused evidence from both available sources and synthesize a normal answer, not to show raw search results.
Use this skill when answering Cities: Skylines II gameplay questions with Cities2-MCP. The goal is to retrieve focused evidence from both available sources and synthesize a normal answer, not to show raw search results.
Trigger this skill for plain questions like "How do I grow office demand?", "What changed in the latest patch?", "Did traffic change?", "What makes citizens healthier?", "Why is housing demand low?", or "How does zoning/pollution/education/transit work?", even when the user does not mention Cities2-MCP, wiki, Encyclopedia, patch notes, or sources.
source_status() first.search(query, limit=5). Use query_reference(query, limit=5) if page-level routing would help.search_encyclopedia(query, limit=5) when source_status() reports it is available.get_page(page_id) for the best wiki page when snippets are not enough.get_encyclopedia_entry(entry_id) for the best Encyclopedia entries.url from get_page or search results.get_encyclopedia_entry.Wiki and Game Encyclopedia when useful.For questions about what is new, changed, fixed, currently broken, patched, or recently released, treat the wiki corpus as the primary patch-note source and the Game Encyclopedia as supporting terminology.
source_status() first.latest patch game history patch notes, Main Page/news, Patches, a version number, or a codename from the question.Main Page/news or Patches to identify the newest listed version, then fetch the patch-family page. If the newest version is in Patch 1.5.X, use get_page("patch-1-5-x") and inspect the exact version section.1.5.7f1 if Main Page/news, Patches, or the patch-family page list newer versions.Use compact gameplay terms. Prefer nouns and mechanic names over conversational wording.
Examples:
office demand jobs education companies zoning workplace commercial industrialsubway public transportation passengers stops comfort traffic bus train citizenshealth healthcare citizens sick pollution noise deathcare hospital clinic welfarelatest patch game history patch notesvehicles U-turns turn lanes highway exits intersectionsIf the first search misses, rewrite the query with related in-game labels from the source results. For example, try public transportation passenger transportation subway stations after a subway query.
When sources were used, include a compact source note at the end of the answer. Prefer one short sentence or a Sources: line, not a bibliography.
Good patterns:
Sources used: Game Encyclopedia entries for Demand and Office Zones, plus the CS2 Wiki Zoning page: https://cs2.paradoxwikis.com/Zoning.Source note: the Game Encyclopedia explains the in-game Demand and Office Zones entries; the wiki adds player-facing context from Zoning.Use Markdown links for wiki pages when the client supports them. Name the Game Encyclopedia entries, but do not invent links for them unless the MCP resource URI is directly useful to the user. If the wiki and Encyclopedia disagree or emphasize different things, say that briefly in the answer.
npx claudepluginhub mayor-modder/cities2-mcp --plugin cities2-mcpGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.