communication-contributing

Sub-skill of communication: Contributing.

5 stars

Best use case

communication-contributing is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of communication: Contributing.

Teams using communication-contributing should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/contributing/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/business/communication/communication/contributing/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/contributing/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How communication-contributing Compares

Feature / Agentcommunication-contributingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of communication: Contributing.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Contributing

## Contributing


When adding new skills:

1. **Document OAuth flows** - Authentication is often complex
2. **Include webhook handling** - Event-driven patterns
3. **Show rate limiting** - API throttling strategies
4. **Add formatting examples** - Rich message construction
5. **Update this README** - Add to the skills table

Related Skills

memory-management-communication

5
from vamseeachanta/workspace-hub

Sub-skill of memory-management: Communication.

internal-comms-tone-by-communication-type

5
from vamseeachanta/workspace-hub

Sub-skill of internal-comms: Tone by Communication Type (+2).

communication-webhook-setup

5
from vamseeachanta/workspace-hub

Sub-skill of communication: Webhook Setup (+3).

communication-testing-communication-skills

5
from vamseeachanta/workspace-hub

Sub-skill of communication: Testing Communication Skills.

communication-slack-message-posting

5
from vamseeachanta/workspace-hub

Sub-skill of communication: Slack Message Posting (+3).

communication-skill-selection-guide

5
from vamseeachanta/workspace-hub

Sub-skill of communication: Skill Selection Guide.

communication-messaging-platforms

5
from vamseeachanta/workspace-hub

Sub-skill of communication: Messaging Platforms (+2).

communication-1-secure-token-storage

5
from vamseeachanta/workspace-hub

Sub-skill of communication: 1. Secure Token Storage (+4).

prompt-engineering-communication-style

5
from vamseeachanta/workspace-hub

Sub-skill of prompt-engineering: Communication Style.

prompt-engineering-communication-adaptation

5
from vamseeachanta/workspace-hub

Sub-skill of prompt-engineering: Communication Adaptation.

test-oversized-skill

5
from vamseeachanta/workspace-hub

A test fixture skill that exceeds 200 lines with multiple H2/H3 sections for split testing.

interactive-report-generator

5
from vamseeachanta/workspace-hub

Generate interactive HTML reports with Plotly visualizations from data analysis results. Supports dashboards, charts, and professional styling.