Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"name": "dtwo",
"source": "./dtwo",
"description": "DTwo MCP gateway management — bundles the DTwo MCP server and skills for managing gateway configs, deploys, and policies",
"version": "1.0.2",
"version": "1.0.3",
"category": "security",
"keywords": [
"agentic",
Expand Down
2 changes: 1 addition & 1 deletion dtwo/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dtwo",
"version": "1.0.2",
"version": "1.0.3",
"description": "Manage DTwo gateways, policies, and Rego with the DTwo MCP server.",
"author": {
"name": "DTwo",
Expand Down
4 changes: 2 additions & 2 deletions dtwo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Naming the connector `dtwo` is required — it has to match the plugin's MCP ser
| Skill | Use when |
| --------------------- | -------------------------------------------------------------------------------------- |
| `dtwo-gateway-config` | Editing gateway YAML, adding/removing MCP servers, publishing or rolling back configs. |
| `dtwo-gateway-policy` | Creating, attaching, publishing, deploying, or verifying policies and pipelines. |
| `dtwo-policy-rego` | Authoring, modifying, explaining, or debugging Rego policy code for the DTwo Gateway. |
| `dtwo-gateway-policy` | Creating, attaching, publishing, deploying, or verifying policies and pipelines; managing markers (and the intent registry when those tools are enabled). |
| `dtwo-policy-rego` | Authoring, modifying, explaining, or debugging Rego policy code for the DTwo Gateway, including marker writer/reader policies. |

The skills load each other on demand via Claude Code's `Skill` tool — most real tasks pull in two or three together.

Expand Down
Loading