Skip to content

feat: add 7 new plugins with snippet-based architecture#1

Merged
KailasMahavarkar merged 3 commits intomainfrom
feat/snippet-based-plugins
Apr 8, 2026
Merged

feat: add 7 new plugins with snippet-based architecture#1
KailasMahavarkar merged 3 commits intomainfrom
feat/snippet-based-plugins

Conversation

@KailasMahavarkar
Copy link
Copy Markdown
Collaborator

Summary

  • Adds 7 new plugins: lenis, react, echo, golang, rust, design-tokens, ui-ux
  • All code examples stored as .md files in snippets/<plugin>/ — zero inline template literals in any data.ts
  • Every plugin follows the reactflow/motion pattern: loader.tscreateSnippetLoadersnippet("path/file.md")
  • 370 snippet files total across all new plugins

Plugins added

Plugin Snippets Tools Source
lenis 31 6 lenis-skill
react 13 4 react-skill
echo 33 6 echo-skill
golang 43 6 golang + golang-design-pattern skills
rust 28 4 rust-skill
design-tokens 24 7 design-tokens-skill
ui-ux 25 6 ui-ux-skill

Architecture

Each plugin stores all code examples in snippets/<name>/<category>/<name>.md and loads them at runtime:

// loader.ts
export const snippet = createSnippetLoader("golang");

// data.ts
good: snippet("practices/error-wrapping-good.md"),
bad:  snippet("practices/error-wrapping-bad.md"),

Test plan

  • npm run build — clean tsc, 0 errors
  • All 7 plugins import and load without throwing
  • 0 inline template literals remaining in any data.ts

🤖 Generated with Claude Code

KailasMahavarkar and others added 3 commits April 8, 2026 20:16
Adds lenis, react, echo, golang, rust, design-tokens, and ui-ux plugins
to unified-mcp. All code examples are stored as .md files in snippets/
and loaded at runtime via createSnippetLoader — no inline template
literals in any data.ts file.

- 370 snippet files across 7 new plugins
- Each plugin follows the established reactflow/motion pattern
- golang merges best-practices + design-patterns from two skill sources
- design-tokens covers full Tailwind v4 OKLCH token system with procedures
- ui-ux covers typography, color, spacing, elevation, motion, a11y principles
- All plugins registered in src/index.ts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds all 7 new plugins (lenis, react, echo, golang, rust, design-tokens,
ui-ux) to the plugins table, tools section, and architecture diagram.
Each plugin section is collapsible. Architecture section now documents
the snippet-based .md file pattern.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@KailasMahavarkar KailasMahavarkar merged commit 120006e into main Apr 8, 2026
@KailasMahavarkar KailasMahavarkar deleted the feat/snippet-based-plugins branch April 8, 2026 14:49
KailasMahavarkar added a commit that referenced this pull request Apr 11, 2026
The MCP config references 'hyperstack-mcp' but users often have a
differently-named container from a prior 'docker run' without --name.
This is the #1 cause of 'tool not found' errors.

- Add name mismatch repair script in Step 3 (before config)
- Add auto-repair in Step 4 pre-check verification
- Promote to #1 item in troubleshooting section
KailasMahavarkar added a commit that referenced this pull request Apr 14, 2026
* feat: add 7 new plugins with snippet-based architecture

Adds lenis, react, echo, golang, rust, design-tokens, and ui-ux plugins
to unified-mcp. All code examples are stored as .md files in snippets/
and loaded at runtime via createSnippetLoader — no inline template
literals in any data.ts file.

- 370 snippet files across 7 new plugins
- Each plugin follows the established reactflow/motion pattern
- golang merges best-practices + design-patterns from two skill sources
- design-tokens covers full Tailwind v4 OKLCH token system with procedures
- ui-ux covers typography, color, spacing, elevation, motion, a11y principles
- All plugins registered in src/index.ts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs: update README with all 9 plugins and snippet architecture

Adds all 7 new plugins (lenis, react, echo, golang, rust, design-tokens,
ui-ux) to the plugins table, tools section, and architecture diagram.
Each plugin section is collapsible. Architecture section now documents
the snippet-based .md file pattern.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs: improve README badges - split into rows, proper logos per library

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
KailasMahavarkar added a commit that referenced this pull request Apr 14, 2026
The MCP config references 'hyperstack-mcp' but users often have a
differently-named container from a prior 'docker run' without --name.
This is the #1 cause of 'tool not found' errors.

- Add name mismatch repair script in Step 3 (before config)
- Add auto-repair in Step 4 pre-check verification
- Promote to #1 item in troubleshooting section
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant