skip-profile-question

Skip profile questions when users explicitly refuse to answer.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill skip-profile-question-allbeingsfuture
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skip-profile-question
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/system/skip-profile-question
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill skip-profile-question-allbeingsfuture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When users explicitly refuse to answer, this skill prevents ongoing prompts for that data, reducing friction and improving conversation flow.

Core Features & Use Cases

  • Profile prompt suppression: seamlessly skip asking about a profile item when the user indicates they don’t want to answer.
  • Respect for privacy: avoids pressuring users to disclose information they don’t want to share.
  • Use Case: during a conversation, if a user says "I don't want to answer" or "skip this question", apply this tool to stop asking about that item and proceed with the session.

Quick Start

Tell the assistant to skip asking about a profile item whenever the user explicitly refuses to answer.

Frequently Asked Questions about skip-profile-question

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

FAQPage Schema
How do I stop an agent from asking profile questions when a user refuses to answer?▼

To skip profile questions when users refuse to answer, configure a conversational flow handler that suppresses specific profile prompts. This ensures the agent immediately stops requesting that data and proceeds with the session without pressuring the user.

What is profile prompt suppression in conversational AI?▼

Profile prompt suppression is a conversational flow mechanism that prevents an agent from repeatedly asking for user profile data. When a user explicitly declines to share information, the agent skips that question to respect privacy and reduce interaction friction.

How do I configure an agent to skip a profile question during a dialogue?▼

Configuring an agent to skip a profile question involves implementing a YAML frontmatter block with a handler and system flag. Tell the assistant to skip asking about a profile item whenever the user explicitly refuses, triggering the tool to halt that data request.

Does conversational flow control require dependencies to manage user privacy preferences?▼

Managing user privacy preferences for skipping profile questions requires no external dependencies. The capability operates independently through a YAML frontmatter configuration and system flag to control the dialogue and stop data collection upon user request.

When should I use a skip profile question mechanism in a user session?▼

Use a skip profile question mechanism when a user explicitly says they don't want to answer or asks to skip a question. It prevents friction by ensuring the agent stops requesting that specific data and proceeds smoothly with the remaining conversation.