Add Case Study Skill

Create MDX case study files with required frontmatter and metadata.

Updated Aug 29, 2021
One-click install
npx skills add https://github.com/jitangupta/jitangupta-site --skill add-case-study-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Add Case Study Skill
Source: https://github.com/jitangupta/jitangupta-site/tree/main/.claude/skills/add-case-study
Command: npx skills add https://github.com/jitangupta/jitangupta-site --skill add-case-study-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of adding new case studies to a portfolio, ensuring all necessary content and metadata are correctly formatted and placed.

Core Features & Use Cases

  • Content Creation: Guides users through creating MDX files for case studies.
  • Metadata Management: Ensures all required frontmatter fields (title, description, images, stats, etc.) are included.
  • Verification and Testing: Provides commands to build and test the site locally after adding new content.
  • Use Case: A developer wants to showcase a recent project. They use this Skill to create the case study page, inputting project details, results, and images.

Quick Start

Create a new MDX file for your case study at src/content/caseStudies/{slug}.md with the required frontmatter and content structure.

Frequently Asked Questions about Add Case Study Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new case study to my portfolio website?

To add a new case study to your portfolio, create an MDX file at src/content/caseStudies/{slug}.md and define the required frontmatter for titles, summaries, images, and statistics.

What frontmatter is needed for website portfolio case studies?

Required frontmatter for portfolio case studies includes project titles, descriptions, images, and statistics. Defining this metadata ensures proper content structure and SEO metadata for your website.

How do I test locally after adding new case study content?

You can test new case study content locally by running the provided build commands. This verification step ensures your MDX file structure and frontmatter definition deploy correctly to your website.

Can I use this to generate SEO metadata for my project case studies?

Yes, this process supports SEO metadata generation for project case studies. It guides content creation to ensure all necessary frontmatter fields for search optimization are correctly included.

What is the best way to structure MDX files for portfolio content creation?

The best way to structure MDX files for portfolio content creation is placing them in src/content/caseStudies/ and using guided frontmatter for project details, results, and images.