Agent Plugins Marketplace
All plugins

questionpunk

v1.1.0

Create and review survey drafts, publish requested studies, and analyze QuestionPunk results.

Claude Code4 Skills1 MCP serverStreamable HTTP

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install questionpunk@agent-plugin-marketplace

Paste 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-plugin

Clone 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

questionpunk/
├── .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-resultsskills/analyze-results/SKILL.md

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-studyskills/create-study/SKILL.md

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.

manage-studyskills/manage-study/SKILL.md

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-studyskills/review-study/SKILL.md

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

questionpunkStreamable HTTP
url
https://app.questionpunk.com/api/v1

Plugin manifests1

.claude-plugin/plugin.json
{
  "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"
  ]
}

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)