neural-link-intention-layer
v0.1.0Learn a designer's repetitive command patterns and surface the next likely action, cutting the hotkey tax out of a creative workflow.
By Fars SaadeldinLicense: UNLICENSED0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 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 neural-link-intention-layer for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install neural-link-intention-layer@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/neural-link-intention-layer/.
Plugin files
├── .claude-plugin/plugin.json├── skills/neural-link-intention-layer/SKILL.md└── .mcp.json
Included Skills1
This skill should be used when a designer or digital artist wants to know which parts of their workflow are worth automating — "which of my repetitive tasks should I macro", "audit my command history", "how much time would this shortcut actually save", "I keep doing the same five steps", "is this automation worth building", "reduce my click fatigue", "analyse my editor log". Also use it to design an instrumentation plan when no command log exists yet, to score a proposed macro's payback, and to compute the production-capacity case from a measured audit.
MCP servers1
- command
- node
- args
- ${CLAUDE_PLUGIN_ROOT}/mcp/server.js
- env.PLUGIN_SUITE_BILLING_URL
- ${PLUGIN_SUITE_BILLING_URL}
- env.NEURAL_LINK_INTENTION_LAYER_LICENSE_KEY
- ${NEURAL_LINK_INTENTION_LAYER_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": "neural-link-intention-layer",
"version": "0.1.0",
"description": "Learn a designer's repetitive command patterns and surface the next likely action, cutting the hotkey tax out of a creative workflow.",
"author": {
"name": "Fars Saadeldin"
},
"license": "UNLICENSED",
"keywords": [
"design",
"workflow",
"automation",
"ui-ux",
"productivity"
]
}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.
[neural-link-intention-layer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/neural-link-intention-layer)