loading…
Search for a command to run...
loading…
Driven Intent Negotiation — Contract-Oriented Deterministic Executable Runtime IMPORTANT: > - **Using Claude Code?** → Install the [Plugin](#-claude-code-plugin
Driven Intent Negotiation — Contract-Oriented Deterministic Executable Runtime IMPORTANT: > - Using Claude Code? → Install the Plugin (easier, includes slash commands & agents) > - Using VS Code/Codex/Cursor? → Install MCP Server Only (plugins not supported) > > ⚠️ Don't install both! The plugin automatically installs the MCP server - installing both may cause conflicts. DinCoder brings the power of GitHub Spec Kit to any AI coding agent through the Model Context Protocol. It transforms the traditional "prompt-then-code-dump" workflow into a systematic, specification-driven process where specifications don't serve code—code serves specifications. 🌟 The Power Inversion: A New Development Paradigm For decades, code has been king. Specifications were scaffolding—built, used, then discarded once "real work" began. PRDs guided development, design docs informed implementation, but these were always subordinate to code. Code was truth. Everything else was, at best, good intentions. Spec-Driven Development inverts this power structure: Specifications Generate Code: The PRD isn't a guide—it's the source that produces implementation Executable Specifications: Precise, complete specs that eliminate the gap between intent and implementation Code as Expression: Code becomes the specification's expression in a particular language/framework Living Documentation: Maintain software by evolving specifications, not manually updating code This transformation is possible because AI can understand complex specifications and implement them systematically. But raw AI generation without structure produces chaos. DinCoder provides that structure through GitHub's proven Spec Kit methodology. Plugin install : Step 1: Add the DinCoder marketplace bash # In Claude Code /plugin marketplace add flight505/dincoder-plugin Step 2: Install the plugin bash /plugin install dincoder
Smithery CLI connects your agents to thousands of skills and MCP servers directly from the command line. To get started, simply run npx skills add smithery/cli.
npm install -g smithery@latest
Requires Node.js 20+.
smithery mcp search [term] # Search the Smithery registry
smithery mcp add <url> # Add an MCP server connection
smithery mcp list # List your connections
smithery mcp remove <ids...> # Remove connections
Interact with tools from MCP servers connected via smithery mcp.
smithery tool list [connection] # List tools from your connected MCP servers
smithery tool find [query] # Search tools by name or intent
smithery tool get <connection> <tool> # Show full details for one tool
smithery tool call <connection> <tool> [args] # Call a tool
Browse skills on the Smithery Skills Registry and install them with the upstream installer:
npx skills add <skill> # e.g. npx skills add smithery-ai/cli
smithery auth login # Login with Smithery (OAuth)
smithery auth logout # Log out
smithery auth whoami # Check current user
smithery auth token # Mint a service token
smithery auth token --policy '<json>' # Mint a restricted token
smithery namespace list # List your namespaces
smithery namespace use <name> # Set current namespace
smithery mcp publish <url> -n <org/server> # Publish an MCP server URL
smithery mcp publish <bundle.mcpb> -n <org/server> # Publish an MCP bundle
# Search and connect to an MCP server
smithery mcp search "github"
smithery mcp add github --id github
# Find and call tools from your connected MCP servers
smithery tool find "create issue"
smithery tool call github create_issue '{"title":"Bug fix","body":"..."}'
# Browse and install skills
smithery skill search "frontend" --json --page 2
smithery skill add anthropics/frontend-design --agent claude-code
# Publish your MCP server URL
smithery mcp publish https://my-mcp-server.com -n myorg/my-server
# Publish a built MCP bundle
smithery mcp publish ./server.mcpb -n myorg/my-server
git clone https://github.com/smithery-ai/cli
cd cli && pnpm install && pnpm run build
npx . --help
Contributions welcome! Please submit a Pull Request.
Выполни в терминале:
claude mcp add mcp-dincoder -- npx -y @smithery/cli run flight505/mcp_dincoderНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development