Install
$ agentstack add skill-paulo-yamagishi-claude-code-setup-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
Research
Research a Claude Code topic using official docs and community sources, then integrate verified findings.
Steps
- Parse topic: Use
$ARGUMENTSas the research topic (e.g., "hooks", "plugins", "model configuration").
- Fetch official docs:
- WebFetch
https://docs.anthropic.com/en/docs/claude-codeand navigate to the relevant section - Extract current official information about the topic: features, config format, options, limitations
- Search community sources:
- WebSearch for:
"claude code" $ARGUMENTS site:reddit.com— recent discussions and tips - WebSearch for:
"claude code" $ARGUMENTS— blog posts, tutorials, announcements - Extract actionable tips, undocumented patterns, and real-world usage insights
- Read existing repo content:
- Grep for
$ARGUMENTSacrosscore/,projects/,skill/,.claude/skills/to find what we already cover - Read the most relevant files to understand current state of our documentation
- Cross-reference and classify findings into three sections:
Confirmed new info — Information verified against official docs that is not yet in our guides. Include source URL.
Community tips — Plausible patterns from real usage not found in official docs. Mark each as [UNVERIFIED]. Include source URL.
Outdated content in our repo — Anything in our guides that contradicts current official docs. Include file path and line number.
- Present report to the user with the three sections above.
- Ask user which findings to integrate, then update the relevant
core/orprojects/files accordingly.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: paulo-yamagishi
- Source: paulo-yamagishi/claude-code-setup
- 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.