shared-add

Parses user prompts to create or update shared-resources entries in ddl, domain, contacts, and docs folders.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/fnf-ax-team/CC_ax_team --skill shared-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shared-add
Source: https://github.com/fnf-ax-team/CC_ax_team/tree/main/make-shared-resources/skills/shared-add
Command: npx skills add https://github.com/fnf-ax-team/CC_ax_team --skill shared-add

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to quickly populate shared resources with user-provided information, eliminating manual copy-paste and ensuring consistency across the repository.

Core Features & Use Cases

  • Remote-friendly updates: Create or update DDL, domain, and contact entries in the central shared-resources folder from plain prompts.
  • Collaborative onboarding: New data can be added to docs or domains without duplicating content.
  • Use Case: A team member submits a new domain description; the Skill automatically creates or updates the corresponding file under shared-resources.

Quick Start

Use the shared-add skill to add a new DDL entry: /shared-add ddl mydb mytable CREATE TABLE mytable (...);

Frequently Asked Questions about shared-add

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

FAQPage Schema
How do I add new DDL entries to shared team resources?

Add DDL entries to shared resources by submitting plain text prompts containing the database and table definitions. The skill parses the prompt and automatically creates or updates the corresponding file in the shared-resources folder.

What is the best way to update shared contacts and docs without duplicating content?

Updating shared contacts and docs without duplication is achieved by submitting new data through a plain prompt. The skill automatically creates or updates the corresponding entry in the central shared-resources folder.

Can I add domain descriptions to a shared-resources folder from a plain prompt?

Yes, you can add domain descriptions directly from a plain prompt. The skill parses the user prompt to generate or modify files in specific folders, returning a confirmation of the changes made.

Does the shared-add skill require manual file editing to populate team resources?

No, populating team resources requires no manual file editing. The skill eliminates manual copy-paste by parsing user prompts to generate or modify files in specific folders, ensuring consistency across the repository.

How do I quickly populate shared team resources with new collaborative information?

Quickly populate shared team resources by providing user-provided information through a plain prompt. The skill targets the shared-resources space to create or update entries, enabling fast collaborative information sharing across the team.