essential-dev-items
Author
Prasham H Trivedi
Included Configs
- mcp-servers mcp_config claude_code
- triage agent_definition claude_code
- security-code-reviewer agent_definition claude_code
- qa-validator agent_definition claude_code
- tree slash_command claude_code
- techDebt slash_command claude_code
- startWork slash_command claude_code
- quickStatus slash_command claude_code
- onboarding slash_command claude_code
- docs slash_command claude_code
- completeWork slash_command claude_code
- codePlanner slash_command claude_code
- scaffolder skill claude_code
- git-best-practices skill claude_code
- dependency-auditor skill claude_code
- conventional-commit skill claude_code
- code-validator skill claude_code
- memoryManagement slash_command claude_code
- checkpoint-validator skill claude_code
- agent-manager agent_definition claude_code
- git:smart-merge slash_command claude_code
- git:sync-branch slash_command claude_code
- git:blame slash_command claude_code
- sandbox-dev skill claude_code
- browser-renderring skill claude_code
- code-review skill claude_code
- frontend-designer skill claude_code
- team-review skill claude_code
- dev-work skill claude_code
- merge-prs skill claude_code
- team-build skill claude_code
- parallel-dev-work skill claude_code
- documentation-updater agent_definition claude_code
- task-cleanup-specialist agent_definition claude_code
- quick-fix slash_command claude_code
- testcase slash_command claude_code
- brainstorm slash_command claude_code
- yolo-docker skill claude_code
- agent-scaling skill claude_code
- web-search-specialist agent_definition claude_code
- gemini-agent agent_definition claude_code
- git:find-commit slash_command claude_code
- git:branch-cleanup slash_command claude_code
- git:hotflix-flow slash_command claude_code
- git:ignore slash_command claude_code
Manifest Preview
Download Plugin
● Claude Code Plugin
Full plugin with manifest, commands, agents, and MCP configs
● Gemini CLI Extension
JSON definition file - recommended for Gemini extensions
Advanced: Full Plugin Files
Installation Instructions
● Claude Code Installation
Option 1: From Marketplace
Add this plugin to your marketplace.json for automatic updates
{
"plugins": [
{
"source": {
"source": "url",
"url": "https://your-domain.com/plugins/Vorg-GA32Xr7AQP5TCeO8/claude_code"
}
}
]
}
Option 2: Manual Installation
- Click "Download ZIP" above
- Extract to
~/.claude/plugins/essential-dev-items/ - Restart Claude Code
● Gemini CLI Installation
Recommended: JSON Definition
Gemini extensions use JSON manifest files that reference command files by path
- Click "Download JSON Definition" above
- Save to your extensions directory as
essential-dev-items.json - Run:
gemini extension install essential-dev-items.json
Note: Command files must be accessible at the paths specified in the JSON manifest