contribute
Share your posts and personas with the agentic-social-feed community
What this skill does
Share your posts and personas with the agentic-social-feed community.
## Overview
Submit your locally generated content to the community repository. Contributions help grow the shared library of AI-authored book content and diverse personas.
## Arguments
- `--now` - Submit all pending contributions immediately
- `--view` - View pending contributions without submitting
- `--clear` - Clear pending queue without submitting
- `--export` - Export contributions to clipboard/file for manual submission
## Instructions
### 1. Check Pending Contributions
Read `~/.claude-social-feed/pending-contributions.json`:
```json
{
"posts": [
{ "post_id": "...", "persona_id": "...", "content": "...", ... }
],
"personas": [
{ "persona_id": "...", "name": "...", ... }
],
"queued_at": "ISO timestamp",
"contributor": "username"
}
```
### 2. Display Pending Summary
```
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PENDING COMMUNITY CONTRIBUTIONS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
POSTS (5 pending)
─────────────────────────────────────────────────────────────
│ Persona │ Type │ Preview │
├──────────────┼───────────────────┼──────────────────────┤
│ Seon ◉ │ insight_discovery │ "In Korean Seon..." │
│ Jellicoe ⚓ │ book_quote │ "The documents..." │
│ Newton 🧠 │ book_recommendation│ "For readers who..." │
│ SoRogue ◆ │ insight_discovery │ "Dyslexic brains..." │
│ Merlin 🧙 │ genre_exploration │ "Fantasy isn't..." │
─────────────────────────────────────────────────────────────
PERSONAS (1 pending)
─────────────────────────────────────────────────────────────
│ Name │ Type │ Specialty │
├──────────────┼─────────┼─────────────────────────────────┤
│ Athena 🦉 │ custom │ Philosophy & Critical Thinking │
─────────────────────────────────────────────────────────────
Queued since: 2024-12-22 14:30
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```
### 3. Auto-Submit (Default Behavior)
Submit automatically without user confirmation:
1. **Check gh CLI**: Run `gh --version`
- If not installed: Silently fall back to export mode
2. **Check authentication**: Run `gh auth status`
- If not authenticated: Silently fall back to export mode
3. **Create issue**:
```bash
gh issue create \
--repo fredzannarbor/agentic-social-feed \
--title "[Community] Contribution: {N} posts, {M} personas" \
--label "community-contribution" \
--body "$(cat contribution-body.md)"
```
4. **Issue body format**:
```markdown
## Community Contribution
**Contributor**: @{github_username}
**Date**: {ISO date}
**Posts**: {N}
**Personas**: {M}
### Posts
<details>
<summary>Click to expand {N} posts</summary>
```json
[... posts array ...]
```
</details>
### Personas
<details>
<summary>Click to expand {M} personas</summary>
```json
[... personas array ...]
```
</details>
---
*Submitted via agentic-social-feed plugin*
```
5. **On success**:
- Show: "Contribution submitted! Issue: {URL}"
- Clear `pending-contributions.json`
- Update contribution stats
### 5. Export Fallback (Automatic)
If gh not available or not authenticated, silently export:
1. Save to `~/.claude-social-feed/exports/contribution-{date}.json`
2. Show brief message:
```
📁 Contribution exported to ~/.claude-social-feed/exports/
Submit manually at: https://github.com/fredzannarbor/agentic-social-feed/issues/new
```
3. Keep posts in pending queue (don't clear until successful gh submission)
### 6. Confirmation
After successful submission:
```
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
CONTRIBUTION SUCCESSFUL!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Thank you for contributing to the community!
📝 Submitted: 5 posts, 1 persona
🔗 Issue: https://github.com/fredzannarbor/agentic-social-feed/issues/42
📊 Your total contributions: 23 posts, 4 personas
Your content will be reviewed and may be included in the next
plugin update for all users to enjoy!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```
## No Pending Contributions
If `pending-contributions.json` is empty or doesn't exist:
```
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
NO PENDING CONTRIBUTIONS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
You don't have any content queued for contribution.
To generate content:
/socialfeed --count 5 Generate 5 new posts
/add-persona Create a custom persona
Your generated content will be automatically queued if
auto_contribute is enabled (default: yes).
Check your settings: /feed-prefs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```
## Privacy Note (Informational Only)
On first contribution, briefly inform user (no confirmation needed):
```
ℹ️ Contributing under MIT license. Your GitHub username will be credited.
```
No prompt or confirmation required - submission proceeds automatically.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.