> For the complete documentation index, see [llms.txt](https://mycroft-ai.gitbook.io/mark-ii/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mycroft-ai.gitbook.io/mark-ii/differences-to-classic-core/porting-classic-core-skills.md).

# Porting Classic Core Skills

Existing Mycroft skills are largely compatible with the Mark II running Dinkum, but some modifications are necessary. Most notably the use of [Sessions](/mark-ii/differences-to-classic-core/sessions.md).&#x20;

To help Skill developers port existing Skills, as well as develop new ones, we will be creating a range of documentation, tools and guides. &#x20;

The following are step-by-step examples to demonstrate everything you need to modify a Classic Core Skill and get it running in Dinkum.

1. [The Basics -- Porting Hello World Skill](/mark-ii/differences-to-classic-core/porting-classic-core-skills/porting-the-hello-world-skill.md)
2. Displaying a GUI page (coming soon)
3. Handling prompts and responses (coming soon)


---

# 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:

```
GET https://mycroft-ai.gitbook.io/mark-ii/differences-to-classic-core/porting-classic-core-skills.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
