configure

Manage Claude plugin clients, channels, and preferences via natural language.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SingularAgency/claude-marketplace --skill configure-singularagency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure
Source: https://github.com/SingularAgency/claude-marketplace/tree/main/plugins/po-meeting-assistant/skills/configure
Command: npx skills add https://github.com/SingularAgency/claude-marketplace --skill configure-singularagency

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Handle all configuration management via natural language. The user never touches the database.

Core Features & Use Cases

  • LIST — Show current configuration
  • ADD CLIENT / EDIT CLIENT / DELETE CLIENT
  • ADD CHANNEL / REMOVE CHANNEL
  • UPDATE PREFERENCES and global settings for a PO
  • Guided prompts and validation to ensure data integrity

Quick Start

Say "agregar cliente" to start adding a new client and follow the guided prompts.

Frequently Asked Questions about configure

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

FAQPage Schema
How do I configure Slack channel mappings for Claude plugins using natural language?

You can configure Slack channel mappings by issuing commands like ADD CHANNEL in natural language. The Skill automates end-to-end configuration management for Claude plugins, handling channel assignments and preferences without touching the database directly.

Can I manage client preferences and global settings without manually editing a database?

Yes, you can manage client preferences and global settings without manual database edits. By using natural language commands such as UPDATE PREFERENCES, the Skill automates storing, updating, and querying configurations with guided prompts and data validation.

What is the best way to add a new client configuration through conversational NLP?

The best way to add a new client configuration is by triggering the conversational NLP interface with a phrase like ADD CLIENT. The Skill then initiates a guided prompt sequence to capture and validate the necessary configuration data automatically.

Does this configuration tool support listing and querying current client setups?

Yes, the configuration tool supports listing and querying current client setups. You can use the LIST command to surface current configurations, view stored client details, and verify existing Slack channel mappings across a PO.

How do guided prompts and validation ensure data integrity when updating configurations?

Guided prompts and validation ensure data integrity by structuring the natural language input during configuration updates. The Skill validates the conversational input against the metadata contract before storing client preferences and channel mappings.

What are the limitations of using conversational configuration for deleting clients and channels?

The limitation of using conversational configuration for deleting clients and channels is that all actions are bound by the frontmatter-based metadata contract. You must use explicit commands like DELETE CLIENT or REMOVE CHANNEL to safely modify the dependency and component inventories.