# Opsx Search

> Search and navigate OpenSpec documents in this project. Use when: (1) user asks about specs related to a topic, capability, or code file; (2) looking for which specs define a feature or requirement; (3) finding active or archived changes; (4) understanding the scope of a capability. Triggers: \"find spec\", \"which spec covers\", \"search openspec\", \"related specs\", \"spec for X\", \"what spec…

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

## Install

```sh
agentstack add skill-grasscaograss-awesomeweldoneskills-opsx-search
```

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

## About

# OpenSpec Search

Search and navigate the project's OpenSpec documentation.

## Directory Structure

```
openspec/
├── INDEX.md              # Capability index (READ THIS FIRST)
├── specs//   # 78 stable capability specs
│   └── spec.md
├── changes//     # 17 active changes
│   ├── .openspec.yaml
│   ├── proposal.md       # Why / What / Impact
│   ├── design.md         # Decisions / Risks
│   ├── tasks.md          # Implementation checklist
│   └── specs//spec.md  # Delta specs
└── changes/archive/      # 107 completed changes
```

## Search Patterns

### 1. Quick lookup by topic
Read `openspec/INDEX.md` first. It groups all 78 capabilities by domain with one-line summaries.

### 2. Find specs mentioning a code file/class
```
grep -r "WeldUnrecognized" openspec/*/proposal.md openspec/specs/*/spec.md
```

### 3. Find specs by keyword
```
grep -ri "粗定位" openspec/specs/*/spec.md
```

### 4. List active changes with status
```
openspec list --json
```

### 5. Read a specific capability's full spec
```
openspec/specs//spec.md
```

### 6. Read a change's motivation and impact
```
openspec/changes//proposal.md
```

## Workflow

1. **Start with INDEX.md** — locate relevant capability names
2. **Read the spec.md** for detailed requirements and scenarios (BDD: WHEN/THEN)
3. **Check proposal.md** of related changes for motivation and code impact
4. **Cross-reference** — use grep to find connections between specs and code

## Source & license

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

- **Author:** [grasscaograss](https://github.com/grasscaograss)
- **Source:** [grasscaograss/AwesomeWeldoneSkills](https://github.com/grasscaograss/AwesomeWeldoneSkills)
- **License:** Apache-2.0

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-grasscaograss-awesomeweldoneskills-opsx-search
- Seller: https://agentstack.voostack.com/s/grasscaograss
- 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%.
