General
PromptBeginner5 minmarkdown
Untitled Skill
193
generic skill
Loading actions...
Main instructions and any bundled files for this skill.
import MemberInfo from '@site/src/components/MemberInfo'; import GenerationInfo from '@site/src/components/GenerationInfo'; import MemberDescription from '@site/src/components/MemberDescription';
Creates the default system prompt for the AI bot based on the provided message context. This prompt includes the bot's role, current channel information, and response guidelines.
function createSystemPrompt(message: Message): string
Parameters
<MemberInfo kind="parameter" type={Message} />
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks