← 返回 Skills 市场
krishnakumarmahadevan-cmd

Full Stack Developer

作者 ToolWeb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
189
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install full-stack-developer
功能描述
Generate personalized full stack development career roadmaps based on developer experience, skills, and goals.
使用说明 (SKILL.md)

Overview

The Full Stack Developer Roadmap API provides a professional career development platform designed for aspiring and experienced full stack developers. This API generates personalized, data-driven roadmaps that align with individual developer experience levels, current skill sets, and career objectives.

The platform leverages assessment data to create comprehensive learning pathways that guide developers through the essential technologies, frameworks, and practices required for success in modern full stack development. Whether you're transitioning from another discipline or advancing your existing career, this API delivers structured guidance tailored to your specific context.

Ideal users include career counselors, educational institutions, corporate training programs, and individual developers seeking objective, skill-based career progression guidance. Organizations can integrate this API into learning management systems, career development platforms, and technical mentorship programs.

Usage

Sample Request

{
  "assessmentData": {
    "experience": {
      "yearsInTech": 2,
      "previousRoles": ["Junior Developer", "QA Engineer"],
      "industryBackground": "Financial Services"
    },
    "skills": {
      "frontend": ["JavaScript", "React", "CSS"],
      "backend": ["Node.js", "Express"],
      "databases": ["MongoDB"],
      "devops": ["Docker basics"]
    },
    "goals": {
      "targetRole": "Senior Full Stack Developer",
      "timeframe": "24 months",
      "focusAreas": ["System Design", "Cloud Architecture"]
    },
    "sessionId": "sess_abc123def456",
    "timestamp": "2024-01-15T10:30:00Z"
  },
  "sessionId": "sess_abc123def456",
  "userId": 12345,
  "timestamp": "2024-01-15T10:30:00Z"
}

Sample Response

{
  "roadmapId": "roadmap_xyz789",
  "userId": 12345,
  "sessionId": "sess_abc123def456",
  "generatedAt": "2024-01-15T10:30:15Z",
  "phases": [
    {
      "phase": 1,
      "title": "Foundation Strengthening",
      "duration": "3 months",
      "focus": ["Advanced JavaScript", "System Design Fundamentals", "SQL Mastery"],
      "milestones": [
        "Complete Advanced JS course",
        "Build system design project",
        "PostgreSQL certification"
      ]
    },
    {
      "phase": 2,
      "title": "Advanced Architecture",
      "duration": "6 months",
      "focus": ["Microservices", "Kubernetes", "Cloud Platforms (AWS/GCP)"],
      "milestones": [
        "Deploy containerized application",
        "Design multi-service architecture",
        "Obtain cloud certification"
      ]
    },
    {
      "phase": 3,
      "title": "Leadership & Specialization",
      "duration": "15 months",
      "focus": ["Team Leadership", "Technical Decision Making", "Emerging Technologies"],
      "milestones": [
        "Lead architecture decision",
        "Mentor junior developers",
        "Contribute to open source leadership"
      ]
    }
  ],
  "recommendedTechnologies": [
    "TypeScript",
    "PostgreSQL",
    "Kubernetes",
    "AWS",
    "GraphQL",
    "Redis"
  ],
  "estimatedCompletionDate": "2026-01-15",
  "successMetrics": [
    "Complete all phase milestones",
    "Demonstrate system design skills",
    "Lead at least one major project",
    "Achieve cloud certification"
  ]
}

Endpoints

GET /health

Description: Health check endpoint to verify API availability and status.

Parameters: None

Response:

  • Status: 200 OK
  • Body: JSON object confirming service health status

POST /api/fullstack/roadmap

Description: Generate a personalized full stack developer roadmap based on assessment data, experience level, skills, and career goals.

Parameters:

Name Type Required Description
assessmentData object Yes Assessment data object containing developer profile information
assessmentData.experience object No Developer's work history and background (years in tech, previous roles, industry)
assessmentData.skills object No Current technical skills across frontend, backend, databases, and DevOps
assessmentData.goals object No Career objectives and target roles
assessmentData.sessionId string Yes Unique session identifier for this assessment
assessmentData.timestamp string Yes ISO 8601 timestamp of assessment creation
sessionId string Yes Top-level session identifier matching assessment session
userId integer No Optional user identifier for authenticated requests
timestamp string Yes ISO 8601 timestamp of the roadmap request

Response Shape:

{
  "roadmapId": "string",
  "userId": "integer or null",
  "sessionId": "string",
  "generatedAt": "string (ISO 8601)",
  "phases": [
    {
      "phase": "integer",
      "title": "string",
      "duration": "string",
      "focus": ["string"],
      "milestones": ["string"]
    }
  ],
  "recommendedTechnologies": ["string"],
  "estimatedCompletionDate": "string",
  "successMetrics": ["string"]
}

OPTIONS /api/fullstack/roadmap

Description: Handle CORS preflight requests for the roadmap endpoint.

Parameters: None

Response:

  • Status: 200 OK
  • CORS headers configured

Pricing

Plan Calls/Day Calls/Month Price
Free 5 50 Free
Developer 20 500 $39/mo
Professional 200 5,000 $99/mo
Enterprise 100,000 1,000,000 $299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

安全使用建议
This skill is documentation and an OpenAPI spec for a roadmap-generation API and does not itself request credentials or install software. Before use: (1) confirm the external API host (toolweb.in) and its privacy/security posture — do not send sensitive PII or secrets to the service until you verify it; (2) test with non-sensitive sample data and check rate limits/pricing; (3) if you expect the agent to make network calls, ensure your agent's network access policy and tokens are appropriate; (4) if you need stronger guarantees, ask the publisher for a concrete service endpoint, TLS/provisioning details, and a privacy policy. Overall the skill is coherent with its stated purpose, but provenance is unknown so validate the provider before sending real user data.
能力评估
Purpose & Capability
Name/description (generate personalized full‑stack roadmaps) match the provided SKILL.md and openapi.json; no unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md contains API documentation, sample requests/responses, endpoints (/health, /api/fullstack/roadmap) and usage guidance. It does not instruct the agent to read arbitrary files, access unrelated environment variables, or exfiltrate data to unexpected endpoints. It includes external links to toolweb.in (marketing/ownership), which is informational only.
Install Mechanism
No install spec and no code files to execute; the skill is instruction-only, so nothing is written to disk or downloaded during install.
Credentials
The skill declares no required environment variables, credentials, or config paths — proportional for an API documentation / documentation-driven skill.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install full-stack-developer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /full-stack-developer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Full Stack Developer Roadmap API initial release: - Generates personalized, data-driven career roadmaps for full stack developers based on individual experience, skills, and goals. - Provides clear API endpoints for health check and roadmap generation. - Returns structured roadmaps with learning phases, technology recommendations, milestones, and success metrics. - Includes sample request/response formats and comprehensive parameter documentation. - Transparent, tiered pricing plans for different usage needs.
元数据
Slug full-stack-developer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Full Stack Developer 是什么?

Generate personalized full stack development career roadmaps based on developer experience, skills, and goals. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。

如何安装 Full Stack Developer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install full-stack-developer」即可一键安装,无需额外配置。

Full Stack Developer 是免费的吗?

是的,Full Stack Developer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Full Stack Developer 支持哪些平台?

Full Stack Developer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Full Stack Developer?

由 ToolWeb(@krishnakumarmahadevan-cmd)开发并维护,当前版本 v1.0.0。

💬 留言讨论