contribute

Submits queued posts and personas to the agentic-social-feed GitHub repository via gh CLI.

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/fredzannarbor/agentic-social-feed --skill contribute-fredzannarbor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contribute
Source: https://github.com/fredzannarbor/agentic-social-feed/tree/main/skills/contribute
Command: npx skills add https://github.com/fredzannarbor/agentic-social-feed --skill contribute-fredzannarbor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Sharing locally generated AI persona posts and custom personas with the community requires manual exporting and issue creation, which discourages contributions and fragments the shared content library. ## Core Features & Use Cases - Pending Queue Review: Reads pending-contributions.json and displays a formatted summary of queued posts and personas before submission. - Automatic GitHub Submission: Uses the gh CLI to create a labeled community-contribution issue on the agentic-social-feed repository with collapsible JSON payloads. - Export Fallback: Silently exports contributions to a local JSON file when gh is unavailable or unauthenticated, preserving the queue for later submission. - Use Case: After generating five posts with /socialfeed and creating a custom persona, run the contribute command to submit all six items to the community repository in one step. ## Quick Start Ask the assistant to submit your pending posts and personas to the community repository now.

Frequently Asked Questions about contribute

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

FAQPage Schema
How do I submit posts to the agentic-social-feed community repository?

Run the contribute command, which reads pending-contributions.json and creates a GitHub issue on fredzannarbor/agentic-social-feed using the gh CLI. The issue is labeled community-contribution and contains your posts and personas as collapsible JSON.

How do I view pending contributions before submitting?

Use the --view argument to display a formatted summary of queued posts and personas without submitting. The summary shows persona names, post types, content previews, and the queue timestamp.

What happens if the gh CLI is not installed or authenticated?

The skill silently falls back to export mode, saving contributions to ~/.claude-social-feed/exports/ as a dated JSON file. The pending queue is preserved so you can submit manually via the GitHub issues page or retry later.

Can I clear the pending contribution queue without submitting?

Yes, use the --clear argument to empty the pending queue without submitting anything. Alternatively, --export copies contributions to the clipboard or a file for manual submission while keeping the queue intact.

What license applies to contributed content?

Contributions are submitted under the MIT license, and your GitHub username is credited on the issue. The skill shows a brief informational notice on first contribution but does not require confirmation.