Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

prompting

يحتوي prompting على 7 من skills المجمعة من canvascomputing، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
7
Stars
9
محدث
2026-05-05
Forks
2
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

prompt
مطوّرو البرمجيات

Assemble a complete agent prompt by orchestrating the focused skills (promptrole, promptcontext, promptbehavior, prompttool, prompttask, promptverification) into one combined file. Use when drafting a new agent prompt or improving an existing one.

2026-05-05
promptbehavior
مطوّرو البرمجيات

Write the behavior section of an agent prompt — decision patterns, prohibition rules, communication style, and iteration rules for agents that run more than once. Use when writing the behavior section or defining how the agent operates.

2026-05-05
promptcontext
مطوّرو البرمجيات

Write the context section of an agent prompt — runtime facts the agent needs to orient itself, such as working directory, platform, and date. Use when the agent operates on files, runs commands, or reasons about time.

2026-05-05
promptrole
مطوّرو البرمجيات

Write the role section of an agent prompt — the agent's identity, including its domain of expertise and fallback behavior. Use when writing the role section or defining who the agent is.

2026-05-05
prompttask
متخصصو إدارة المشاريع

Write the task section of an agent prompt — the problem to solve, its scope, and what done looks like. Use when writing the task section or handing a piece of work to an agent.

2026-05-05
prompttool
مطوّرو البرمجيات

Write a tool definition for an agent — name, description, input schema, and output schema. Use when defining a new tool that will be registered with an agent.

2026-05-05
promptverification
مطوّرو البرمجيات

Write the verification section of an agent prompt — observable pass/fail checks against the agent's output. Use when writing the verification section or specifying what "done" looks like.

2026-04-26