> For the complete documentation index, see [llms.txt](https://wiki.cobblemonislands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobblemonislands.com/crates/events/ci-anniversary.md).

# CI Anniversary

CI Anniversary on Cobblemon Islands has 6 Pokemon skins.

<p align="center"><a href="https://wiki.cobblemonislands.com/crates/events" class="button secondary">Back to Event Skins</a><a href="https://wiki.cobblemonislands.com/crates/events/easter-2025" class="button secondary">← Easter 2025</a><a href="https://wiki.cobblemonislands.com/crates/events/necrotic-nightmare-event" class="button primary">Necrotic Nightmare Event →</a></p>

CI Anniversary is a Cobblemon Islands event. It has 6 Pokemon skins. It covers two anniversaries: Kubfu and Mimikyu from the 2nd in June 2025, and Squirtle, Wartortle, Blastoise and Diancie from the 3rd in June 2026.

{% hint style="success" %}
**Play on Cobblemon Islands.** A public Cobblemon 1.8 server. Get the modpack on Modrinth or CurseForge, then [join the server](https://connect.cobblemonislands.com)
{% endhint %}

## Pokemon skins in CI Anniversary

CI Anniversary covers 6 Pokemon skins. Each one links to that Pokemon's page. The skin art is not on the wiki yet.

| No.   | Pokemon                                                                                               | Also covers |
| ----- | ----------------------------------------------------------------------------------------------------- | ----------- |
| #0007 | [Squirtle](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-1/0007-squirtle)   |             |
| #0008 | [Wartortle](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-1/0008-wartortle) |             |
| #0009 | [Blastoise](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-1/0009-blastoise) | Mega        |
| #0719 | [Diancie](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-6/diancie)          | Mega        |
| #0778 | [Mimikyu](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-7/mimikyu)          |             |
| #0891 | [Kubfu](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-8/kubfu)              |             |

## Keep exploring

| Page                                                                                                 | What you'll find                 |
| ---------------------------------------------------------------------------------------------------- | -------------------------------- |
| [Event Skins](https://wiki.cobblemonislands.com/crates/events)                                       | Every collection in this section |
| [Easter 2025](https://wiki.cobblemonislands.com/crates/events/easter-2025)                           | Released before CI Anniversary   |
| [Necrotic Nightmare Event](https://wiki.cobblemonislands.com/crates/events/necrotic-nightmare-event) | Released after CI Anniversary    |
| [Pokedex](https://wiki.cobblemonislands.com/new-islanders-information/pokedex)                       | Every Pokemon page on this wiki  |

*Skin lists come from the Cobblemon Islands datapack. Data checked in September 2026.*

***

<p align="center"><a href="https://connect.cobblemonislands.com" class="button primary">Play on Cobblemon Islands</a></p>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.cobblemonislands.com/crates/events/ci-anniversary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
