plugins marketplace
← All plugins

nlp-text-analyzer

v1.22.0

Natural language processing and text analysis

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/nlp-text-analyzer/ inside the repository.

Layout

plugins/ai-ml/nlp-text-analyzer/
├── .claude-plugin/plugin.json
└── skills/analyzing-text-with-nlp/SKILL.md

Skills1

analyzing-text-with-nlpskills/analyzing-text-with-nlp/SKILL.md

Execute this skill enables AI assistant to perform natural language processing and text analysis using the nlp-text-analyzer plugin. it should be used when the user requests analysis of text, including sentiment analysis, keyword extraction, topic modeling, or ... Use when analyzing code or data. Trigger with phrases like 'analyze', 'review', or 'examine'.

Manifests1

plugins/ai-ml/nlp-text-analyzer/.claude-plugin/plugin.json
{
  "name": "nlp-text-analyzer",
  "version": "1.22.0",
  "description": "Natural language processing and text analysis",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "nlp",
    "text",
    "analysis",
    "tokenization",
    "agent-skills"
  ]
}