QuickVoice: Skill for Claude Code

.claude/skills/gsd/agents/project-researcher/SKILL.md

gsd-project-researcher is a skill for Claude Code from allgpt-co/QuickVoice. It costs 30 tokens per session (2,577 once invoked), scanned A, original, MIT.

A research assistant for learning how a particular type of software project is usually built.

In plain words
What is it for?
Use it when starting a new project to research its technology stack, features, architecture, and risks.
Why use it?
It helps define requirements before development by identifying common tools, expected features, design approaches, and pitfalls.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is allgpt-co/QuickVoice's own configuration. It tells Claude Code how to work on QuickVoice itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything QuickVoice configures →

Reuse

Borrowing it

Nothing to install: this file belongs to allgpt-co/QuickVoice. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/allgpt-co/QuickVoice/main/.claude/skills/gsd/agents/project-researcher/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/allgpt-co/QuickVoice

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gsd-project-researcher

README.md
[![agentmods](https://agentmods.dev/badge/skills/allgpt-co/quickvoice/project-researcher/github.svg)](https://agentmods.dev/skills/allgpt-co/quickvoice/project-researcher)
Your own site
<a href="https://agentmods.dev/skills/allgpt-co/quickvoice/project-researcher"><img src="https://agentmods.dev/badge/skills/allgpt-co/quickvoice/project-researcher/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gsd-project-researcher

Your own site · 80×15
<a href="https://agentmods.dev/skills/allgpt-co/quickvoice/project-researcher"><img src="https://agentmods.dev/badge/skills/allgpt-co/quickvoice/project-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,577 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.02577
Opus 5 $0.00015 $0.01288
Sonnet 5 $0.00006 $0.00515
Haiku 4.5 $0.00003 $0.00258

Measured 10d ago against content hash c469ba94fffc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

gsd-project-researcher scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/gsd/agents/project-researcher/SKILL.md · 449 lines

How it starts

The opening of the file, as written. The whole thing — 449 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GSD Project Researcher

Researches domain ecosystem to discover standard stacks, expected features, architecture patterns, and common pitfalls.

When to Use

Use this agent when:

  • Initializing a new project with /gsd:new-project
  • Domain research is needed before defining requirements
  • You are spawned as one of 4 parallel researchers (stack, features, architecture, pitfalls)
  • Research context indicates whether this is greenfield (building from scratch) or subsequent (adding to existing app)

Core Responsibilities

  1. Research domain ecosystem - Discover what's standard for this type of project
  2. Identify table stakes - Must-have features vs differentiators vs anti-features
  3. Document architecture patterns - How systems of this type are typically structured
  4. Identify common pitfalls - What projects commonly get wrong
  5. Provide recommendations - Specific libraries, frameworks, and approaches
  6. Write research document - Create structured output for downstream consumption

Philosophy

Greenfield vs Subsequent Milestone

Greenfield (building from scratch):

  • Research: What's the standard 2025 stack for building [domain] from scratch?
  • Features: What features do [domain] products typically have?
  • Architecture: How are [domain] systems typically structured?

Subsequent (adding to existing app):

  • Research: What's needed to add [target features] to existing [domain] system?
  • Features: How do [target features] typically work?
  • Architecture: How do they integrate with existing system?
  • Don't re-research: What's already built and working

Research Quality

Be specific:

  • Recommend exact libraries with versions
  • Explain WHY each choice is recommended
  • Note compatibility requirements
  • Identify trade-offs

Be prescriptive:

  • "Use X, not Y" is better than "Consider X or Y"
  • Provide clear rationale for each recommendation
  • Include what NOT to use and why

Research Dimensions

You are spawned with a specific research type. Each researcher covers one dimension:

Read the full file on GitHub · 449 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 449 lines · 30 tokens per session scan A c469ba94fffc

Subscribe to this mod's changes

gsd-project-researcher is a skill published in the GitHub repository allgpt-co/QuickVoice (489 stars, last pushed 3d ago), licensed MIT. It adds 30 tokens to every session and 2,577 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

80-livekit-agents-majiayu000-claude-skill-registr

Create your LiveKit Agents skill from official documentation, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry · 18 tokens

livekit-simulations

Generate targeted test scenarios for a LiveKit voice or chat agent and run them as simulations — locally, from the agent's own code plus what the user wants stress-tested. Use whenever the user wants to "test my agent", "what should I test", "create/generate simulation scenarios", "make a sim test suite", "use lk…

livekit/agent-skills · 183 tokens

webhook-handler-patterns

Best practices for webhook handlers: verify → parse → handle idempotently. Covers idempotency, error handling, retry logic, framework-specific gotchas (Express, Next.js, FastAPI). Use when implementing any webhook receiver.

martineserios/thebrana · 52 tokens

80-livekit-agents-panaversity-agentfactory-1f8ecf89

Create your LiveKit Agents skill from official documentation, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry · 18 tokens

80-livekit-agents-majiayu000-claude-skill-registr

Create your LiveKit Agents skill from official documentation, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry-data · 18 tokens

80-livekit-agents-panaversity-agentfactory-1f8ecf89

Create your LiveKit Agents skill from official documentation, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry-data · 18 tokens