# Solid Router Data Navigation

> Apply Solid Router routing, navigation, and data APIs with deterministic loading/error and revalidation behavior. Use for route layout, params, query/action, and navigation flows.

- **Type:** Skill
- **Install:** `agentstack add skill-lvcoi-solidjskills-solid-router-data-navigation`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [lvcoi](https://agentstack.voostack.com/s/lvcoi)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [lvcoi](https://github.com/lvcoi)
- **Source:** https://github.com/lvcoi/solidJSkills/tree/main/skills/solid-router-data-navigation

## Install

```sh
agentstack add skill-lvcoi-solidjskills-solid-router-data-navigation
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# solid-router-data-navigation

## Trigger

Use for Solid Router requests involving routes, params/search params, queries/actions, preloading, and navigation semantics.

## Required Inputs

- Route structure and navigation behavior.
- Data loading/mutation expectations.
- Error and revalidation strategy.

## Workflow

1. Resolve route structure and nesting strategy.
2. Choose data APIs (`query`, `action`, `createAsync`, `revalidate`) based on mutation/read flow.
3. Declare loading, pending submission, success, and error states.
4. Provide integration handoff to macro skill and testing checks.

## Failure Modes

- Route param/search ambiguity: require explicit URL contract.
- Data mutation without revalidation policy: add policy before completion.
- Missing error/loading handling: output invalid until state matrix exists.

## Output Contract

Return `DomainGuidanceOutput` with router API decisions, handoff steps, and citations referencing normalized `doc_id` values.

## Validation

- `node tools/scripts/validate-skills.mjs --skill solid-router-data-navigation`
- `node tools/scripts/validate-solid-corpus.mjs`

## Key Corpus References

Use these `doc_id` values with the `read_corpus_doc` MCP tool:

- `solid-router.solid-router.reference.data-apis.query` — data loading with caching
- `solid-router.solid-router.reference.data-apis.action` — server mutations
- `solid-router.solid-router.reference.data-apis.revalidate` — cache invalidation
- `solid-router.solid-router.reference.primitives.use-navigate` — programmatic navigation
- `solid-router.solid-router.reference.primitives.use-params` — route parameter access

## References

- `../../references/solidjs-normalized/docs/solid-router/reference/components/router.md`
- `../../references/solidjs-normalized/docs/solid-router/reference/primitives/use-navigate.md`
- `../../references/solidjs-normalized/docs/solid-router/reference/data-apis/query.md`
- `../../references/solidjs-normalized/docs/solid-router/reference/data-apis/action.md`
- `../../references/solidjs-normalized/manifest.jsonl`

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [lvcoi](https://github.com/lvcoi)
- **Source:** [lvcoi/solidJSkills](https://github.com/lvcoi/solidJSkills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-lvcoi-solidjskills-solid-router-data-navigation
- Seller: https://agentstack.voostack.com/s/lvcoi
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
