بنقرة واحدة
author-skill
Use `author-skill` to get Skill File Authoring when you need to review/write skill files for agents.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use `author-skill` to get Skill File Authoring when you need to review/write skill files for agents.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use `author-caveman` to write Caveman English.
Use `author-agent` to get OpenCode Agent Authoring when writing or reviewing OpenCode agent markdown.
Use `author-command` to get OpenCode Command Authoring when writing or reviewing OpenCode command markdown.
Use `author-rules` to write `AGENTS.md` files.
Use `design-prd` to get Product Requirements when planning any feature or to understand project business requirements, user roles, and success criteria.
Use `execute-code` to get "Technical Design" when you must design technical tasks, implement features or refactor code.
| name | author-skill |
| description | Use `author-skill` to get Skill File Authoring when you need to review/write skill files for agents. |
Use this Skill Template to review/write skill files:
---
name: [NAME]
description: Use `[NAME]` to get [TOPIC] if [CONDITION].
---
# [TOPIC]
[TRIGGERS]
---
[CONTENT]
---
[RULES]
Write Skill Template as follow:
author- for skill related to human readable content, articlescode- for skill related to project source code, configurations, scriptsdesign- for skill related to project designs (architecture).agents/skills/{name}/SKILL.md.agents/skills/{name}/ and link to it from SKILL.md, for example: templates/email_template.html, scripts/process_data.py.agents/skills/{name}/) and link to itUse this same skill text as an example on how to format other skills.