بنقرة واحدة
implement-skill
Load this skill when you are ready to implement a skill outlined in a <skill-name>-design.md file.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Load this skill when you are ready to implement a skill outlined in a <skill-name>-design.md file.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Load this skill when creating a GitHub project backlog issue or drafting an issue title, body, type, or labels.
Backlog and project-management instructions using GitHub Issues. Load this skill when reading, listing, searching, understanding, or modifying project backlog issues.
Load this skill if you need to work with the backlog or meeting minutes
Load this skill if you need to review meeting minutes with the user
Load this skill if you need to prepare or review meeting minutes.
Load this skill if you need to create meeting minutes from transcript files.
| name | implement-skill |
| description | Load this skill when you are ready to implement a skill outlined in a <skill-name>-design.md file. |
Design specifications for the skill will always be in a file with a name convention of <skill-name>-design.md. Review it before proceeding with implementation workflow.
Workflow:
myteam new skill <skill_path> if the skill does not already exist.skill.md, set:
name: stable skill name that is unique to the directorydescription: when the skill should be used and what it covers. Include explicit trigger conditions in this field.docs/plans/<skill-name>-plan.md in the working directory.
docs/plans/<skill-name>-design.md create a stepwise plan to implement the architecture outlined in the file. Write this plan to a file with a name convention of <skill-name>-plan.md.<skill-name>-plan.md, implement the skill. Refer to <skill-name>-design.md for specifics regarding portions of the plan.myteam get skill <skill_path>.Implementation Guidance:
skill.md frontmatter accurate because current myteam surfaces them directly..myteam/ unless they are part of the team structure itself.