AgentStack
SKILL verified Apache-2.0 Self-run

Opsx Search

skill-grasscaograss-awesomeweldoneskills-opsx-search · by grasscaograss

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…

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-grasscaograss-awesomeweldoneskills-opsx-search

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Opsx Search? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.