-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskill_manifest.json
More file actions
155 lines (155 loc) · 11.2 KB
/
skill_manifest.json
File metadata and controls
155 lines (155 loc) · 11.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"version": 1,
"skills": [
{
"name": "infrastructure-overview",
"description": "Top-level skill for the research template infrastructure layer. Use in Cursor, Claude Code, or similar agents when editing or importing anything under infrastructure/, understanding the two-layer architecture, or wiring build/validation/rendering/publishing. Covers module discovery, import patterns, thin orchestrators, per-subpackage SKILL.md paths, and .cursor/skill_manifest.json (see infrastructure.skills).",
"path": "infrastructure/SKILL.md",
"cursor_at": "infrastructure/SKILL.md"
},
{
"name": "infrastructure-config",
"description": "Repository-scoped configuration for the template—environment variable templates and default secure/steganography YAML. Use when editing .env patterns, secure_config defaults, or cross-referencing project manuscript config overrides.",
"path": "infrastructure/config/SKILL.md",
"cursor_at": "infrastructure/config/SKILL.md"
},
{
"name": "infrastructure-core",
"description": "Skill for the core infrastructure module providing logging, configuration, exception handling, progress tracking, checkpoints, retry logic, pipeline execution, performance monitoring, security, file operations, and multi-project orchestration. Use when setting up logging, loading config, handling errors, running pipelines, or monitoring performance.",
"path": "infrastructure/core/SKILL.md",
"cursor_at": "infrastructure/core/SKILL.md"
},
{
"name": "telemetry",
"description": "Unified pipeline telemetry — collects per-stage performance metrics (CPU, memory, I/O) and diagnostic events into structured reports (JSON, text).",
"path": "infrastructure/core/telemetry/SKILL.md",
"cursor_at": "infrastructure/core/telemetry/SKILL.md"
},
{
"name": "infrastructure-docker",
"description": "Container build and compose assets for the research template. Use when reproducing CI or cloud environments with Docker, following docs/CLOUD_DEPLOY.md, or wiring Ollama sidecars via docker-compose.",
"path": "infrastructure/docker/SKILL.md",
"cursor_at": "infrastructure/docker/SKILL.md"
},
{
"name": "infrastructure-documentation",
"description": "Skill for the documentation infrastructure module providing figure management, image handling, markdown integration, and API glossary generation. Use when managing research figures, inserting images into manuscripts, auto-numbering figures, or generating API documentation.",
"path": "infrastructure/documentation/SKILL.md",
"cursor_at": "infrastructure/documentation/SKILL.md"
},
{
"name": "infrastructure-llm",
"description": "Skill for the LLM infrastructure module providing local Large Language Model integration via Ollama. Covers client initialization, prompt templates, output validation, manuscript review generation, conversation context, and CLI usage. Use when querying LLMs, generating manuscript reviews, validating LLM outputs, or managing Ollama models.",
"path": "infrastructure/llm/SKILL.md",
"cursor_at": "infrastructure/llm/SKILL.md"
},
{
"name": "infrastructure-project",
"description": "Skill for the project management infrastructure module providing multi-project discovery, structure validation, and metadata extraction. Use when discovering active projects, validating project directory structure, or extracting project configuration metadata.",
"path": "infrastructure/project/SKILL.md",
"cursor_at": "infrastructure/project/SKILL.md"
},
{
"name": "infrastructure-publishing",
"description": "Skill for the publishing infrastructure module providing academic publishing workflows including citation generation (BibTeX, APA, MLA), DOI management, Zenodo publication, arXiv submission preparation, GitHub releases, and publication readiness validation. Use when publishing research, generating citations, minting DOIs, or preparing submissions.",
"path": "infrastructure/publishing/SKILL.md",
"cursor_at": "infrastructure/publishing/SKILL.md"
},
{
"name": "infrastructure-rendering",
"description": "Skill for the rendering infrastructure module providing multi-format output generation including PDF manuscripts, HTML web pages, Beamer/Reveal.js slides, and posters. Use when rendering research outputs, converting markdown to PDF, generating slides, or configuring LaTeX rendering.",
"path": "infrastructure/rendering/SKILL.md",
"cursor_at": "infrastructure/rendering/SKILL.md"
},
{
"name": "infrastructure-reporting",
"description": "Skill for the reporting infrastructure module providing pipeline reporting, error aggregation, executive summaries, dashboard generation, test reporting, and multi-project reports. Use when generating build reports, aggregating errors, creating visual dashboards, or producing executive summaries across projects.",
"path": "infrastructure/reporting/SKILL.md",
"cursor_at": "infrastructure/reporting/SKILL.md"
},
{
"name": "infrastructure-scientific",
"description": "Skill for the scientific infrastructure module providing numerical stability checks, performance benchmarking, scientific documentation generation, implementation validation, and module/workflow templates. Use when benchmarking functions, checking numerical stability, validating scientific implementations, or creating scientific module scaffolds.",
"path": "infrastructure/scientific/SKILL.md",
"cursor_at": "infrastructure/scientific/SKILL.md"
},
{
"name": "infrastructure-skills",
"description": "Programmatic discovery of agent SKILL.md files under infrastructure/. Use when enumerating skills, validating .cursor/skill_manifest.json, or wiring editor automation. Exposes discover_skills, write_skill_manifest, and manifest_matches_discovery.",
"path": "infrastructure/skills/SKILL.md",
"cursor_at": "infrastructure/skills/SKILL.md"
},
{
"name": "infrastructure-steganography",
"description": "Skill for the steganography infrastructure module providing QR code generation with dynamic mailto links, invisible hashing payloads, and document-wide overlay processing. Use this module to insert secure cryptographic and steganographic data onto PDFs.",
"path": "infrastructure/steganography/SKILL.md",
"cursor_at": "infrastructure/steganography/SKILL.md"
},
{
"name": "infrastructure-validation",
"description": "Skill for the validation infrastructure module providing PDF validation, markdown validation, output integrity checks, link verification, documentation audits, issue categorization, and repository scanning. Use when validating research outputs, checking document quality, running audits, or verifying cross-references.",
"path": "infrastructure/validation/SKILL.md",
"cursor_at": "infrastructure/validation/SKILL.md"
},
{
"name": "ccd-src",
"description": "Hub skill for cognitive_case_diagrams Layer-2 src — case categories, diagrams, enriched/topos semantics, scalar and distributional active inference, quantum POVMs, security validators, and figure generation. Use when editing or importing from projects/cognitive_case_diagrams/src.",
"path": "projects/cognitive_case_diagrams/src/SKILL.md",
"cursor_at": "projects/cognitive_case_diagrams/src/SKILL.md"
},
{
"name": "ccd-case-systems",
"description": "Linguistic case formally typed as an analytic category — CaseRole, Morphism, AlignmentFunctor, MonoidalFunctor, Natural Transformations. Crucial for §2 core topology, downstream §7c DAIF alignment, and §9b adversarial injection formal verification.",
"path": "projects/cognitive_case_diagrams/src/case_systems/SKILL.md",
"cursor_at": "projects/cognitive_case_diagrams/src/case_systems/SKILL.md"
},
{
"name": "ccd-cognitive",
"description": "Scalar active inference on case diagrams — beliefs, variational free energy, belief updates, prediction error, EFE, N400/P600 proxies. Use for §7; use src.daif for distributional returns and full ERP pipeline (§7c).",
"path": "projects/cognitive_case_diagrams/src/cognitive/SKILL.md",
"cursor_at": "projects/cognitive_case_diagrams/src/cognitive/SKILL.md"
},
{
"name": "ccd-daif",
"description": "Distributional Active Inference — push-forward returns, quantile/IQN updates, VMP/Bethe FE, distributional case assignment, policy G(π), ERP profiles, convergence metrics. Use for manuscript §7c and quantitative DAIF results.",
"path": "projects/cognitive_case_diagrams/src/daif/SKILL.md",
"cursor_at": "projects/cognitive_case_diagrams/src/daif/SKILL.md"
},
{
"name": "ccd-diagrams",
"description": "DisCoCat/DisCoCirc-style string diagrams, complexity metrics, ditransitive constructions, discourse-level prompt scanning. Use for manuscript §3–§4c (and cross-links to §5b magnitude homology metrics, §9b protocol-level checks where `Discourse` is used).",
"path": "projects/cognitive_case_diagrams/src/diagrams/SKILL.md",
"cursor_at": "projects/cognitive_case_diagrams/src/diagrams/SKILL.md"
},
{
"name": "ccd-enriched-cat",
"description": "[0,1]-enriched categories, standard proximity matrix, categorical magnitude helpers. Use for §5 distributional proximity and enrichment that feeds cognitive/security modules.",
"path": "projects/cognitive_case_diagrams/src/enriched_cat/SKILL.md",
"cursor_at": "projects/cognitive_case_diagrams/src/enriched_cat/SKILL.md"
},
{
"name": "ccd-quantum",
"description": "POVM-based quantum case assignment — CasePOVM, case probabilities, crisp/graded/fluid-S POVM factories, semantic state helpers. Use for §8 and §8b quantum semantics.",
"path": "projects/cognitive_case_diagrams/src/quantum/SKILL.md",
"cursor_at": "projects/cognitive_case_diagrams/src/quantum/SKILL.md"
},
{
"name": "ccd-security",
"description": "Cognitive security — type violations, CaseFrameValidator, injection scoring, topological robustness, semantic integrity. Use for §9b adversarial and type-checking narratives.",
"path": "projects/cognitive_case_diagrams/src/security/SKILL.md",
"cursor_at": "projects/cognitive_case_diagrams/src/security/SKILL.md"
},
{
"name": "ccd-topos-theory",
"description": "Geometric theories, classifying toposes, Morita checks, theory builders. Use for §6 topos-theoretic semantics and bridges between syntactic/semantic theories.",
"path": "projects/cognitive_case_diagrams/src/topos_theory/SKILL.md",
"cursor_at": "projects/cognitive_case_diagrams/src/topos_theory/SKILL.md"
},
{
"name": "ccd-visualization",
"description": "Publication figures for cognitive_case_diagrams — case graphs, enriched heatmaps, string/DisCoPy diagrams, complexity plots, active inference and DAIF panels, quantum POVM, security, Fluid-S, syntactic App A panel. Use when generating manuscript figures from src.",
"path": "projects/cognitive_case_diagrams/src/visualization/SKILL.md",
"cursor_at": "projects/cognitive_case_diagrams/src/visualization/SKILL.md"
}
]
}