generative-digital-twin
v0.1.0Build a governed style profile from your own past work so a generative apprentice produces drafts in your voice, not a generic one.
By Fars SaadeldinLicense: UNLICENSED0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install generative-digital-twin for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install generative-digital-twin@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/farssaadeldin7-ux/claude-plugin-suiteClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/generative-digital-twin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/digital-twin-collaborator/SKILL.md├── skills/generative-digital-twin/SKILL.md└── .mcp.json
Included Skills2
This skill should be used when a creative director, designer, writer or studio head wants generative output to come back in their own voice rather than a generic one — "make it write like me", "train an AI on my own work", "build a style guide from my portfolio", "the drafts all sound like everyone else", "capture my visual style", "why doesn't this look like our work", "set up a style profile for the studio", "critique this draft against my style", "our AI output has drifted", "score this against our house style". Also use it for auditing an existing style profile, for onboarding a junior to a studio's style, and for deciding what to disclose to a client about generative involvement.
This skill should be used when a creative director, designer, writer or studio head wants generative output to come back in their own voice rather than a generic one — "make it write like me", "train an AI on my own work", "build a style guide from my portfolio", "the drafts all sound like everyone else", "capture my visual style", "why doesn't this look like our work", "set up a style profile for the studio", "critique this draft against my style", "our AI output has drifted", "score this against our house style". Also use it when a stored profile should do work — "have the apprentice draft these", "do this repetitive task in my style", "generate variations of this project", "fill in the backgrounds to match" — and for auditing an existing style profile, for onboarding a junior to a studio's style, and for deciding what to disclose to a client about generative involvement.
MCP servers1
- command
- node
- args
- ${CLAUDE_PLUGIN_ROOT}/mcp/server.js
- env.PLUGIN_SUITE_BILLING_URL
- ${PLUGIN_SUITE_BILLING_URL}
- env.GENERATIVE_DIGITAL_TWIN_LICENSE_KEY
- ${GENERATIVE_DIGITAL_TWIN_LICENSE_KEY}
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"name": "generative-digital-twin",
"version": "0.1.0",
"description": "Build a governed style profile from your own past work so a generative apprentice produces drafts in your voice, not a generic one.",
"author": {
"name": "Fars Saadeldin"
},
"license": "UNLICENSED",
"keywords": [
"creative-direction",
"style",
"branding",
"generative",
"governance"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[generative-digital-twin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/generative-digital-twin)