@tonguetoquill/collection 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +39 -0
  3. package/index.d.ts +2 -0
  4. package/index.js +8 -0
  5. package/package.json +36 -0
  6. package/quills/classic_resume/0.1.0/Quill.yaml +118 -0
  7. package/quills/classic_resume/0.1.0/example.md +232 -0
  8. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/LICENSE +21 -0
  9. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/README.md +38 -0
  10. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/fonts/EBGaramond-Bold.ttf +0 -0
  11. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/fonts/EBGaramond-BoldItalic.ttf +0 -0
  12. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/fonts/EBGaramond-Italic.ttf +0 -0
  13. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/fonts/EBGaramond-Regular.ttf +0 -0
  14. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/components.typ +184 -0
  15. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/layout.typ +42 -0
  16. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/src/lib.typ +5 -0
  17. package/quills/classic_resume/0.1.0/packages/ttq-classic-resume/typst.toml +26 -0
  18. package/quills/classic_resume/0.1.0/plate.typ +44 -0
  19. package/quills/cmu_letter/0.1.0/.quillignore +31 -0
  20. package/quills/cmu_letter/0.1.0/Quill.yaml +64 -0
  21. package/quills/cmu_letter/0.1.0/assets/cmu-wordmark.svg +174 -0
  22. package/quills/cmu_letter/0.1.0/example.md +31 -0
  23. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/LICENSE +21 -0
  24. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/OFL.txt +93 -0
  25. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/OpenSans-Bold.ttf +0 -0
  26. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/OpenSans-BoldItalic.ttf +0 -0
  27. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/OpenSans-Italic.ttf +0 -0
  28. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/OpenSans-Regular.ttf +0 -0
  29. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/fonts/README.txt +100 -0
  30. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/backmatter.typ +13 -0
  31. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/config.typ +40 -0
  32. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/frontmatter.typ +72 -0
  33. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/lib.typ +47 -0
  34. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/mainmatter.typ +42 -0
  35. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/primitives.typ +70 -0
  36. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/src/utils.typ +85 -0
  37. package/quills/cmu_letter/0.1.0/packages/tonguetoquill-cmu-letter/typst.toml +17 -0
  38. package/quills/cmu_letter/0.1.0/plate.typ +19 -0
  39. package/quills/taro/0.1.0/Quill.yaml +29 -0
  40. package/quills/taro/0.1.0/assets/Figtree-Bold.ttf +0 -0
  41. package/quills/taro/0.1.0/assets/Figtree-Italic.ttf +0 -0
  42. package/quills/taro/0.1.0/assets/Figtree-Regular.ttf +0 -0
  43. package/quills/taro/0.1.0/example.md +27 -0
  44. package/quills/taro/0.1.0/plate.typ +31 -0
  45. package/quills/usaf_memo/0.1.0/.quillignore +31 -0
  46. package/quills/usaf_memo/0.1.0/Quill.yaml +209 -0
  47. package/quills/usaf_memo/0.1.0/assets/dow_seal.jpg +0 -0
  48. package/quills/usaf_memo/0.1.0/example.md +55 -0
  49. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -0
  50. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/Cinzel-Regular.ttf +0 -0
  51. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -0
  52. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/CopperplateCC-Heavy.otf +0 -0
  53. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -0
  54. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +340 -0
  55. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-Med.otf +0 -0
  56. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-MedIta.otf +0 -0
  57. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-Reg.otf +0 -0
  58. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-RegIta.otf +0 -0
  59. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -0
  60. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/body.typ +325 -0
  61. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/config.typ +63 -0
  62. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -0
  63. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -0
  64. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -0
  65. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -0
  66. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +272 -0
  67. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/src/utils.typ +377 -0
  68. package/quills/usaf_memo/0.1.0/packages/tonguetoquill-usaf-memo/typst.toml +17 -0
  69. package/quills/usaf_memo/0.1.0/plate.typ +74 -0
  70. package/quills/usaf_memo/0.2.0/.quillignore +31 -0
  71. package/quills/usaf_memo/0.2.0/Quill.yaml +225 -0
  72. package/quills/usaf_memo/0.2.0/assets/dow_seal.jpg +0 -0
  73. package/quills/usaf_memo/0.2.0/example.md +57 -0
  74. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/LICENSE +21 -0
  75. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/Cinzel-Regular.ttf +0 -0
  76. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/Cinzel/LICENSE +93 -0
  77. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/CopperplateCC-Heavy.otf +0 -0
  78. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/CopperplateCC/LICENSE.md +79 -0
  79. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/GNU General Public License.txt +340 -0
  80. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-Med.otf +0 -0
  81. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-MedIta.otf +0 -0
  82. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-Reg.otf +0 -0
  83. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/fonts/NimbusRomanNo9L/NimbusRomNo9L-RegIta.otf +0 -0
  84. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/backmatter.typ +28 -0
  85. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/body.typ +325 -0
  86. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/config.typ +63 -0
  87. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/frontmatter.typ +114 -0
  88. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/indorsement.typ +118 -0
  89. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/lib.typ +55 -0
  90. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/mainmatter.typ +32 -0
  91. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/primitives.typ +272 -0
  92. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/src/utils.typ +377 -0
  93. package/quills/usaf_memo/0.2.0/packages/tonguetoquill-usaf-memo/typst.toml +17 -0
  94. package/quills/usaf_memo/0.2.0/plate.typ +76 -0
  95. package/templates/cmu_letter_template.md +38 -0
  96. package/templates/loc.md +79 -0
  97. package/templates/pass_request.md +44 -0
  98. package/templates/rebuttal.md +56 -0
  99. package/templates/taro.md +27 -0
  100. package/templates/templates.json +44 -0
  101. package/templates/usaf_template.md +23 -0
  102. package/templates/ussf_template.md +29 -0
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,39 @@
1
+ # @tonguetoquill/quills
2
+
3
+ This package redistributes the core Quills and supporting templates from the [TongueToQuill](https://github.com/tonguetoquill/tonguetoquill-collection) project for consumption in Node.js, Deno, and Bun environments.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ # npm
9
+ npm install @tonguetoquill/quills
10
+ ```
11
+
12
+ ## Usage
13
+
14
+ This package doesn't export any logic. Instead, it exports two string constants—`QUILLS_DIR` and `TEMPLATES_DIR`—that represent the absolute file paths to the bundled quills and templates on your local filesystem.
15
+
16
+ You can use `QUILLS_DIR` with the `FileSystemSource` from the [`@quillmark/registry`](https://www.npmjs.com/package/@quillmark/registry) package to load them into the engine.
17
+
18
+ ```typescript
19
+ import { Quillmark } from '@quillmark/wasm';
20
+ import { QuillRegistry, FileSystemSource } from '@quillmark/registry';
21
+ import { QUILLS_DIR } from '@tonguetoquill/quills';
22
+
23
+ async function setupRegistry() {
24
+ const engine = new Quillmark();
25
+
26
+ // Point the filesystem source to the quills directory provided by this package
27
+ const source = new FileSystemSource(QUILLS_DIR);
28
+
29
+ // Initialize the registry
30
+ const registry = new QuillRegistry({ source, engine });
31
+
32
+ // You can now resolve specific quills!
33
+ const usafMemoBundle = await registry.resolve('usaf_memo');
34
+ }
35
+ ```
36
+
37
+ ### Compatibility
38
+
39
+ This package relies on standard Node builtin modules (`node:path` and `node:url`) and standard ES Module constants (`import.meta.url`) under the hood to calculate the absolute paths at runtime. It is 100% compatible and robust across **Node.js (16+)**, **Bun**, and **Deno**.
package/index.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ export declare const QUILLS_DIR: string;
2
+ export declare const TEMPLATES_DIR: string;
package/index.js ADDED
@@ -0,0 +1,8 @@
1
+ import path from 'node:path';
2
+ import { fileURLToPath } from 'node:url';
3
+
4
+ const __filename = fileURLToPath(import.meta.url);
5
+ const __dirname = path.dirname(__filename);
6
+
7
+ export const QUILLS_DIR = path.join(__dirname, 'quills');
8
+ export const TEMPLATES_DIR = path.join(__dirname, 'templates');
package/package.json ADDED
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "@tonguetoquill/collection",
3
+ "version": "0.1.0",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "exports": {
7
+ ".": {
8
+ "import": "./index.js",
9
+ "types": "./index.d.ts"
10
+ }
11
+ },
12
+ "files": [
13
+ "quills",
14
+ "templates",
15
+ "index.js",
16
+ "index.d.ts"
17
+ ],
18
+ "type": "module",
19
+ "scripts": {
20
+ "update-subtrees": "node scripts/update-subtrees.mjs",
21
+ "lint": "tsc --noEmit",
22
+ "test": "echo \"No test specified\"",
23
+ "build": "echo \"No build specified\"",
24
+ "preversion": "npm test",
25
+ "postversion": "git push --follow-tags",
26
+ "release:patch": "npm version patch",
27
+ "release:minor": "npm version minor",
28
+ "release:major": "npm version major"
29
+ },
30
+ "publishConfig": {
31
+ "access": "public"
32
+ },
33
+ "dependencies": {
34
+ "@quillmark/registry": "^0.5.3"
35
+ }
36
+ }
@@ -0,0 +1,118 @@
1
+ Quill:
2
+ name: classic_resume
3
+ version: 0.1.0
4
+ backend: typst
5
+ plate_file: plate.typ
6
+ example_file: example.md
7
+ description: A clean and modern classic resume template.
8
+
9
+ fields:
10
+ name:
11
+ title: Full Name
12
+ type: string
13
+ required: true
14
+ examples:
15
+ - John Doe
16
+ ui:
17
+ group: Personal Info
18
+
19
+ contacts:
20
+ title: Contact Information
21
+ type: array
22
+ required: true
23
+ examples:
24
+ - - john.doe@example.com
25
+ - 123-456-7890
26
+ - linkedin.com/in/johndoe
27
+ ui:
28
+ group: Personal Info
29
+ description: List of contact details (email, phone, links, etc.)
30
+
31
+ cards:
32
+ experience_section:
33
+ title: Experience/Education Entry
34
+ description: An entry with a heading, subheading, and bullet points.
35
+ fields:
36
+ title:
37
+ title: Section Title
38
+ type: string
39
+ default: Experience
40
+ headingLeft:
41
+ title: Heading Left (e.g., Company/School)
42
+ type: string
43
+ required: true
44
+ headingRight:
45
+ title: Heading Right (e.g., Location)
46
+ type: string
47
+ subheadingLeft:
48
+ title: Subheading Left (e.g., Title/Degree)
49
+ type: string
50
+ subheadingRight:
51
+ title: Subheading Right (e.g., Date)
52
+ type: string
53
+
54
+ skills_section:
55
+ title: Skills Grid
56
+ description: A grid of skill categories with key-value pairs.
57
+ ui:
58
+ hide_body: true
59
+ fields:
60
+ title:
61
+ title: Section Title
62
+ type: string
63
+ default: Skills
64
+ cells:
65
+ title: Skill Categories
66
+ type: array
67
+ required: true
68
+ examples:
69
+ - - category: Languages
70
+ skills: Python, Rust, C++
71
+ - category: DevOps
72
+ skills: Docker, Kubernetes
73
+ items:
74
+ type: object
75
+ properties:
76
+ category:
77
+ type: string
78
+ title: Category
79
+ required: true
80
+ skills:
81
+ type: string
82
+ title: Skills
83
+ required: true
84
+
85
+ projects_section:
86
+ title: Project Entry
87
+ description: A project entry with a name and optional URL.
88
+ fields:
89
+ title:
90
+ title: Section Title
91
+ type: string
92
+ default: Projects
93
+ name:
94
+ title: Project Name
95
+ type: string
96
+ required: true
97
+ url:
98
+ title: Project URL
99
+ type: string
100
+
101
+ certifications_section:
102
+ title: Certifications Grid
103
+ description: A grid of certifications.
104
+ ui:
105
+ hide_body: true
106
+ fields:
107
+ title:
108
+ title: Section Title
109
+ type: string
110
+ default: Certifications
111
+ cells:
112
+ title: Certification Names
113
+ type: array
114
+ required: true
115
+ examples:
116
+ - - AWS Certified Solutions Architect
117
+ - CKA
118
+ - OSCP
@@ -0,0 +1,232 @@
1
+ ---
2
+ QUILL: classic_resume@0.1
3
+ name: John Doe
4
+ contacts:
5
+ - john.doe@example.com
6
+ - (555) 123-4567
7
+ - github.com/johndoe
8
+ - linkedin.com/in/johndoe
9
+ - Pittsburgh, PA
10
+ ---
11
+
12
+ ---
13
+ CARD: certifications_section
14
+ title: Active Certifications
15
+ cells:
16
+ - Offensive Security Certified Professional (OSCP)
17
+ - GIAC Cyber Threat Intelligence (GCTI)
18
+ - CompTIA CASP+, CySA+, Sec+, Net+, A+, Proj+
19
+ - GIAC Machine Learning Engineer (GMLE)
20
+ ---
21
+
22
+ ---
23
+ CARD: skills_section
24
+ title: Skills
25
+ cells:
26
+ - category: Programming
27
+ skills: Python, R, JS, C#, Rust, PowerShell, CI/CD
28
+ - category: Data Science
29
+ skills: ML/statistics, TensorFlow, AI Engineering
30
+ - category: IT & Cybersecurity
31
+ skills: AD DS, Splunk, Metasploit, Wireshark, Nessus
32
+ - category: Cloud
33
+ skills: AWS EC2/S3, Helm, Docker, Serverless
34
+ ---
35
+
36
+ ---
37
+ CARD: experience_section
38
+ title: Work Experience
39
+ headingLeft: Templar Archives Research Division
40
+ headingRight: August 2024 – Present
41
+ subheadingLeft: Psionic Research Analyst
42
+ subheadingRight: Aiur
43
+ ---
44
+
45
+ - Analyzed Khala disruption patterns following Amon's corruption, developing countermeasures to protect remaining neural link infrastructure.
46
+ - Building automated threat detection pipelines using Khaydarin crystal arrays to monitor Void energy signatures across the sector.
47
+
48
+ ---
49
+ CARD: experience_section
50
+ headingLeft: Terran Dominion Ghost Academy
51
+ headingRight: May 2025 – July 2025
52
+ subheadingLeft: Covert Ops Trainee
53
+ subheadingRight: Tarsonis (Remote)
54
+ ---
55
+
56
+ - Developed tactical HUD displays for Ghost operatives integrating real-time Zerg hive cluster intelligence.
57
+ - Created automated target acquisition systems for nuclear launch protocols; involved cloaking field calibration and EMP targeting.
58
+ - Discovered (and reported) a critical vulnerability in Adjutant defense networks exploitable by Zerg Infestors.
59
+
60
+ ---
61
+ CARD: experience_section
62
+ headingLeft: Abathur's Evolution Pit
63
+ headingRight: June 2023 – July 2023
64
+ subheadingLeft: Biomass Research Intern
65
+ subheadingRight: Char
66
+ ---
67
+
68
+ - Developed tracking algorithms for Overlord surveillance networks; supported pattern-of-life analysis for Terran outpost elimination.
69
+ - Prototyped a creep tumor optimization tool featuring swarm pathfinding, resource node mapping, and hatchery placement recommendations.
70
+
71
+ ---
72
+ CARD: experience_section
73
+ headingLeft: Raynor's Raiders
74
+ headingRight: January 2018 – June 2020
75
+ subheadingLeft: Combat Engineer
76
+ subheadingRight: Mar Sara
77
+ ---
78
+
79
+ - Administered Hyperion shipboard systems, SCV maintenance protocols, and bunker defense automation for 30,000+ colonists.
80
+ - Developed siege tank targeting scripts, delivered Zerg threat briefs, and integrated supply depot optimization procedures.
81
+ - Achieved Distinguished Graduate honors at the Mar Sara Militia Academy.
82
+ - Awarded the Raynor's Star and Mar Sara Defense Medal for meritorious service against the Swarm.
83
+
84
+ ---
85
+ CARD: experience_section
86
+ title: Education
87
+ headingLeft: Carnegie Mellon University
88
+ headingRight: December 2025
89
+ subheadingLeft: Master of Information Technology Strategy
90
+ subheadingRight: Pittsburgh, PA
91
+ ---
92
+
93
+ ---
94
+ CARD: experience_section
95
+ headingLeft: United States Air Force Academy
96
+ headingRight: May 2024
97
+ subheadingLeft: BS, Data Science
98
+ subheadingRight: Colorado Springs, CO
99
+ ---
100
+
101
+ - Distinguished Graduate (top 10%); Chinese language minor (L2+/R1 on DLPT).
102
+ - Delogrand deputy captain, cyber combat lead, and web exploit SME.
103
+ - Professor Bradley A. Warner Data Science Catalyst and Top Cadet in Computer Networks.
104
+
105
+ ---
106
+ CARD: experience_section
107
+ headingLeft: Western Governors University
108
+ headingRight: April 2022
109
+ subheadingLeft: BS, Cybersecurity and Information Assurance
110
+ subheadingRight: Remote
111
+ ---
112
+
113
+ ---
114
+ CARD: experience_section
115
+ headingLeft: Community College of the Air Force
116
+ headingRight: February 2019
117
+ subheadingLeft: AS, Information Systems Technology
118
+ subheadingRight: Remote
119
+ ---
120
+
121
+ ---
122
+ CARD: experience_section
123
+ title: Cyber Competition
124
+ headingLeft: 1st in SANS Academy Cup 2024
125
+ ---
126
+
127
+ - Competed as the Delogrand Web Exploit SME, solving SQLi, API, and HTTP packet crafting problems.
128
+ - Also placed first in SANS Core Netwars competition.
129
+
130
+ ---
131
+ CARD: experience_section
132
+ headingLeft: 1st in NCX 2023
133
+ ---
134
+
135
+ - Developed strategies, defensive scripts, and exploits for the Cyber Combat event.
136
+ - Analyzed logs with Bash and Python for the Data Analysis event.
137
+
138
+ ---
139
+ CARD: experience_section
140
+ headingLeft: 1st in SANS Academy Cup 2023
141
+ ---
142
+
143
+ - Competed as the Delogrand Web Exploit SME, solving XSS, XXE, SQLi, and HTTP crafting problems.
144
+ - Took first place against rival Army, Navy, and Coast Guard service academy teams.
145
+
146
+ ---
147
+ CARD: experience_section
148
+ headingLeft: 1st in RMCS 2023
149
+ ---
150
+
151
+ - Competed as the Delogrand Web Exploit SME, solving obfuscated JS, Wasm, XSS, and SQLi problems.
152
+
153
+ ---
154
+ CARD: experience_section
155
+ headingLeft: 1st in NCX 2022
156
+ ---
157
+
158
+ - Trained and strategized teams for the Cyber Combat event.
159
+
160
+ ---
161
+ CARD: projects_section
162
+ title: Projects
163
+ name: TongueToQuill
164
+ url: https://www.tonguetoquill.com
165
+ ---
166
+
167
+ - Rich markdown editor for perfectly formatted USAF and USSF documents with Claude MCP integration.
168
+
169
+ ---
170
+ CARD: projects_section
171
+ name: Quillmark
172
+ url: https://github.com/nibsbin/quillmark
173
+ ---
174
+
175
+ - Parameterization engine for generating arbitrarily typesetted documents from markdown content.
176
+
177
+ ---
178
+ CARD: projects_section
179
+ name: RoboRA
180
+ url: https://github.com/nibsbin/RoboRA
181
+ ---
182
+
183
+ - AI research automation framework for Dr. Nadiya Kostyuk's research on global cyber policy.
184
+
185
+ ---
186
+ CARD: projects_section
187
+ name: Scraipe
188
+ url: https://pypi.org/project/scraipe/
189
+ ---
190
+
191
+ - An asynchronous scraping and enrichment library to automate cybersecurity research.
192
+
193
+ ---
194
+ CARD: projects_section
195
+ name: Quandry
196
+ url: https://quandry.streamlit.app/
197
+ ---
198
+
199
+ - LLM Expectation Engine to automate security and behavior evaluation of LLM models.
200
+ - Awarded 1st place out of 11 teams in CMU's Fall 2024 Information Security, Privacy, and Policy poster fair.
201
+
202
+ ---
203
+ CARD: projects_section
204
+ name: Streamlit Scroll Navigation
205
+ url: https://pypi.org/project/streamlit-scroll-navigation/
206
+ ---
207
+
208
+ - Published a Streamlit-featured PyPI package to help data scientists create fluid single-page applications.
209
+
210
+ ---
211
+ CARD: projects_section
212
+ name: ADSBLookup
213
+ url: <closed source>
214
+ ---
215
+
216
+ - Reversed the internal API of a popular ADSB web service to pull comprehensive live ADSB datasets; ported and exposed attributes in a user-friendly, Pandas-compatible Python library for data scientists.
217
+
218
+ ---
219
+ CARD: projects_section
220
+ name: OSCP LaTeX Report Template
221
+ url: https://github.com/SnpM/oscp-latex-report-template
222
+ ---
223
+
224
+ - Published a report template that features custom commands for streamlined penetration test documentation.
225
+
226
+ ---
227
+ CARD: projects_section
228
+ name: Lockstep Framework
229
+ url: https://github.com/SnpM/LockstepFramework
230
+ ---
231
+
232
+ - As a budding programmer, I created a popular RTS engine with custom-built deterministic physics.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Nibs
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.