enquete-save

Structure and save research data into the Supabase enquete_summary table.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/iketomo/cowork_x_plugin --skill enquete-save
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enquete-save
Source: https://github.com/iketomo/cowork_x_plugin/tree/main/work-utils/skills/enquete-save
Command: npx skills add https://github.com/iketomo/cowork_x_plugin --skill enquete-save

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of structuring and saving research data, such as survey responses and interview notes, into a Supabase database, ensuring that insights are captured efficiently and systematically.

Core Features & Use Cases

  • Structured Data Storage: Saves research findings as structured summaries in the enquete_summary table.
  • Data Abstraction: Stores abstracted insights rather than raw data, focusing on key takeaways.
  • User Confirmation: Ensures all data is confirmed by the user before saving to prevent accidental entries.
  • Use Case: After conducting a customer satisfaction survey, use this Skill to save the key findings and actionable insights into the database for future reference and analysis.

Quick Start

Save the following survey results to the database.

Frequently Asked Questions about enquete-save

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save survey responses and interview notes into Supabase?

To save survey responses into Supabase, this Skill structures raw research data into abstracted insights and inserts each record into the Supabase `enquete_summary` table after user confirmation.

What is the best way to structure raw research data for database entry?

Structuring raw research data involves abstracting survey responses and interview notes into key takeaways, where each record represents a single insight, minimizing main agent involvement through a specialized sub-agent.

Does this data entry Skill require confirmation before saving to the database?

Yes, this data entry Skill requires explicit user confirmation before saving any structured summaries to the Supabase database, preventing accidental entries of research findings or form submissions.

Can I store customer satisfaction survey findings as structured summaries?

You can store customer satisfaction survey findings by abstracting them into structured summaries, capturing actionable insights as individual records in the database for future reference and analysis.

How does the sub-agent handle research data structuring and insertion?

The sub-agent handles research data structuring by analyzing raw inputs, abstracting them into single insights, and performing the database insertion, limiting the main agent to data reception and final reporting.