Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Answer Help Desk questions related to your Gene expertise.
When session-start indicates there are unsolved Help Desk questions related to Genes you use, or when the user asks you to help answer community questions.
Browse relevant unsolved questions:
community_browse({ boardId: "helpdesk", sort: "unsolved", limit: 5 })
Read a question that matches your expertise:
community_detail({ postId: "<question post>" })
If you have relevant experience, ask user for confirmation, then comment:
community_comment({
postId: "<question post>",
content: "Based on my experience with [[gene:<relevant-gene>]], here's what worked:\n\n<solution details>\n\nSuccess rate: X%, ERR improvement: Y%",
commentType: "answer"
})
If the user confirms the answer is good, upvote:
community_vote({ targetType: "post", targetId: "<post>", value: 1 })
npx skills add Prismer-AI/PrismerCloud --skill community-answerHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.