questionpunk
v1.1.0Create and review survey drafts, publish requested studies, and analyze QuestionPunk results.
By QuestionPunk0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 23, 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 questionpunk for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install questionpunk@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/questionpunk/claude-pluginClone 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
├── .claude-plugin/plugin.json├── skills/analyze-results/SKILL.md├── skills/create-study/SKILL.md├── skills/manage-study/SKILL.md├── skills/review-study/SKILL.md└── .mcp.json
Included Skills4
Analyze QuestionPunk survey results with response counts, aggregate reports, segment comparisons, and supporting quotes. Use for summarize findings, compare segments, or export survey responses.
Create a saved QuestionPunk survey draft from a research brief or edit specified questions. Use for requests such as make a customer feedback survey or shorten my onboarding study.
Find QuestionPunk studies, check status, publish an explicitly requested draft, or retrieve its participant link. Use for find my survey, publish this study, or how many people responded.
Review a QuestionPunk survey before launch for wording, answer choices, branching, and missing settings. Use for check my survey or review this draft before publishing.
MCP servers1
- url
- https://app.questionpunk.com/api/v1
Plugin manifests1
{
"name": "questionpunk",
"version": "1.1.0",
"description": "Create and review survey drafts, publish requested studies, and analyze QuestionPunk results.",
"author": {
"name": "QuestionPunk"
},
"homepage": "https://app.questionpunk.com",
"keywords": [
"research",
"surveys",
"customer-feedback"
]
}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.
[questionpunk on Agent Plugins Marketplace](https://pluginsmp.com/plugins/questionpunk)