CldKit
홈탐색RECIPES제출CLIAI 큐레이터로그인
로그인
CldKit
탐색Recipes제출CLI·소개개인정보약관

AI 개발자를 위해 만들었습니다. 모든 components 를 검토합니다.

© 2026 CldKit

언어
홈>Recipes>API Development Workflow

API Development Workflow

intermediate

Complete API lifecycle from design to testing with GraphQL support.

아키텍처

API Design Review Skill
Defines API schema, endpoints, and contracts following best practices
77/100
ls /workspace
GraphQL MCP
Connects to GraphQL APIs for schema introspection and query execution
79/100
npx mcp-graphql
Test Writer Skill
Generates unit and integration tests for API endpoints and resolvers
78/100
ls /workspace

예상 출력

API Development Report Schema: 8 types, 12 queries, 6 mutations defined Resolvers: 18 implemented, 0 missing Tests: 34 unit + 12 integration tests generated Coverage: 91% of resolvers tested -> API ready for staging deployment

관련 Recipes

Full-Stack Testing Suite

INTERMEDIATE

Complete testing pipeline with unit tests, E2E browser tests, and TDD workflow.

codetesting

3개 components

Visual Technical Briefing

INTERMEDIATE

Create architecture diagrams, editable whiteboards, and browser-ready briefing decks.

docsdesigncode

4개 components

Sprint Planning Sync

BEGINNER

Plan a sprint from Linear backlog, GitHub reality, team calendar, and Slack availability.

workflowcode

4개 components

모두 설치

ls /workspace
npx mcp-graphql
ls /workspace

난이도

intermediate

Components

3

생성일

Mar 25, 2026

장면

code
api