一键导入
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.