Deprecated compatibility skill for resumable handoffs in generic skill environments, not real thread capture.
Works with
Kept for backward compatibility only; use save-handoff instead for generic npx skills environments
Cannot promise lossless thread import in runtimes without stable transcript APIs or session file access
Creates a structured resumable handoff summary (goal, decisions, files, risks, next steps) rather than a full session capture
Real thread save with actual transcript import
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionsave-threadExecute the skills CLI command in your project's root directory to begin installation:
Fetches save-thread from nowledge-co/community 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 save-thread. Access via /save-thread 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
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
64
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
64
stars
Preserve the old skill name without pretending a generic skill runtime can always import the real session transcript.
This skill name is deprecated and kept only for compatibility.
Use save-handoff for generic npx skills environments.
A shared skills package works across many agent runtimes. In many of them, a skill can influence prompting but cannot read the host agent's real session transcript through a stable programmatic API.
That means this package must not promise a lossless thread import when the runtime may not expose:
If we claimed real thread save here, users would believe later retrieval reflects the actual full session when it may only contain a summary.
In generic skill environments, treat save-thread as an alias for save-handoff:
nmem t createUse a dedicated native integration when the runtime has a real transcript importer.
Examples include Nowledge integrations such as:
In those environments, nmem t save --from <runtime> can read local session files on the client machine and upload normalized thread messages to Mem.
Use save-handoff when:
npx skills environmentUse a native save-thread only when:
Create a structured handoff instead of pretending to save the real thread:
nmem --json t create -t "Session Handoff - <topic>" -c "Goal: ... Decisions: ... Files: ... Risks: ... Next: ..." -s generic-agent
After successful save in a generic skills environment:
✓ Handoff saved
Title: {title}
Summary: {content}
Thread ID: {thread_id}
Always explain that this compatibility skill creates a resumable handoff, not a real transcript import.
These skills work in any agent via CLI. For auto-recall, auto-capture, and graph tools, check if your agent has a native Nowledge Mem plugin — run the check-integration skill or see https://mem.nowledge.co/docs/integrations
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
mattpocock/skills
I recommend save-thread for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Registry listing for save-thread matched our evaluation — installs cleanly and behaves as described in the markdown.
save-thread fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Useful defaults in save-thread — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
save-thread is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Keeps context tight: save-thread is the kind of skill you can hand to a new teammate without a long onboarding doc.
Useful defaults in save-thread — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Solid pick for teams standardizing on skills: save-thread is focused, and the summary matches what you get after install.
We added save-thread from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
save-thread is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 34