# Ss Show Spec

> Displays the current source-of-truth OpenSpec for a capability, or lists all capabilities when called without one, and summarizes recent archived changes that touched it. Use this as the entry point before reading or editing anything under openspec/ — do not grep or browse the directory manually first.

- **Type:** Skill
- **Install:** `agentstack add skill-lbk-open-super-spec-ss-show-spec`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [lbk-open](https://agentstack.voostack.com/s/lbk-open)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [lbk-open](https://github.com/lbk-open)
- **Source:** https://github.com/lbk-open/super-spec/tree/main/skills/ss-show-spec
- **Website:** https://www.npmjs.com/package/@lbk-open/super-spec

## Install

```sh
agentstack add skill-lbk-open-super-spec-ss-show-spec
```

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

## About

# Show OpenSpec Capability

Discover and display the authoritative spec for a capability. This is the entry point for
"see what exists, then read it" — don't list or grep `openspec/` blindly before calling
this skill.

## Inputs

Optional: a capability name (matching a directory under `openspec/specs/`) or a keyword to
search for. Omit both to get an index of all capabilities.

## Process

1. **No input given** — enumerate every directory under `openspec/specs/`. For each, read
   the `## Purpose` section (or the first descriptive line) of its `spec.md` and print a
   one-line index entry: `capability-name — `. If `openspec/specs/` is empty or
   missing, report that this repository has no OpenSpec baseline yet — suggest running the
   `ss-write-spec` or `ss-reverse-spec` skill. Stop here.
2. **Input matches a capability directory exactly** (`openspec/specs//`) — read
   and display that `spec.md` in full.
3. **Input is a keyword** — search every `openspec/specs/*/spec.md` (and, where useful,
   active `openspec/changes/*/specs/*/spec.md`, excluding `archive/`) for the text. Show
   each match with its capability name and the matching line or excerpt. If more than one
   capability matches, list them and ask the user which one to display in full.
4. After displaying a capability, list the 5 most recent archive entries that touched it —
   e.g., by finding files matching `openspec/changes/archive/*/specs//spec.md`
   and taking the last 5 in sorted order. For each, show the archive directory name, the
   first proposal heading if available, and a count of delta sections (ADDED / MODIFIED /
   REMOVED / RENAMED).

## Output

Keep the surrounding commentary concise, but always include the full current spec text.
Do not edit any files.

## Source & license

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

- **Author:** [lbk-open](https://github.com/lbk-open)
- **Source:** [lbk-open/super-spec](https://github.com/lbk-open/super-spec)
- **License:** Apache-2.0
- **Homepage:** https://www.npmjs.com/package/@lbk-open/super-spec

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-lbk-open-super-spec-ss-show-spec
- Seller: https://agentstack.voostack.com/s/lbk-open
- 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%.
