skill-alpha

$npx mdskill add kongyo2/agent-primary-ts-starters-src/skill-alpha

Demonstrates frontmatter parsing and tokenization in unit tests

  • Simplifies testing of skill-loader, retrieve, and list operations
  • Uses standard frontmatter format and TypeScript syntax
  • Executes a predefined code snippet during testing
  • Returns results through standard skill execution output
SKILL.md
.github/skills/skill-alphaView on GitHub ↗
---
name: skill-alpha
description: Alpha skill used by unit tests — exercises the happy path of frontmatter parsing and tokenization.
---

# Skill Alpha

This is the body of the Alpha skill, used in tests for skill-loader, retrieve, and list.

```ts
const x = 1;
```
More from kongyo2/agent-primary-ts-starters-src