feature
Use when user describes anything to build — this is the default skill for all feature requests not matched by a higher-priority skill
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when user describes anything to build — this is the default skill for all feature requests not matched by a higher-priority skill
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when user requests a single standalone UI element — a button, form, card, input, or similar — with no broader feature context
Use when something is broken — error messages present, user says broken/not working/bug/fix/error
Use when the user wants to share their app with others or get a public URL — triggers include "deploy", "publish", "go live", "release", "share it", "I want a URL", "give me a link", "make it live", "show others", "put it online", "launch it"
Internal skill — called by other skills after code is approved and tested. Commits and pushes changes to main. Handles missing git identity and GitHub auth in plain English for non-technical users.
Use when user needs to store, retrieve, or persist data with no UI involved — pure data layer work
User-invocable entry point for the Vipps frontend stack. Triggered explicitly by `/new-vipps-project`. Activates the React/Vite/TypeScript/Tailwind/IndexedDB/AKS plugin context, scaffolds the project, then routes all subsequent requests through this plugin.
| name | feature |
| description | Use when user describes anything to build — this is the default skill for all feature requests not matched by a higher-priority skill |
Build a complete feature end-to-end. This is the default skill — fires when no higher-priority skill matches.
implementer-prompt.md to build the featurereviewer-prompt.md to review itimplementer-prompt.md with the reviewer's ISSUES list appended, then re-dispatch reviewer-prompt.md (max 3 retries)git skill (../git/SKILL.md) to commit and push, then run the deploy skill (../deploy/SKILL.md) to deploy to UAT, then tell the user what was built in plain Englishvitest run passesmain via the git skilldeploy skill