Skip to content

Commit 04abf05

Browse files
author
Gabi
committed
chore: add repo assets, templates, and keyword optimization
- Banner SVG and social preview SVG (.github/assets/) - Architecture and pipeline diagram SVGs for README - Issue templates (bug, feature request, new skill) - PR template with stitch-specific checklist - README title rewritten for search discoverability - package.json keywords expanded (google-stitch, model-context-protocol, etc.) - Fixed SVG XML entities for GitHub rendering - Added ._* to gitignore for macOS resource forks
1 parent 825cdd4 commit 04abf05

11 files changed

Lines changed: 388 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
about: Something broke or isn't working right
4+
title: "fix: "
5+
labels: bug
6+
---
7+
8+
## What you expected
9+
10+
## What actually happened
11+
12+
## Which agent and version?
13+
14+
e.g., Claude Code 1.x, Codex CLI, Cursor — and which skill triggered the issue
15+
16+
## Steps to reproduce
17+
18+
1.
19+
2.
20+
3.
21+
22+
## Stitch MCP response (if relevant)
23+
24+
```
25+
Paste error output or MCP response here
26+
```
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new skill, framework target, or workflow improvement
4+
title: "feat: "
5+
labels: enhancement
6+
---
7+
8+
## What problem does this solve?
9+
10+
## Which layer does it belong to?
11+
12+
- [ ] Orchestrator (routing / coordination)
13+
- [ ] Brain (ideation / prompt engineering / specs)
14+
- [ ] MCP wrapper (new or improved Stitch API wrapper)
15+
- [ ] Conversion (new framework target)
16+
- [ ] Quality (a11y / animation / design system)
17+
18+
## What would the skill do?
19+
20+
Describe the workflow — what goes in, what comes out.
21+
22+
## Alternatives you've considered
23+
24+
Have you tried doing this with existing skills? What fell short?
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: New skill contribution
3+
about: Propose or submit a new skill for the plugin
4+
title: "feat: add skill — "
5+
labels: new-skill
6+
---
7+
8+
## Skill name
9+
10+
`stitch-*` prefix required for Stitch-related skills
11+
12+
## What it does
13+
14+
One sentence. What goes in, what comes out.
15+
16+
## Which layer?
17+
18+
Orchestrator / Brain / MCP wrapper / Conversion / Quality
19+
20+
## SKILL.md included?
21+
22+
- [ ] Yes — YAML frontmatter + markdown instructions
23+
- [ ] Examples directory with at least one real usage
24+
- [ ] Follows the skill anatomy in README
25+
26+
## Why this doesn't already exist
27+
28+
Which existing skill is closest, and what gap does this fill?

.github/assets/architecture.svg

Lines changed: 76 additions & 0 deletions
Loading

.github/assets/banner.svg

Lines changed: 60 additions & 0 deletions
Loading

.github/assets/pipeline.svg

Lines changed: 87 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)