agentsclimarketplace

Speq ext research

Skill marconae/speq-skill/.claude/skills/speq-ext-research

A light-weight and straightforward system for spec-driven development with Claude Code or OpenAI Codex. Written in Rust πŸ¦€

Install
npx -y skills add marconae/speq-skill --skill speq-ext-research

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

External documentation and research via Context7 and WebSearch β€” library APIs and design patterns. Triggered by /speq-mission, /speq-implement, planner-agent, implementer-agent, and implementer-expert-agent when current external sources are needed.

SKILL.md

1.4 KB, as published. Nobody here has run it

External Research

External documentation and research via Context7 and WebSearch.

When to Use

SourceUse For
Context7Library APIs, method signatures, usage examples
WebSearchDesign patterns, architecture decisions, best practices

Context7 Workflow

1. resolve-library-id
   query: "<what you need>"
   libraryName: "<library name>"

2. query-docs
   libraryId: "<from step 1>"
   query: "<specific question>"

WebSearch Workflow

1. WebSearch(query: "<design question>")
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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.