AI development environment marketplace by dmsdc-ai
npx claudepluginhub dmsdc-ai/aigentry-devkitAI development environment kit: skills, hooks, MCP servers, and HUD for Claude Code and Codex CLI
Part of the aigentry platform — AI 의사결정을 감사 가능하게 만드는 오픈소스 엔진. aigentry-devkit is Layer 3: developer tools, hooks, and automation for the aigentry ecosystem.
Your AI development environment, packaged.
A comprehensive development kit that bundles skills, hooks, MCP servers, HUD/statusline, and configuration templates for Claude Code, Codex CLI, and other MCP-compatible CLIs. Install once, use everywhere.
Bundled skills that extend Claude Code, Codex CLI, and other MCP-compatible CLIs:
A dedicated MCP (Model Context Protocol) server enabling multi-session AI debates with:
Custom statusline display for Claude Code that shows real-time context from stdin, with support for extended context windows (up to 1M tokens on Claude Opus).
Session-start bootstrap hooks that automatically load skill indices and prepare your environment when Claude Code starts.
Pre-configured settings with template substitution:
settings.json.template - Claude Code settings with {{HOME}} substitutionglobal.envrc - direnv configuration for hierarchical environment managementCLAUDE.md - AI agent instructions (oh-my-claudecode compatible)npm install -g @anthropic-ai/claude-code)Recommended path:
npx --yes --package @dmsdc-ai/aigentry-devkit aigentry-devkit install
List profiles first:
npx --yes --package @dmsdc-ai/aigentry-devkit aigentry-devkit profiles
Install a specific profile:
npx --yes --package @dmsdc-ai/aigentry-devkit aigentry-devkit install --profile autoresearch-public
Use curator-public for dustcraw + brain + registry wiring, or ecosystem-full for the whole stack.
Force reinstall:
npx --yes --package @dmsdc-ai/aigentry-devkit aigentry-devkit install --force
Manual install (local clone) is still available:
macOS / Linux:
git clone https://github.com/dmsdc-ai/aigentry-devkit.git
cd aigentry-devkit
bash install.sh
Windows (PowerShell):
git clone https://github.com/dmsdc-ai/aigentry-devkit.git
cd aigentry-devkit
powershell -ExecutionPolicy Bypass -File .\install.ps1
The installer will:
teleptydeliberation MCP runtimebraindustcrawAIGENTRY_API_URL, AIGENTRY_API_KEY)Detailed walkthrough: docs/quickstart.md
After installation, restart Claude/Codex/Gemini so MCP changes are picked up:
# Restart your CLI process to load new MCP settings
To verify installation:
npx --yes --package @dmsdc-ai/aigentry-devkit aigentry-devkit doctor
telepty --version
curl -sf http://localhost:3848/api/meta
npx --yes --package @dmsdc-ai/aigentry-deliberation deliberation-doctor
aigentry-brain health
dustcraw demo --non-interactive
If Gemini local MCP registration drifts:
npx --yes --package @dmsdc-ai/aigentry-devkit aigentry-devkit repair-gemini-mcp
Skills are automatically available in Claude Code, Codex CLI, and compatible MCP clients. They activate based on keywords:
Triggers: "clipboard", "paste image", "캡처 확인"
View and analyze images from your clipboard:
"Analyze this screenshot: [image in clipboard]"
"What's on my clipboard?"
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