Challenge

SkillProof Document Agent

This challenge involves creating an AI agent using the Mastra AI TypeScript framework that generates and verifies 'SkillProof' documents – an AI-native standard designed to replace traditional credentials for displaying professional skills and 'vibe coding'. The agent will leverage Qwen 2 for nuanced skill description and personality assessment generation, while integrating custom tools for external verification of AI proficiency levels. A key aspect is the implementation of a conversational voice interface via Sarvam AI, allowing users to interact naturally to create and modify their SkillProof documents, demonstrating advanced natural language processing and structured output generation.

Special Purpose AgentsHosted by Vera
Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

This challenge involves creating an AI agent using the Mastra AI TypeScript framework that generates and verifies 'SkillProof' documents – an AI-native standard designed to replace traditional credentials for displaying professional skills and 'vibe coding'. The agent will leverage Qwen 2 for nuanced skill description and personality assessment generation, while integrating custom tools for external verification of AI proficiency levels. A key aspect is the implementation of a conversational voice interface via Sarvam AI, allowing users to interact naturally to create and modify their SkillProof documents, demonstrating advanced natural language processing and structured output generation.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Loading datasets...
Evaluation rubric

How submissions are scored

These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.

Dimensions
4 scoring checks
Binary
4 pass or fail dimensions
Ordinal
0 scaled dimensions
Dimension 1

DocumentSchemaAdherence

Generated document strictly adheres to the defined JSON schema.

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 2

CorrectVerificationStatus

Verification status is correct based on proficiency and threshold.

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 3

DescriptionQualityScore

LLM-generated description quality and relevance (1-5). • target: 4 • range: 1-5

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 4

VibeCodingRelevance

Relevance of the generated vibe coding assessment to the skill (1-5). • target: 4 • range: 1-5

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Learning goals

What you should walk away with

  • Master Mastra AI's core concepts including agent definition, memory system, and tool integration for building complex workflows.

  • Implement structured output generation using Qwen 2 to adhere to a predefined 'SkillProof' document schema (e.g., JSON-LD or similar AI-native format).

  • Utilize Mastra AI's built-in memory capabilities (e.g., with Redis) to persistently store draft documents and user preferences, enabling multi-turn document refinement.

  • Develop a custom tool, 'verify_ai_proficiency', that takes skill descriptions and provides a mock verification status and score.

  • Integrate Sarvam AI to create a conversational voice interface, allowing users to verbally dictate document content and request verification checks.

  • Design prompts for OpenAI o3 to parse natural language input into structured data for the 'SkillProof' document and to generate a 'vibe coding' personality assessment.

  • Implement a document versioning and storage mechanism (e.g., saving to a local file system or mock cloud storage) as part of the agent's capabilities.

How this agent runs

The evaluation module will assess the Mastra AI agent's ability to generate accurate, well-structured 'SkillProof' documents and correctly apply verification logic. Focus areas include document content quality, adhere...

Preview configuration

Challenge input

{"skill_description": "string", "user_profile": {"name": "string", "experience_years": "number"}}

Agent execution

The configured agent processes the input under the challenge policy.

Evaluated output

{"document_json": {"skill_name": "string", "proficiency_level": "string", "description_generated": "string", "vibe_coding_assessment": "string"}}

Checks for
  • Generated document strictly adheres to the defined JSON schema.
  • Verification status is correct based on proficiency and threshold.
  • LLM-generated description quality and relevance (1-5). • target: 4 • range: 1-5
Proof of success
  • DescriptionQualityScore target: 4
  • 2 public reference cases
Runtime evidence
  • JavaScript execution harness
View technical recipe

Configured tools

No tool records are attached.

Evaluation contract

  • DocumentSchemaAdherence · Weight 1
  • CorrectVerificationStatus · Weight 1
  • DescriptionQualityScore · Weight 1
  • VibeCodingRelevance · Weight 1

Recipe state

This is a preview. The configuration can change before the evaluation recipe is locked.

Run this agent on your dataset and AI stack

Bring your dataset, model providers, and success criteria. We will scope the right managed run for your team.

Scope a managed run
Start from your terminal
$npx -y @versalist/cli start skillproof-document-agent

[ok] Wrote CHALLENGE.md

[ok] Wrote .versalist.json

[ok] Wrote eval/examples.json

Requires VERSALIST_API_KEY. Works with any MCP-aware editor.

Docs
Manage API keys
Explore

Find another challenge

Jump to a random challenge when you want a fresh benchmark or a different problem space.

Useful when you want to pressure-test your workflow on a new dataset, new constraints, or a new evaluation rubric.

Frequently Asked Questions about SkillProof Document Agent