# Skills Hub

> Use this skill when the user wants to discover, inspect, install, or apply Skills Hub presets, kits, AGENTS.md policies, or skill packages for a project. It guides the agent to use the Skills Hub CLI to search presets, inspect their policy and selected skills, install them as kit artifacts, and apply them with optional temporary skill overrides after user confirmation.

- **Type:** Skill
- **Install:** `agentstack add skill-potatodog1669-skills-hub-skills-hub`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [PotatoDog1669](https://agentstack.voostack.com/s/potatodog1669)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [PotatoDog1669](https://github.com/PotatoDog1669)
- **Source:** https://github.com/PotatoDog1669/skills-hub/tree/main/.codex/skills/skills-hub

## Install

```sh
agentstack add skill-potatodog1669-skills-hub-skills-hub
```

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

## About

# Skills Hub

Use this skill as the Skills Hub orchestration and preset-selection entrypoint.

## Use This Skill When

- The user wants help choosing a project setup from Skills Hub presets.
- The user asks which AGENTS.md and skills package fit a project.
- The user wants to browse or inspect presets before installing.
- The user wants to install a preset as a policy/package/kit.
- The user wants to apply a saved kit with temporary added or removed skills.

## Core Rule

Do not invent available presets or skills.

Always inspect the current Skills Hub catalog or local kit state first, then explain what you found.

## Workflow

### 1. Read Project Context

First understand the user goal and the project context:

- project path
- language / framework
- whether this is new feature work, backend work, research work, or release work
- whether the user wants a preset or a custom/manual kit

If the project context is ambiguous, inspect the repository before recommending a preset.

### 2. Search Presets First

For first-pass recommendations, use the preset catalog before falling back to manual kit assembly.

Start with:

```bash
skills-hub kit preset-list
```

If you need to narrow candidates:

```bash
skills-hub kit preset-search 
```

Examples:

```bash
skills-hub kit preset-search nextjs
skills-hub kit preset-search node api
skills-hub kit preset-search scientific literature
```

### 3. Inspect Candidate Presets

For any promising candidate, inspect it before recommending installation:

```bash
skills-hub kit preset-inspect --id 
```

Use the inspect output to explain:

- which policy the preset uses
- which source repos it draws skills from
- which selected skills are included
- whether it matches the current project and user goal

### 4. Recommend Before Installing

Before installing anything, present a short recommendation to the user:

- recommended preset
- why it fits
- what policy it will create
- what skills it will include
- whether you suggest any temporary `--with` or `--without` adjustments at apply time

Do not install or apply until the user confirms.

### 5. Install the Preset

After confirmation:

```bash
skills-hub kit preset-install --id 
```

This creates:

- a preset-backed policy
- a preset-backed package
- a kit

### 6. Review Installed Kits If Needed

After installation, you can inspect saved kit state with:

```bash
skills-hub kit list
skills-hub kit policy-list
skills-hub kit package-list
```

Use these when the user wants to confirm what was created, or when multiple kits already exist.

### 7. Apply the Kit

Apply the installed kit only after the user confirms the target project and agent:

```bash
skills-hub kit apply --id  --project  --agent 
```

If the user wants temporary adjustments for this one apply only:

```bash
skills-hub kit apply --id  --project  --agent  --with  --without 
```

Notes:

- `--with` adds a hub skill for this apply only
- `--without` removes a skill from the saved loadout for this apply only
- these flags do not mutate the saved kit

### 8. Fall Back to Manual Kit Workflows Only When Needed

If no preset fits, fall back to manual kit composition:

```bash
skills-hub kit policy-list
skills-hub kit package-list
skills-hub kit list
```

Then guide the user toward manual policy/package/kit creation or editing.

## Recommendation Output Format

When recommending a preset, keep the answer compact and explicit:

```text
Recommended preset: 

Why:
- 
- 

Policy:
- 

Selected skills:
- 
- 

Suggested apply-time adjustments:
- add:  (optional)
- remove:  (optional)

If you want, I can install this preset and then apply it to  for .
```

## Produces

- an inspected preset recommendation
- optionally, a newly installed preset-backed policy/package/kit
- optionally, an applied kit for a selected project and agent

## Guardrails

- Do not claim a preset exists unless `skills-hub kit preset-list/search` shows it.
- Do not claim a skill is included unless `skills-hub kit preset-inspect` shows it.
- Do not apply a kit without user confirmation.
- If no official preset fits, say so directly and switch to manual kit guidance.

## Source & license

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

- **Author:** [PotatoDog1669](https://github.com/PotatoDog1669)
- **Source:** [PotatoDog1669/skills-hub](https://github.com/PotatoDog1669/skills-hub)
- **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-potatodog1669-skills-hub-skills-hub
- Seller: https://agentstack.voostack.com/s/potatodog1669
- 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%.
