The delivery loop for a feature in this repository — scope it from the issue and the code, build it, verify it yourself, then run the full agent fleet over the diff and open a PR. Use when starting a feature, taking a GitHub issue into work, implementing…
butschster/mcp-research
SkillsMP has collected 5 skills from butschster/mcp-research. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 4
- GitHub forks
- 0
Skills in this repository
Showing 5 of 5 collected skills.
Stand up the app locally with data built for the feature you just wrote — fresh build, throwaway database, seeded researches covering every branch and edge case, and a map of URLs saying what to look at on each. Use to see a change working end to end, to hand…
Drive the local mcp-research REST API with curl — grab the auto-login JWT, call read and write endpoints, run an end-to-end research → session → entry → roadmap flow. Use to check an endpoint for real, reproduce an API bug, confirm ref_data resolves, or look…
Runs a UX review of the mcp-research web UI and turns it into a staged redesign plan. Use when asked to review the design, improve usability, rethink the interface, plan a redesign, or get expert opinions on the product's UX.
Sets up Storybook for the Nuxt 4 / Vue 3 frontend, creates stories for all components, and documents the component library. Use when the user asks to add Storybook, create component stories, build a component library/catalog, document UI components, set up…