interview-research
v1.0.0Researches a named company's interview process from public web sources and produces an evidence-graded interview-prep report — every predicted question labeled by how well-grounded it is, never a list of generic questions dressed up as company-specific ones.
By Ayan DeLicense: MIT1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 11, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install interview-research for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add interview-research@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ayan-de/interview-research-skillClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/interview-research/SKILL.md
Included Skills1
Researches a named company's interview process from public web sources and produces an evidence-graded interview-prep report — predicted questions labeled by how well-grounded they are (evidence / reconstructed / inferred / baseline), plus a company snapshot, likely interview loop, required skills, and a recruiter pitch. Use when the user asks to prepare for a job interview at a specific company, wants likely interview questions for a company and role, or asks to research a company's interview process.
Plugin manifests2
{
"name": "interview-research",
"displayName": "Interview Research",
"description": "Researches a named company's interview process from public web sources and produces an evidence-graded interview-prep report — every predicted question labeled by how well-grounded it is, never a list of generic questions dressed up as company-specific ones.",
"version": "1.0.0",
"author": {
"name": "Ayan De",
"email": "[email protected]"
},
"homepage": "https://github.com/ayan-de/interview-research-skill",
"repository": "https://github.com/ayan-de/interview-research-skill",
"license": "MIT",
"keywords": [
"interview-prep",
"job-search",
"research",
"career",
"skills"
],
"skills": "./skills/"
}{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "interview-research",
"displayName": "Interview Research",
"description": "Researches a named company's interview process from public web sources and produces an evidence-graded interview-prep report — every predicted question labeled by how well-grounded it is, never a list of generic questions dressed up as company-specific ones.",
"version": "1.0.0",
"author": {
"name": "Ayan De",
"email": "[email protected]"
},
"homepage": "https://github.com/ayan-de/interview-research-skill",
"repository": "https://github.com/ayan-de/interview-research-skill",
"license": "MIT",
"keywords": [
"interview-prep",
"job-search",
"research",
"career",
"skills"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[interview-research on Agent Plugins Marketplace](https://pluginsmp.com/plugins/interview-research)