personas

Lists AI personas from the social feed registry grouped by type.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users of the Claude Social Feed plugin need a quick way to see which AI personas exist in their registry, what each persona specializes in, and whether they are active, without manually inspecting the underlying JSON data file. ## Core Features & Use Cases - Grouped Persona Listing: Displays all personas organized by type—Publishers (imprint-level), Editors (series-level), and Social (feed content creators)—with glyphs, affiliations, and specialties. - Filtering Options: Supports --type, --active, --all, and --detailed flags to narrow or expand the listing. - Detailed Bios: The --detailed flag shows full bios, style attributes, and topic areas for each persona. - Use Case: Before generating new feed posts, run the personas command to confirm which social personas are active and what topics they cover, so you can decide whether to create a custom persona. ## Quick Start Ask the assistant to show all active personas in your social feed registry, optionally filtered by type or with detailed bios.

Frequently Asked Questions about personas

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

FAQPage Schema
How do I list all AI personas in my social feed?

Run the personas command to read the personas.json registry and display every persona grouped by type: Publishers, Editors, and Social. Each entry shows a glyph, name, affiliation, and specialty.

How to filter personas by type in the social feed plugin?

Use the --type flag with publisher, editor, or social to show only that category. Combine with --active or --all to control whether inactive personas appear.

Where is persona data stored in the Claude Social Feed plugin?

Persona data is stored in the personas.json file under the ~/.claude-social-feed directory. The personas command reads this file to build the registry display.

Can I see full bios and attributes for each persona?

Yes, pass the --detailed flag to show full bios, style and risk attributes, and topic areas for each persona instead of the compact table view.

Why are some personas missing from the list?

By default only active personas are shown. Use the --all flag to include inactive personas, and verify the personas.json file exists and contains the expected entries.