Prismstack is a 10-skill domain stack builder tool, installed as Claude Code skills. It takes gstack methodology and produces domain-specific skill packs. Skills are installed to ~/.claude/skills/prismstack/.
prismstack/
skills/ # Skill definition files (YAML frontmatter + Markdown body)
bin/ # Executable scripts (install, helpers)
docs/ # Documentation and reference materials
test/ # Test scripts
bash bin/install.shbash test/install-test.shEach skill file uses YAML frontmatter followed by a Markdown body:
---
name: skill-name
version: 0.1.0
origin: prismstack
description: What this skill does
allowed-tools:
- Bash
- Read
- Write
---
# Skill Title
Skill instructions in Markdown...Use conventional commits:
feat:— new feature or skillfix:— bug fixdocs:— documentation changes
- Skill content: 繁體中文
- Code and comments: English
gstack knowledge base is located at: C:\ai_project\guardian\docs\tech\gstack\