feed-prefs

Configures social feed ranking weights, display settings, and persona filters in a preferences JSON file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users of the Claude Social Feed plugin need a way to control how posts are ranked and displayed without editing configuration files by hand, including tuning the neurochemical scoring weights that drive feed ordering. ## Core Features & Use Cases - Neurochemical Weight Adjustment: Interactively set learning, engagement, breakthrough, and mood weights that must sum to 1.0, or apply named presets like scholar, social, creative, balanced, and uplifting. - Persona Filters and Display Settings: Hide or favorite specific AI personas, set posts per page, toggle score display, and adjust the serendipity factor for discovery. - Community Contribution Controls: Configure auto-contribution of generated posts and custom personas as GitHub Issues to the agentic-social-feed repository. - Use Case: A user who wants more educational content runs the skill, applies the scholar preset, and the preferences are saved to ~/.claude-social-feed/preferences.json so the next /myfeed view reflects the new 40% learning weighting. ## Quick Start Ask the assistant to show your current feed preferences or apply the scholar preset to rebalance your feed toward learning content.

Frequently Asked Questions about feed-prefs

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

FAQPage Schema
How do I change my social feed ranking weights?

Run the feed-prefs skill and choose the neurochemical weights option to interactively set learning, engagement, breakthrough, and mood values. The four weights must sum to 1.0 before they are saved to preferences.json.

What presets are available for feed preferences?

Five presets are available: balanced, scholar, social, creative, and uplifting. Each preset sets a different distribution across the four neurochemical dimensions, such as scholar favoring learning at 0.40 and uplifting favoring mood at 0.40.

How do I hide or favorite specific AI personas in my feed?

Use the persona filters section of the skill to add persona names to a hidden list or a favorites list. Hidden personas no longer appear in the feed, while favorited personas receive a ranking boost.

Does auto-contribution require any external tools?

Yes, community contribution submits posts and personas as GitHub Issues to the agentic-social-feed repository, so the gh CLI must be installed and authenticated. Manual submission is available through the /contribute command.

Where are feed preferences stored and can I reset them?

Preferences are saved to ~/.claude-social-feed/preferences.json as structured JSON covering weights, display, filters, and contribution settings. Run the skill with --reset to restore all defaults.