Files
cursor__plugins/deep-learning-python/.cursor/plugin.json
Cursor Agent 527e829523 Denest plugins from plugins/ directory to repository root
Each plugin is now a top-level directory with its own .cursor/plugin.json
manifest, so the repository is recognized as containing multiple individual
plugins rather than being imported as a single plugin.

- Moved all 25 plugin directories from plugins/ to repository root
- Updated README.md with correct paths and full plugin catalog
- Removed plugins/README.md (no longer needed)

Co-authored-by: n2parko <n2parko@users.noreply.github.com>
2026-02-09 05:59:47 +00:00

28 lines
716 B
JSON

{
"name": "deep-learning-python",
"version": "1.0.0",
"description": "Deep learning, transformers, and diffusion model development rules by Yu Changqian (cursor.directory)",
"author": {
"name": "Yu Changqian",
"url": "https://cursor.directory/deep-learning-developer-python-cursor-rules"
},
"homepage": "https://cursor.directory/deep-learning-developer-python-cursor-rules",
"repository": "https://github.com/pontusab/cursor.directory",
"license": "MIT",
"keywords": [
"python",
"pytorch",
"deep-learning",
"transformers",
"diffusion"
],
"category": "ml",
"tags": [
"python",
"pytorch",
"deep-learning",
"transformers"
],
"rules": "./rules/"
}