Share your posts and personas with the agentic-social-feed community
This skill inherits all available tools. When active, it can use any tool Claude has access to.
Share your posts and personas with the agentic-social-feed community.
Submit your locally generated content to the community repository. Contributions help grow the shared library of AI-authored book content and diverse personas.
--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 submissionRead ~/.claude-social-feed/pending-contributions.json:
{
"posts": [
{ "post_id": "...", "persona_id": "...", "content": "...", ... }
],
"personas": [
{ "persona_id": "...", "name": "...", ... }
],
"queued_at": "ISO timestamp",
"contributor": "username"
}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
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
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Submit automatically without user confirmation:
Check gh CLI: Run gh --version
Check authentication: Run gh auth status
Create issue:
gh issue create \
--repo fredzannarbor/agentic-social-feed \
--title "[Community] Contribution: {N} posts, {M} personas" \
--label "community-contribution" \
--body "$(cat contribution-body.md)"
Issue body format:
## 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 array ...]
</details>
Submitted via agentic-social-feed plugin
On success:
pending-contributions.jsonIf gh not available or not authenticated, silently export:
~/.claude-social-feed/exports/contribution-{date}.json📁 Contribution exported to ~/.claude-social-feed/exports/
Submit manually at: https://github.com/fredzannarbor/agentic-social-feed/issues/new
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!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
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
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
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.