Install
$ agentstack add skill-marconae-speq-skill-speq-ext-research ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
About
External Research
External documentation and research via Context7 and WebSearch.
When to Use
| Source | Use For | |--------|---------| | Context7 | Library APIs, method signatures, usage examples | | WebSearch | Design patterns, architecture decisions, best practices |
Context7 Workflow
1. resolve-library-id
query: ""
libraryName: ""
2. query-docs
libraryId: ""
query: ""
WebSearch Workflow
1. WebSearch(query: "")
2. Extract relevant patterns
3. Apply to implementation
Priority Decision
Apply an evidence hierarchy — primary documentation over secondary commentary:
Need library API details?
├─ Yes → Context7
└─ No → Need design guidance?
├─ Yes → WebSearch
└─ No → Proceed with existing knowledge
Example
Adding rate limiting to Express API:
1. resolve-library-id
query: "Express.js rate limiting"
libraryName: "express-rate-limit"
2. query-docs
libraryId: "/nfriedly/express-rate-limit"
query: "middleware setup options"
3. Implement using verified current API
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: marconae
- Source: marconae/speq-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.