> For the complete documentation index, see [llms.txt](https://matheus-draau.gitbook.io/solana-onboarding-kit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://matheus-draau.gitbook.io/solana-onboarding-kit/applying-the-kit.md).

# 8. Applying the kit

The previous chapters diagnose where Solana onboarding fails and turn those failures into patterns. This final chapter is the bridge from reading to building: a practical guide to applying the kit, with each gap mapped to a flow, a component, and a way to put it into your own product.

{% hint style="info" %}
**The materials exist; this chapter does not yet.** The components, the rules behind them and the agent skill that applies them are all built and installable, listed below. What is still being written is this walkthrough: the guided path from a diagnosed gap to a shipped screen.
{% endhint %}

## Install it

```bash
npx skills add draaujpeg/solana-uiux-onboarding-kit
```

Then describe what you have. "Review the onboarding in this repo" runs an audit against the same thirty questions used in [chapter 2](/solana-onboarding-kit/methodology.md). "Our swap shows this error and users vanish" finds the pattern behind it and builds the screen. Components are copied into your project, so you own and edit them, with nothing to keep updated.

It works with any agent that reads Agent Skills: Claude Code, Codex, Copilot, Gemini CLI, Cursor, Windsurf, Cline, OpenCode.

## What this chapter will cover

* **From gap to flow.** A step-by-step walkthrough that takes each recurring pattern from the research and shows the onboarding flow that fills it.
* **Components.** The reusable building blocks behind those flows, with usage notes and the friction they are meant to remove.
* **Using it in your project.** How to adopt the kit when designing a new onboarding or reviewing an existing one, including the Claude skill that applies the guidelines directly inside Claude Code.

## The materials

While the guide is being finalized, these are the parts of the kit and where they live:

| Material                                          | Where                                                                                                                               | Status           |
| ------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| Components, specs and the rules they are built to | [`design-guidelines/`](https://github.com/draaujpeg/solana-uiux-onboarding-kit/tree/main/design-guidelines/README.md)               | ✅ Complete       |
| The agent skill                                   | [`skills/solana-onboarding/`](https://github.com/draaujpeg/solana-uiux-onboarding-kit/tree/main/skills/solana-onboarding/README.md) | ✅ Complete       |
| Research synthesis                                | [`docs/`](/solana-onboarding-kit/readme.md)                                                                                         | ✅ Complete       |
| Help and glossary, written for the end user       | [`help.md`](/solana-onboarding-kit/help.md)                                                                                         | ✅ Complete       |
| This walkthrough                                  | here                                                                                                                                | 🚧 Being written |

{% hint style="info" %}
Want to follow along or contribute? Star and watch the [GitHub repository](https://github.com/draaujpeg/solana-uiux-onboarding-kit) for updates as the guidelines, components, and skill are released.
{% endhint %}


---

# 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://matheus-draau.gitbook.io/solana-onboarding-kit/applying-the-kit.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.
