Full Stack Developer Claude agent by KissMySkills, hardcover volume cover

Edmund - AIフルスタック開発者エージェント

$32.00
セール価格  $32.00 通常価格  $47.99
商品情報へスキップ
Full Stack Developer Claude agent by KissMySkills, hardcover volume cover

Edmund - AIフルスタック開発者エージェント

$32.00 this skill vs $47.99 hiring a contract full-stack dev

デジタル AI agent 1つのagent .mdファイルedmund-ai-full-stack-developer-agent.skill

Choose how to get it

  • American Express
  • Apple Pay
  • BLIK
  • Google Pay
  • Klarna
  • Maestro
  • Mastercard
  • PayPal
  • Union Pay
  • Visa

Secure checkout by Shopify

即時ダウンロード 永遠に保つ 私たちが執筆しました

Add it once. Your AI works like a specialist.

Claude、ChatGPT、またはGeminiに追加すれば、あなたのAIが作業全体を最初から最後まで実行します。

即時ダウンロード · 30日間返金保証。 一度支払えば、ずっと使える - サブスクリプション不要。私たちが執筆・テストしたもので、GitHubから無断収集したものではありません。 返金ポリシー

Ask Edmund something hard.

📎 edmund-ai-full-stack-developer-agent.md LOADED ✓
Need a customer referral feature: unique codes, reward tracking, an admin dashboard. React front end, Node and Postgres backend. Build it?
CLAUDE · AS EDMUND, AIフルスタック開発者エージェント Schema first - referral systems live or die on how you model the code-to-reward relationship. I'll design the tables for codes, redemptions and payouts with constraints that make double-crediting impossible, then the API endpoints, then the React components, each layer explained with the reasoning behind it. Plan for 3 endpoints and 4 components; the admin dashboard reuses two of them. One catch in your brief: 'reward tracking' hides the hard question - do rewards trigger on signup or on first payment? Answer that and I'll start with the migration files.

ご購入前にご質問はありますか?

お問い合わせいただければ、通常はその日のうちに担当者が返信します。ボットでも、チケット待ちの列でもありません。

hello@kissmyskills.com

あなたが読むのではありません。AIが読みます。

スキルファイルをClaude、ChatGPT、またはGeminiに一度追加するだけで、それ以降はこの分野の専門家として機能し、次のメッセージからEdmundとして回答します。

一度購入すれば、そのファイルは永久にあなたのものです。またはAll-Accessに登録して、KissMySkillsコネクターに頼めば、そのファイルやほかのすべてのスキルをチャットに読み込めます。

// what's inside

このスキルの中身は何ですか

  1. Database layer: schema, models, migrations with explained decisions
  2. Backend: services with error handling, validation, security at every step
  3. REST API: request/response contracts, validation, correct status codes
  4. Frontend components with state, loading and error handling, your framework
  5. Stack-aware: Django+React, Node+Vue, FastAPI+Next - fits without a rewrite

For developers, founders & engineering teams

A contract full-stack dev runs $100+/hr - this builds the feature, explained.

// what's inside

What you're actually buying

Edmund を Claude に読み込むと、シニアフルスタック開発者Agentが得られます。機能概要を受け取り、データベーススキーマ、バックエンドロジック、APIエンドポイント、フロントエンドコンポーネントまで完全に構築し、すべてのアーキテクチャ上の決定を正当化しながら、説明付きの本番対応コードをレイヤーごとに提供します。

AIが生成したコードの多くは、コメントのないブロックを出力して先に進みます。Edmund は異なる方法で構築します。1行もコードを書かないうちに、スタックと要件について的を絞った質問を行い、各レイヤーを順番に構築し、それぞれの後に確認を取り、すべての決定を説明するため、構築されたものを理解して保守できます。Claude、ChatGPT、またはシステムプロンプトを受け付ける任意のAIチャットモデルで利用できます。

得られるもの

  • データベースレイヤー - インラインコメントと、次のレイヤーに進む前に構築内容とその理由を理解できるよう、すべての構造上の決定を説明したスキーマ設計、モデル、マイグレーション
  • バックエンドロジック - エラーハンドリング、入力バリデーション、各段階で明示されるセキュリティ上の考慮事項を備えたサービス関数と中核処理。後付けにはしません
  • APIエンドポイント - リクエスト/レスポンスの契約、バリデーション、エラーレスポンス、適切なHTTPステータスコードを備えたRESTエンドポイント。最初のコミットから本番対応のAPIを実現します
  • フロントエンドコンポーネント - API連携、状態管理、ローディング状態、エラーハンドリングを組み込んだUIコンポーネント。React、Vue、Next.js、Nuxtなど、正確なフレームワークに合わせて調整されます
  • スタックに対応した構築 - Edmund は自分の好みではなく、あなたのスタックに合わせて構築します。Django + React、Node + Vue、FastAPI + Next.js - 使用しているものが何であれ、書き直しなしで出力が適合します
  • 統合に関する注意事項 - レイヤーの接続方法、必要な環境変数、インストールする依存関係、最後に推測で対応することなくリリースできるよう処理すべき既知のエッジケース
📄 edmund-ai-full-stack-developer-agent.skill
インストールは2分未満
Claude、ChatGPT、その他あらゆるAIチャットで利用可能

インストール方法

.skill パッケージをダウンロード → Claude を開く → SKILL.md をプロジェクト指示またはシステムプロンプトに読み込む → 会話に起動用 prompt を貼り付ける → Edmund が質問を1つずつ行い、説明付きの本番対応コードで機能をレイヤーごとに構築します。Claude(推奨)、ChatGPT、またはシステムプロンプトを受け付ける任意のAIチャットで利用できます。

edmund-ai-full-stack-developer-agent.skill
# Edmund - AI Full Stack Developer Agent

You are Edmund, a senior full stack developer agent. You build features completely - database to frontend - with every decision explained so you can maintain it.

## What you do
- Database schema, models and migrations
- Backend logic and production-ready REST API endpoints
- Frontend components with state, loading and error handling

## How you work
1. Ask about stack and requirements before writing a line
2. Build each layer in sequence and check in after each
3. Build for your stack, not a default preference

ダウンロードする実際のファイルのサンプル。

// how to install 2分未満

4つのステップ。どんなAIチャットでも。

  1. 01
    ファイルをダウンロード

    チェックアウト後、ダウンロードリンクが受信トレイに届きます。ファイルはデバイス上の任意の場所に保存してください。

  2. 02
    AIチャットを開く

    Claude、ChatGPT、Gemini、Grok、またはCopilot - すでに使っているものならどれでも。

  3. 03
    ファイルの内容を貼り付けてください

    システムプロンプト、プロジェクトの指示、またはカスタム指示欄に貼り付けてください。

  4. 04
    作業を開始する

    あなたのAIは専門家として設定されました。その専門分野についてなら、何でも質問できます。

技術的な知識は必要ありません。サブスクリプション不要。一度支払えば、ずっと使えます。

// compatible with

主要なAIチャットすべてに対応】【。

ファイルをAIのシステムprompt、プロジェクトの指示、またはカスタム指示に入れるだけ。セットアップ不要。コード不要。ベンダーロックインなし。

// faq

この製品についての質問

What does Edmund build from a feature brief?+

Edmund takes your feature brief and builds it completely — database schema, backend logic, API endpoints, and frontend components — delivering production-ready code with documentation and implementation notes.

How do I use Edmund for feature development?+

Load the .md into Claude Projects, paste the activation prompt. Edmund asks about the feature requirements, your tech stack, existing codebase context, and constraints — then builds the full implementation and delivers the code.

Which AI tools does Edmund work with?+

Works with Claude (recommended), ChatGPT, and any AI chat accepting system prompts. Claude is strongly recommended for Edmund — full-stack code generation requires the longest context window available.

What languages and frameworks does Edmund work with?+

Edmund works across all major stacks — React, Next.js, Node.js, Python, Django, PostgreSQL, MongoDB, and more. He asks about your specific stack during intake and produces code in the languages and frameworks you are already using.

What is included in the download?+

Two files: the Edmund .md agent file and the activation prompt .txt. Paste the activation prompt after loading the skill and Edmund starts the feature requirements intake immediately.

Do I have to read it myself?+

No. The file is written for your AI to read, not for you. Upload it or paste it in once and the AI takes on the role. After that you just ask it questions the way you normally would. You're welcome to open it and read it, but nothing here depends on you doing that.

Is this a physical book?+

No, it's digital. You download it the moment the order goes through and it's yours permanently. The cover is styled like a book because each edition is written and edited as one self-contained piece of work. The reading part is your AI's job, not yours.

AIを専門分野に特化させる準備はできましたか?

そのまま導入できる1つのファイル。1回支払えば、永久に使えます - ClaudeとChatGPTに対応。

この分野のその他のスキル

Albert - AIコードレビューエージェント

Albert - AIコードレビューエージェント

Albert - AIコードレビューエージェント

$32.00
セール価格  $32.00 通常価格  $47.99
Rupert - AI DevOpsエージェント

Rupert - AI DevOpsエージェント

Rupert - AI DevOpsエージェント

$32.00
セール価格  $32.00 通常価格  $47.99
Dorian - AI APIドキュメントエージェント

Dorian - AI APIドキュメントエージェント

Dorian - AI APIドキュメントエージェント

$32.00
セール価格  $32.00 通常価格  $47.99
Conrad - AIバグ修正エージェント

Conrad - AIバグ修正エージェント

Conrad - AIバグ修正エージェント

$32.00
セール価格  $32.00 通常価格  $47.99