implement — community implement, daisuke-tanabe, community, ide skills

v1.0.0

このスキルについて

フロントエンドエージェントがストリームライン化されたUIコンポーネントの実装とスタイルの調整を必要とする場合に最適です。 テスト不要なタスクを実装する。 UI 変更・スタイル調整・設定変更・コンポーネント追加など、ユニットテストが不要な変更に使用する。 テストが必要なロジック実装には /tdd を使うこと。

daisuke-tanabe daisuke-tanabe
[0]
[0]
Updated: 3/11/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
30
Canonical Locale
ja
Detected Body Locale
ja

フロントエンドエージェントがストリームライン化されたUIコンポーネントの実装とスタイルの調整を必要とする場合に最適です。 テスト不要なタスクを実装する。 UI 変更・スタイル調整・設定変更・コンポーネント追加など、ユニットテストが不要な変更に使用する。 テストが必要なロジック実装には /tdd を使うこと。

このスキルを使用する理由

エージェントにタスクの自動化を可能にし、包括的なコンテンツ分析を使用してUIコンポーネントの追加とスタイルの調整を簡素化し、テストを必要とせずに設定ファイルの変更を処理し、進度管理のためにTaskCreateとTaskUpdateを利用します。

おすすめ

フロントエンドエージェントがストリームライン化されたUIコンポーネントの実装とスタイルの調整を必要とする場合に最適です。

実現可能なユースケース for implement

UIコンポーネントの追加の自動化
スタイルとレイアウトの調整
テストを必要とせずに設定ファイルの更新

! セキュリティと制限

  • テストが必要なロジックの実装には不適切
  • 小規模なタスクとUIの変更のみ
  • プロジェクトの規約の遵守が必要

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is implement?

フロントエンドエージェントがストリームライン化されたUIコンポーネントの実装とスタイルの調整を必要とする場合に最適です。 テスト不要なタスクを実装する。 UI 変更・スタイル調整・設定変更・コンポーネント追加など、ユニットテストが不要な変更に使用する。 テストが必要なロジック実装には /tdd を使うこと。

How do I install implement?

Run the command: npx killer-skills add daisuke-tanabe/daisuke-tanabe/implement. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for implement?

Key use cases include: UIコンポーネントの追加の自動化, スタイルとレイアウトの調整, テストを必要とせずに設定ファイルの更新.

Which IDEs are compatible with implement?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for implement?

テストが必要なロジックの実装には不適切. 小規模なタスクとUIの変更のみ. プロジェクトの規約の遵守が必要.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add daisuke-tanabe/daisuke-tanabe/implement. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use implement immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

implement

Install implement, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

実装フロー

Use when

  • UI コンポーネントの追加・変更
  • スタイル・レイアウト調整
  • 設定ファイルの変更
  • テスト不要な軽微な変更

Don't use when

  • テストが必要なロジック実装(→ /tdd)
  • コードレビューのみ(→ /review)

進捗管理

スキル開始時に全ステップを TaskCreate で登録し、各ステップの開始・完了時に TaskUpdate で状態を更新すること。

タスク一覧:

  1. Step 1: 分析(activeForm: "要件を分析中")
  2. Step 2: 設計(activeForm: "設計中")
  3. Step 3: 実装(activeForm: "実装中")
  4. Step 4: 検証(activeForm: "検証中")
  5. Step 5: レビュー(activeForm: "レビュー中")

テスト不要なタスク(UI 変更、設定変更など)を実装する。 小規模タスクでは各ステップを簡潔にまとめてよいが、省略はしない。

前提

  • プロジェクト規約: CLAUDE.md に従う
  • Lint: pnpm --filter web lint
  • 型チェック: pnpm --filter web typecheck

タスク

$ARGUMENTS


Step 1: 分析

タスクの要件を整理する。

  1. 要件・制約・非要件を明確にする
  2. 変更対象のファイルを特定する
  3. 影響範囲を確認する

Step 2: 設計

実装の構造を決定する。

  1. 責務の分割とインターフェースを決める
  2. 既存コードとの統合方針を決める

※ 単純な変更ならファイルと変更箇所の列挙だけでよい。


Step 3: 実装

  1. 必要な変更を実装する
  2. CLAUDE.md のレイヤー設計・命名規約に従う
  3. 最小限の変更に留める

Step 4: 検証

以下をパスすることを確認する:

  • pnpm --filter web lint
  • pnpm --filter web typecheck

失敗する場合は TaskUpdate で activeForm を更新し(例: "lint エラーを修正中")、修正後に再度検証する。


Step 5: レビュー

危険フラグ

以下が含まれていないことを確認する:

  • ハードコードされた秘密情報
  • デバッグ用 console.log
  • コメントアウトされたコード
  • 放置された TODO / FIXME
  • any 型の乱用

コード品質

  • CLAUDE.md の規約に準拠している
  • レイヤー設計(依存の方向)を守っている
  • 不要な変更が含まれていない
  • 影響範囲に問題がない

完了報告

## 実装完了
- 変更ファイル: {ファイル一覧}
- lint: PASS
- typecheck: PASS
- 危険フラグ: なし / あり(詳細)
- 総評: {一言コメント}

関連スキル

Looking for an alternative to implement or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者