# Solid Meta Head Management

> Apply solid-meta head and metadata primitives with deterministic SSR-safe behavior. Use for title/meta/link/style/base management across route and layout boundaries.

- **Type:** Skill
- **Install:** `agentstack add skill-lvcoi-solidjskills-solid-meta-head-management`
- **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-meta-head-management

## Install

```sh
agentstack add skill-lvcoi-solidjskills-solid-meta-head-management
```

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

## About

# solid-meta-head-management

## Trigger

Use for metadata strategy with `MetaProvider`, `Title`, `Meta`, `Link`, `Style`, and related head composition requirements.

## Required Inputs

- Route/layout metadata ownership boundaries.
- SSR and client update expectations.
- SEO and social metadata requirements.

## Workflow

1. Define metadata ownership hierarchy across app/layout/route boundaries.
2. Choose solid-meta primitives for each metadata type.
3. Document SSR-safe update expectations and collision handling.
4. Provide handoff to macro skill with testable metadata assertions.

## Failure Modes

- Multiple owners for same metadata field without precedence: resolve precedence first.
- Missing SSR behavior note: output invalid.
- Metadata changes without validation checks: add checks before completion.

## Output Contract

Return `DomainGuidanceOutput` with metadata decisions, handoff steps, and citations that include normalized `doc_id`.

## Validation

- `node tools/scripts/validate-skills.mjs --skill solid-meta-head-management`
- `node tools/scripts/validate-solid-corpus.mjs`

## Key Corpus References

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

- `solid-meta.solid-meta.reference.meta.metaprovider` — metadata provider setup
- `solid-meta.solid-meta.reference.meta.title` — document title management
- `solid-meta.solid-meta.reference.meta.meta` — meta tag composition
- `solid-meta.solid-meta.reference.meta.link` — link tag management
- `solid-meta.solid-meta.getting-started.server-setup` — SSR metadata setup

## References

- `../../references/solidjs-normalized/docs/solid-meta/reference/meta/metaprovider.md`
- `../../references/solidjs-normalized/docs/solid-meta/reference/meta/title.md`
- `../../references/solidjs-normalized/docs/solid-meta/reference/meta/meta.md`
- `../../references/solidjs-normalized/docs/solid-meta/reference/meta/link.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-meta-head-management
- 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%.
