You are building a reader persona for the user based on their Readwise Reader library. This persona file is used by other skills (triage, quiz, etc.) to personalize their experience.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionbuild-personaExecute the skills CLI command in your project's root directory to begin installation:
Fetches build-persona from readwiseio/readwise-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate build-persona. Access via /build-persona in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
143
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
143
stars
You are building a reader persona for the user based on their Readwise Reader library. This persona file is used by other skills (triage, quiz, etc.) to personalize their experience.
Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents). If they are, use them throughout (and pass this context to the subagent). If not, use the equivalent readwise CLI commands instead (e.g. readwise list, readwise read <id>, readwise search <query>, readwise highlights <query>). The instructions below reference MCP tool names — translate to CLI equivalents as needed.
Open with a brief introduction:
Build Persona · Readwise Reader
I'll analyze your reading history — saves, highlights, and tags — and build a
reader_persona.mdprofile in the current directory. Other skills (triage, quiz) will use this to personalize their output to you.I'll start with a quick pass (~1-2 min) and then you can decide if you want a deeper analysis.
IMPORTANT: This skill involves fetching a lot of data. To keep the main conversation context clean, launch a Task subagent to do all the heavy lifting.
The subagent should do a focused scan to build a solid initial persona fast:
Gather data. Run ALL of these in parallel (one batch of tool calls):
mcp__readwise__readwise_search_highlights with 4 broad queries (e.g. "ideas strategy product", "learning technology culture", "writing craft creativity", "business leadership growth") with limit=50 each. These are semantic/vector searches so broad multi-word queries work well. Highlights are cheap and high-signal — cast a wide net.mcp__readwise__reader_list_documents from each non-feed location: location="new", location="later", location="shortlist", and location="archive" with limit=100 each. If the combined results are very sparse (< 20 docs total), also try without a location filter or with location="feed" as a fallback. Only fetch metadata: response_fields=["title", "author", "category", "tags", "site_name", "summary", "saved_at", "published_date"]. Do NOT fetch full content.mcp__readwise__reader_list_tags to understand their organizational system.Parse results efficiently. The JSON responses from document lists can be large (25k+ tokens). Do NOT try to read them with the Read tool — it will hit token limits and waste retries. Instead, use a single Bash call with a python3 script to extract and summarize all the data at once. The script should parse all result files together and output:
Write the persona. Write reader_persona.md to the current working directory with these sections:
Return a brief summary (3-5 sentences) of the persona AND the absolute path to the file.
Subagent speed rules:
readwise_list_highlights — it often errors and is redundant with search.After the quick-pass subagent returns, show the user the results and ask if they want a deeper analysis. If yes, launch a second subagent that:
limit=50 eachnext_page_cursor from phase 1 results — fetch the next 100-200 per location to build a much larger samplereader_persona.md and enriches/rewrites it with the additional data — more nuanced sections, stronger evidence, sharper triage guidancereader_persona.md was written to {absolute_path}. Display the full path so they can open it.Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
anthropics/claude-code
mblode/agent-skills
github/awesome-copilot
sickn33/antigravity-awesome-skills
leonxlnx/taste-skill
erichowens/some_claude_skills
I recommend build-persona for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
build-persona fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Solid pick for teams standardizing on skills: build-persona is focused, and the summary matches what you get after install.
We added build-persona from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Keeps context tight: build-persona is the kind of skill you can hand to a new teammate without a long onboarding doc.
build-persona reduced setup friction for our internal harness; good balance of opinion and flexibility.
build-persona has been reliable in day-to-day use. Documentation quality is above average for community skills.
Keeps context tight: build-persona is the kind of skill you can hand to a new teammate without a long onboarding doc.
Registry listing for build-persona matched our evaluation — installs cleanly and behaves as described in the markdown.
build-persona is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 71