Claude Code skill for researching a company's real production tech stack
npx claudepluginhub irinanazarova/skill-tech-stack-researchResearch a startup's real tech stack by triangulating GitHub repos, job postings, engineering blogs, and infrastructure signals
A Claude Code plugin that researches a company's real production tech stack by triangulating GitHub repos, job postings, engineering blogs, and infrastructure signals.
Add the marketplace, then install the plugin:
/plugin marketplace add irinanazarova/skill-tech-stack-research
/plugin install research-tech-stack@skill-tech-stack-research
To test locally during development:
claude --plugin-dir ./research-tech-stack
/research-tech-stack figma
/research-tech-stack crowdstrike.com
/research-tech-stack "Surge AI"
tech-stacks/{company-slug}.mdIt cuts through common misleading signals — TypeScript on the frontend doesn't mean TypeScript on the backend, a Python SDK doesn't mean a Python platform, and many companies hide their "boring" Rails/Django backend behind flashy marketing.
Each run produces a dated markdown file with:
research-tech-stack/skills/research-tech-stack/
├── SKILL.md # Core methodology, critical rules, research procedure
├── signals.md # Fork cheat sheet, infra→backend mapping, category calibration
└── template.md # Output format template
MIT