A personal collection of skills, workflows, prompts, and context files for working effectively with AI tools like Claude, Kiro, and Cursor.
| Folder | Purpose |
|---|---|
skills/ |
Teach AI tools how to think about a domain |
workflows/ |
Step-by-step processes for multi-stage tasks |
prompts/ |
Reusable templates and prompt fragments |
context/ |
Persistent facts and preferences to include in system prompts |
Add files as project knowledge, or paste the contents into a system prompt. Reference a skill by name in your message: "Using the executive-communication skill, help me draft this email."
Place relevant files in your .kiro/ directory or reference them in your steering docs.
Add file contents to your .cursorrules file or include them as context in your prompt.
Most files are tool-agnostic. Each file's frontmatter includes a compatible_with field listing tools it has been tested with.
Every skill, workflow, and prompt file includes a YAML frontmatter block:
---
title: Human-readable title
category: skill | workflow | template | snippet
compatible_with: [claude, kiro, cursor, generic]
tags: [relevant, tags, here]
---See CONTRIBUTING.md for conventions on adding new files.