Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/defaultperson/agent-setup/researchnpx skills add DefaultPerson/agent-setup --skill researchgit clone --depth 1 https://github.com/DefaultPerson/agent-setupWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00033 | $0.02014 |
| Opus 5 | $0.00016 | $0.01007 |
| Sonnet 5 | $0.00007 | $0.00403 |
| Haiku 4.5 | $0.00003 | $0.00201 |
Grade A, and why
research 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 281 lines — stays where its author put it; the contents beside it link to each section on GitHub.
User Input
$ARGUMENTS
You MUST consider the user input before proceeding.
Outline
Phase 0: Setup
-
Parse topic from
$ARGUMENTS- If empty, ask user what to research
-
Auto-detect research mode based on topic keywords:
- Competitor Analysis: "alternatives", "vs", "competitors", "pricing", "compare", product/company names
- Technical Research: "API", "how to", "best practices", "parsing", "library", "framework", "implementation", "github"
- If unclear, proceed with general research approach
-
Generate output path:
- Slugify topic: lowercase, replace spaces with
-, remove special chars - Path:
{REPO_ROOT}/research/{topic-slug}.md - Create directory if not exists:
mkdir -p research
- Slugify topic: lowercase, replace spaces with
-
Initialize research document with metadata (atomic write):
# Research: {Topic} **Date**: {YYYY-MM-DD} **Mode**: {Detected Mode} **Status**: In Progress -
Generate subtopics (query decomposition):
- Decompose main topic into 3-5 focused subtopics
- Adapt subtopics based on detected mode:
For Competitor Analysis:
- What is {topic}? (market category, core value prop)
- Who are the main players? (direct competitors)
- How do they compare? (features, pricing, positioning)
- What are the problems? (complaints, limitations)
- What do users recommend? (community preferences)
For Technical Research:
- What is {topic}? (definition, core concepts)
- How does it work? (mechanics, implementation)
- What are the alternatives? (other approaches)
- What are the problems? (limitations, gotchas)
- What are best practices? (recommendations, patterns)
Show the research plan to user before starting deep research.
Phase 1: Scope Clarification (if needed)
Only ask clarifying questions if topic is genuinely ambiguous. Max 3 questions.
Present questions one at a time with recommendation:
Recommended: Option X - {reasoning}
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.
- 2d ago First seen · 281 lines · 33 tokens per session scan A e7da27ddab03
research is a skill published in the GitHub repository DefaultPerson/agent-setup (11 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 2,014 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.
Other skills, from other repositories
bark-notify-test
Send a Bark verification notification for the current Claude Code Bark setup on macOS or Windows. Use when the user wants to test delivery, confirm encryption works, or check whether the configured completion notification is healthy.
bark-notify
Use this skill whenever the user wants Claude Code to notify an iPhone through Bark when a task, turn, or coding session finishes. Works on macOS, Linux, and Windows. Trigger on requests about Bark notifications, Claude completion alerts, iPhone push reminders, completion messages, Bark hook setup, or Bark…
bark-notify-setup
Set up Bark completion notifications for Claude Code on macOS or Windows by safely writing the local Bark sender script and merging hooks into /.claude/settings.json. Use when the user explicitly asks to configure Bark for them or to directly install the completion notification flow.
bark-notify-uninstall
Remove Bark notification configuration from Claude Code on macOS, Linux, or Windows. Use when the user wants to uninstall, remove, or clean up Bark notifications, delete the Bark hook, or reset their Bark setup.
at-vision
Inspect screenshots, photos, diagrams, image paths, and image URLs when the task depends on visible content. Use when the prompt lacks actual image content, native inspection fails, or the user requests inspectimage; prefer the MCP tool, then the installed CLI.
webmcp-setup
Bootstraps webmcp-react into an existing React or Next.js app. Installs dependencies, adds WebMCPProvider, creates a first tool, and configures the MCP client bridge. Use when the user wants to set up WebMCP, add MCP tools to their app, integrate webmcp-react, or make their React app accessible to AI agents.