# Skill Starter

> > Category: [Project | Development | Quality | Operations]

- Skill: `majiayu000/skill-starter` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/skill-starter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/skill-starter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/skill-starter

---


```yaml
---
description: [Replace with brief phrase matching natural requests (5-10 words)]
tags: [tag1, tag2, tag3]  # Keywords for discovery - use standard vocabulary from INDEX.md
techStack: [tech1, tech2]  # Technologies this applies to (aspnet-core, react, dataverse, etc.)
appliesTo: [pattern1, pattern2]  # File patterns or scenarios
alwaysApply: false  # Set to true only if this should load for EVERY task
---
```

# [Skill Name]

> **Category**: [Project | Development | Quality | Operations]
> **Last Updated**: [Date]

---

## Purpose

[1-2 sentences describing what this skill accomplishes]

---

## Applies When

- [Trigger condition]

---

## Workflow

### Step 1: [Action]

[Instructions]

### Step 2: [Action]

[Instructions]

---

## Conventions

- [Convention]

---

## Resources

| Resource | Purpose |
|----------|---------|
| `references/` | [Description] |
| `assets/` | [Description] |

---

## Output Format

```markdown
## Results

[Expected output structure]
```

---

## Examples

**Input:** `"[Example request]"`

**Output:** [Expected behavior]

---

## Tips for AI

- [Instruction]

