npx claudepluginhub mkelk/claude-marketplace --plugin sddCommit completed work and create a pull request with ticks summary
Validate a specification document against the codebase and best practices
Create ticks from a specification for trackable, test-driven implementation
Start a new specification document with interactive dialogue
A marketplace for Claude Code plugins by mkelk.
claude-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry
└── plugins/
└── sdd/ # Spec-Driven Development plugin
Add this marketplace using the /plugin command in Claude Code, then select "Add Marketplace" and enter:
mkelk/claude-marketplace
Once the marketplace is added, use /plugin to browse and install plugins.
A structured workflow for spec-driven development with ticks-based task tracking.
Commands:
/sdd:startspec - Start a new specification document/sdd:checkspec - Validate a spec against the codebase/sdd:createplan - Create ticks (tasks) from a spec/sdd:checkin-and-pr - Commit and create PR with ticks summaryRequirements:
tk CLI for ticks-based task managementgh CLI for GitHub PR creationplugins/.claude-plugin/plugin.json manifestcommands/.claude-plugin/marketplace.json{
"name": "my-plugin",
"version": "1.0.0",
"description": "What my plugin does",
"author": {
"name": "Your Name",
"email": "you@example.com"
},
"commands": "./commands/"
}
Commands use YAML frontmatter + Markdown:
---
description: What this command does
argument-hint: [optional-args]
---
Instructions for Claude to follow...
MIT
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use