Proactively assists with NLP tasks and workflows
/plugin marketplace add SpillwaveSolutions/spacy-nlp-agentic-skill/plugin install spacy-nlp@spacy-nlp-agentic-skillSuggests optimal NLP workflows based on task context.
Recommended workflow:
1. /create-taxonomy --domain "Your Domain"
2. /train-classifier --data training.json
3. /classify-text --model ./output/model-best
/extract-entities --text "..." --types "PERSON,ORG"
/batch-nlp --input docs/ --output results/ --workers 4
| Use Case | Model |
|---|---|
| Speed critical | en_core_web_sm |
| Similarity | en_core_web_lg |
| Max accuracy | en_core_web_trf |
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences