npx claudepluginhub syntek-dev/syntek-dev-suiteSyntek Developers full-stack AI agent suite for Claude Code
Last Updated: 05/04/2026 Version: 1.10.0 Maintained By: Development Team Language: British English (en_GB) Timezone: Europe/London
To install the Syntek Dev Suite plugin, add it to your Claude Code settings:
Add to your global settings file ~/.claude/settings.json:
{
"plugins": [
"syntek-dev-suite@syntek-marketplace"
]
}
Add to your project's .claude/settings.local.json:
{
"plugins": [
"syntek-dev-suite@syntek-marketplace"
]
}
After adding the plugin, restart Claude Code and run:
/syntek-dev-suite:init
If the command is recognised, the plugin is installed correctly.
Syntek Dev Suite is a comprehensive plugin for Claude Code that provides specialised AI agents for full-stack software development. Instead of generic AI assistance, you "hire" domain experts who understand your specific technology stack.
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations