Search across your personal Yuque knowledge bases using natural language, read relevant documents, and synthesize a clear answer with references.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionyuque-personal-smart-searchExecute the skills CLI command in your project's root directory to begin installation:
Fetches yuque-personal-smart-search from yuque/yuque-plugin 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 yuque-personal-smart-search. Access via /yuque-personal-smart-search 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
67
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
67
stars
Search across your personal Yuque knowledge bases using natural language, read relevant documents, and synthesize a clear answer with references.
All tools are from the yuque-mcp server:
yuque_search — Search documents by keywordyuque_get_doc — Read full document content by slug/idFrom the user's natural language query, extract 1-3 concise Chinese keywords. Yuque search works best with short, specific terms.
Examples:
部署流程错误日志 or 日志处理技术评审Call yuque_search with the extracted keywords:
Tool: yuque_search
Parameters:
query: "<keywords>"
type: "doc"
If the search returns no results:
From the search results, select the top 3-5 most relevant documents based on:
For each selected document, fetch the full content:
Tool: yuque_get_doc
Parameters:
repo_id: "<namespace>" # e.g., "username/my-notes" (from search result's book.namespace)
doc_id: "<slug>" # e.g., "api" (from search result's target.slug)
Note: The search result contains nested data. Extract these key fields:
target.slug → use as doc_idtarget.book.namespace → use as repo_idtarget.title → document titletarget.updated_at → last update timeRead up to 3 documents. If the first document fully answers the question, you may skip the rest.
Compose the answer in the following format:
## 回答
[直接回答用户的问题,2-4 句话,简洁明了]
## 关键要点
- **要点 1**:[从文档中提取的关键信息]
- **要点 2**:[从文档中提取的关键信息]
- **要点 3**:[从文档中提取的关键信息]
## 参考文档
1. [文档标题](文档链接) — 来自「知识库名称」,更新于 YYYY-MM-DD
2. [文档标题](文档链接) — 来自「知识库名称」,更新于 YYYY-MM-DD
> blockquotessmart-search skill in the yuque-group plugin| Situation | Action |
|---|---|
yuque_search returns empty |
Try alternative keywords, then inform user |
yuque_get_doc fails (404) |
Skip this doc, note it may have been deleted |
yuque_get_doc fails (403) |
Tell user they may lack permission to access this doc |
| API timeout | Retry once, then inform user of connectivity issue |
| Too many results | Focus on top 3 by relevance, mention there are more results available |
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.
kostja94/marketing-skills
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
yuque-personal-smart-search fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Registry listing for yuque-personal-smart-search matched our evaluation — installs cleanly and behaves as described in the markdown.
yuque-personal-smart-search is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
yuque-personal-smart-search has been reliable in day-to-day use. Documentation quality is above average for community skills.
Solid pick for teams standardizing on skills: yuque-personal-smart-search is focused, and the summary matches what you get after install.
yuque-personal-smart-search has been reliable in day-to-day use. Documentation quality is above average for community skills.
Useful defaults in yuque-personal-smart-search — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend yuque-personal-smart-search for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
yuque-personal-smart-search reduced setup friction for our internal harness; good balance of opinion and flexibility.
Solid pick for teams standardizing on skills: yuque-personal-smart-search is focused, and the summary matches what you get after install.
showing 1-10 of 56