@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
@@ -0,0 +1,17 @@
1
+ [package]
2
+ name = "tonguetoquill-usaf-memo"
3
+ version = "1.0.0"
4
+ compiler = "0.14.0"
5
+ entrypoint = "src/lib.typ"
6
+ repository = "https://github.com/nibsbin/tonguetoquill-usaf-memo"
7
+ authors = ["Nibs"]
8
+ license = "MIT"
9
+ description = "Typeset memos that are fully compliant with AFH 33-337 'The Tongue and Quill'."
10
+ keywords = ["USAF", "Air Force", "memorandum", "memo", "military", "AFH 33-337", "official", "correspondence", "formatting"]
11
+ categories = ["office", "report"]
12
+ disciplines = ["politics", "law", "business", "engineering", "education"]
13
+
14
+ [template]
15
+ path = "template"
16
+ entrypoint = "usaf-template.typ"
17
+ thumbnail = "template/assets/thumbnail.png"
@@ -0,0 +1,76 @@
1
+ #import "@local/quillmark-helper:0.1.0": data, eval-markup, parse-date
2
+ #import "@preview/tonguetoquill-usaf-memo:1.0.0": backmatter, frontmatter, indorsement, mainmatter
3
+
4
+ // Frontmatter configuration
5
+ #show: frontmatter.with(
6
+ // Letterhead configuration
7
+ letterhead_title: data.letterhead_title,
8
+ letterhead_caption: data.letterhead_caption,
9
+ letterhead_seal: image("assets/dow_seal.jpg"),
10
+
11
+ // Date
12
+ date: parse-date(data.date),
13
+
14
+ // Receiver information
15
+ memo_for: data.memo_for,
16
+
17
+ // Sender information
18
+ memo_from: data.memo_from,
19
+
20
+ // Subject line
21
+ subject: data.subject,
22
+
23
+ // Optional references
24
+ ..if "references" in data { (references: data.references) },
25
+
26
+ // Optional footer tag line
27
+ ..if "tag_line" in data { (footer_tag_line: data.tag_line) },
28
+
29
+ // Optional classification level
30
+ ..if "classification" in data { (classification_level: data.classification) },
31
+
32
+ // Font size
33
+ ..if "font_size" in data { (font_size: float(data.font_size) * 1pt) },
34
+
35
+ // List recipients in vertical list
36
+ memo_for_cols: 1,
37
+ )
38
+
39
+ // Mainmatter configuration
40
+ #mainmatter[
41
+ #eval-markup(data.BODY)
42
+ ]
43
+
44
+ // Backmatter
45
+ #backmatter(
46
+ // Signature block
47
+ signature_block: data.signature_block,
48
+
49
+ // Optional cc
50
+ ..if "cc" in data { (cc: data.cc) },
51
+
52
+ // Optional distribution
53
+ ..if "distribution" in data { (distribution: data.distribution) },
54
+
55
+ // Optional attachments
56
+ ..if "attachments" in data { (attachments: data.attachments) },
57
+ )
58
+
59
+ // Indorsements - iterate through CARDS array and filter by CARD type
60
+ #for card in data.CARDS {
61
+ if card.CARD == "indorsement" {
62
+ indorsement(
63
+ from: card.at("from", default: ""),
64
+ to: card.at("for", default: ""),
65
+ signature_block: card.signature_block,
66
+ ..if "attachments" in card { (attachments: card.attachments) },
67
+ ..if "cc" in card { (cc: card.cc) },
68
+ format: card.at("format", default: "standard"),
69
+ ..if "date" in card { (date: card.date) },
70
+ ..if "action" in card { (action: card.action) },
71
+ ..if "show_action" in card { (show_action: card.show_action) },
72
+ )[
73
+ #eval-markup(card.BODY)
74
+ ]
75
+ }
76
+ }
@@ -0,0 +1,38 @@
1
+ ---
2
+ QUILL: cmu_letter@0.1
3
+ department: Department Here
4
+ address:
5
+ - 5000 Forbes Avenue
6
+ - Pittsburgh, PA 15213-3890
7
+ url: cmu.edu
8
+
9
+ date: 2025-11-30
10
+ recipient:
11
+ - Dr. Heinz Doofenshmirtz
12
+ - 9297 Polly Parkway
13
+ - City, Virginia 46231
14
+ signature_block:
15
+ - Phineas Flynn
16
+ - Masters Student
17
+ ---
18
+ <!--
19
+ In the data above, edit:
20
+ - Recipient
21
+ - Signature block
22
+ -->
23
+
24
+ Dear {:Dr. Heinz Doofenshmirtz:},
25
+
26
+ Write your letter content here. This template uses the CMU letter format for professional academic correspondence.
27
+
28
+ You can organize your thoughts with bullet points:
29
+
30
+ - First point with supporting details and context.
31
+
32
+ - Second point to address additional matters or provide supplementary information.
33
+
34
+ Use additional paragraphs to develop your ideas fully and maintain clear communication.
35
+
36
+ You can also **bold**, _italicize_, __underline__, `code`, and ~~strikethrough~~ your text as needed.
37
+
38
+ Sincerely,
@@ -0,0 +1,79 @@
1
+ ---
2
+ QUILL: usaf_memo@0.1
3
+ letterhead_title: DEPARTMENT OF THE AIR FORCE
4
+ letterhead_caption:
5
+ - 20th Fighter Wing (ACC)
6
+ - Shaw Air Force Base South Carolina
7
+ memo_for:
8
+ - SUBJECT RANK FIRST M. LAST
9
+ memo_from:
10
+ - ISSUER ORG/SYMBOL
11
+ subject: Letter of Counseling
12
+ signature_block:
13
+ - ISSUER FIRST M. LAST, RANK, USAF
14
+ - ISSUER DUTY TITLE
15
+ tag_line: Get Rekt # Optional tagline
16
+
17
+ # Tune to fit all indorsements on second page
18
+ font_size: 11
19
+ compress_indorsements: true
20
+
21
+ # Based on LOCAR template from https://www.shaw.af.mil/Portals/98/Docs/Legal/Revamp/2022%20LOCAR%20TEMPLATE%20(Enlisted).docx
22
+ ---
23
+
24
+ **NOTE: This template is undergoing major refinement. It is included for demonstration purposes.**
25
+
26
+ <!-- EDIT: Describe the incident: what the member did or failed to do, citing specific incidents and dates, and if possible, with UCMJ articles. -->
27
+ Investigation has disclosed the {:incident_description:}.
28
+
29
+ <!-- EDIT: Counseling paragraph: Discuss the impact of the member's actions and what improvement is expected. -->
30
+ You are hereby counseled.
31
+ {:impact_and_expected_improvement:}.
32
+ Your conduct is unacceptable and any future misconduct may result in more severe action.
33
+
34
+ The following information required by the Privacy Act is provided for your information. **AUTHORITY**: 10 U.S.C. § 8013. **PURPOSE**: To obtain any comments or documents you desire to submit (on a voluntary basis) for consideration concerning this action. **ROUTINE USES**: Provides you an opportunity to submit comments or documents for consideration. If provided, the comments and documents you submit become a part of the action. **DISCLOSURE**: Your written acknowledgement of receipt and signature are mandatory. Any other comments or documents you provide are voluntary.
35
+
36
+ You will acknowledge receipt of this letter immediately by signing the first indorsement. Within 3 duty days from the day you received this letter, you will provide your response by signing the second indorsement below. Any comments or documents you wish to be considered concerning this letter must be submitted at that time, and will become part of the record, consistent with AFI 36-2907, Adverse Administrative Actions, paragraph 2.4.2.5. After receiving your response, I intend to notify you of my final disposition of this action within 3 duty days.
37
+
38
+ ---
39
+ CARD: indorsement
40
+ for: ISSUER ORG/SYMBOL
41
+ from: SUBJECT RANK FIRST M. LAST
42
+ signature_block: SUBJECT FIRST M. LAST, RANK, USAF
43
+ ---
44
+
45
+ <!-- EDIT: First Indorsement: Subject acknowledges receipt of the LOC -->
46
+ I acknowledge receipt and understanding of this letter on ________________ at ___________ hours. I understand that I have 3 duty days from the date I received this letter to provide a response and that I must include in my response any comments or documents I wish to be considered concerning this Letter of Counseling.
47
+
48
+ ---
49
+ CARD: indorsement
50
+ from: SUBJECT RANK FIRST M. LAST
51
+ for: ISSUER ORG/SYMBOL
52
+ signature_block: SUBJECT FIRST M. LAST, RANK, USAF
53
+ date: "Date: _____________"
54
+ ---
55
+
56
+ <!-- EDIT: Second Indorsement: Subject's response - choose one option -->
57
+ I have reviewed the allegations contained in this Letter of Counseling. _I am submitting the attached documents in response_ / _I hereby waive my right to respond_.
58
+
59
+ ---
60
+ CARD: indorsement
61
+ from: ISSUER RANK FIRST M. LAST
62
+ for: SUBJECT RANK FIRST M. LAST
63
+ signature_block: ISSUER FIRST M. LAST, RANK, USAF
64
+ date: "Date: _____________"
65
+ ---
66
+
67
+ <!-- EDIT: Third Indorsement: Issuer's final decision - choose appropriate options -->
68
+ _I have considered the response you submitted_ / _You waived your right to submit a response to this action_. I have decided to _withdraw_ / _sustain_ the Letter of Counseling.
69
+
70
+ ---
71
+ CARD: indorsement
72
+ from: SUBJECT RANK FIRST M. LAST
73
+ for: ISSUER ORG/SYMBOL
74
+ signature_block: SUBJECT FIRST M. LAST, RANK, USAF
75
+ date: "Date: _____________"
76
+ ---
77
+
78
+ <!-- EDIT: Fourth Indorsement: Subject acknowledges final decision -->
79
+ I acknowledge receipt of the final decision regarding disposition of this Letter of Counseling on ____________ at __________ hours.
@@ -0,0 +1,44 @@
1
+ ---
2
+ QUILL: usaf_memo@0.1
3
+ letterhead_title: DEPARTMENT OF THE AIR FORCE
4
+ letterhead_caption:
5
+ - AFROTC DETACHMENT 730
6
+ - UNIVERSITY OF PITTSBURGH, PA
7
+ memo_for:
8
+ - AFROTC DET 730/CC
9
+ memo_from: !fill
10
+ - 2d Lt First M. Last
11
+ subject: !fill DD Month YYYY – DD Month YYYY, Special Pass Request
12
+ references:
13
+ - DAFI 36-3003, 07 August 2024, Military Leave Program
14
+ signature_block: !fill
15
+ - FIRST M. LAST, 2d Lt, USAF
16
+ - AFIT Masters Student
17
+ font_size: 11
18
+ ---
19
+ <!--------------
20
+ In the data above, edit;
21
+ - Memorandum From
22
+ - Signature Block
23
+ - Subject
24
+ ---------------->
25
+ **PURPOSE:** The purpose of the memorandum is to request a 4-day pass, in accordance with DAFI 36-3003, for traveling to {:Area 51 for personal research:}.
26
+
27
+ <!-------------
28
+ In Narrative section below, edit:
29
+ - Flight and transit details
30
+ - Document completion of AF4392 if age 25 or under
31
+ --------------->
32
+ **NARRATIVE:** On {:DD Month YYYY:}, depart via {:UA2424 at 0240 ET:}. On {:DD Month YYYY:}, return via {:UA1234 at 1300 ET:}. Transit to and from {:PIT with POV:}. I do not need to complete AF4392 to comply with travel risk requirements because I am not under the age of 26.
33
+
34
+ **REFERENCED REGULATION:** “5.3. Special Pass. Unit commanders may award 3 or 4-day special passes for special occasions or circumstances, such as reenlistment or for some type of special recognition or compensatory time off. They may delegate approval to a level no lower than squadron section commander, deputies, or equivalents. (T-1) Special passes start after normal working hours on a given day. They stop at the beginning of normal working hours on either the 4th day for a 3 -day special pass or the 5th day for a 4-day special pass. A 3-day special pass can be Friday through Sunday, Saturday through Monday, or Tuesday through Thursday. A 4-day special pass can be Thursday through Sunday or Saturday through Tuesday or Friday through Monday. This applies to a normal Monday through Friday workweek. See paragraph 2.1.2 for safe travel guidelines.”
35
+
36
+ If you have any questions, please contact me at {:airman.snuffy@us.af.mil:} or {:(123) 456-7890:}.
37
+
38
+ ---
39
+ CARD: indorsement
40
+ signature_block:
41
+ - ROBERT T. CHANCE, Lt Col, USAF
42
+ - Commander
43
+ format: informal
44
+ ---
@@ -0,0 +1,56 @@
1
+ ---
2
+ QUILL: usaf_memo@0.1
3
+ letterhead_title: DEPARTMENT OF THE AIR FORCE
4
+ letterhead_caption: !fill
5
+ - YOUR SQUADRON HERE
6
+ - USAF BASE, STATE
7
+ memo_for: !fill
8
+ - Issuer's Rank FIRST M. LAST, USAF
9
+ memo_from: !fill
10
+ - Subject's ORG/SYMBOL
11
+ subject: !fill Response to Letter of Counseling, (Subject of LOC), dated DD Month YYYY
12
+ signature_block: !fill
13
+ - Subject's FIRST M. LAST, Rank, USAF
14
+ - Duty Title
15
+ ---
16
+ <!-----------------------------------------------------
17
+ 1. INTRODUCTION
18
+ - Acknowledge receipt of the paperwork (LOC/LOA/LOR)
19
+ - State the date and subject matter clearly
20
+ - Express intent to respond professionally
21
+ ------------------------------------------------------>
22
+ I received the Letter of Counseling dated {:DD Month YYYY:} regarding {:my late arrival to formation on DD Month YYYY:}. I respectfully submit this response for your consideration.
23
+
24
+ <!-----------------------------------------------------
25
+ 2. RESPONSE TO ALLEGATIONS
26
+ Address each allegation with specific facts and supporting evidence.
27
+ - If contesting: provide what actually occurred (dates, times, witnesses), identify factual inaccuracies, reference supporting documentation
28
+ - If accepting: acknowledge professionally, provide context without excuses, demonstrate this is not part of a pattern
29
+ - If procedural issues exist: cite specific regulatory violations with AFI references and timeline
30
+ ------------------------------------------------------>
31
+ I accept responsibility for my tardiness and sincerely apologize for failing to meet expected standards. While I experienced an unforeseen vehicle malfunction that morning, I recognize I should have implemented contingency planning to prevent this occurrence.
32
+
33
+ <!-----------------------------------------------------
34
+ 3. SERVICE HISTORY
35
+ Demonstrate sustained value to the Air Force mission.
36
+ - Years of service, AFSC, current duties
37
+ - EPR ratings with specific quoted language from assessments
38
+ - Decorations, deployments, and significant accomplishments
39
+ ------------------------------------------------------>
40
+ I respectfully request consideration of my overall service record. As a Cyber Transport technician with four years of active service, I completed technical training with honors and received the "Must Promote" statement on my most recent EPR. I have been recognized as Airman of the Quarter (3rd Quarter, 2024) and received the Air Force Achievement Medal (December 2024) for outstanding contributions to cyber infrastructure modernization.
41
+
42
+ <!-----------------------------------------------------
43
+ 4. MITIGATION AND REHABILITATION
44
+ Demonstrate concrete corrective actions implemented since the incident.
45
+ - Specific remedial measures with implementation dates and quantifiable outcomes
46
+ - Additional training completed, procedural improvements, performance metrics
47
+ ------------------------------------------------------>
48
+ I have taken immediate corrective action to prevent recurrence. I have adjusted my departure routine to arrive 30 minutes prior to scheduled formations and established a preventive vehicle maintenance schedule with documented monthly inspections. I have maintained perfect attendance with zero tardiness incidents in the 45 days following this event.
49
+
50
+ <!-----------------------------------------------------
51
+ 5. CLOSING
52
+ Request withdrawal or non-filing in Personnel Information File (PIF).
53
+ - Articulate potential career impacts (promotion eligibility, security clearance, reenlistment)
54
+ - Reaffirm commitment to Air Force standards and continued service excellence
55
+ ------------------------------------------------------>
56
+ Based on my sustained performance record and the comprehensive corrective actions implemented, I respectfully request for this letter to not be filed in my Personnel Information File. Filing could adversely impact my promotion eligibility and future career opportunities. This isolated incident does not accurately reflect my dedication to the Air Force or my commitment to upholding the highest standards of conduct and professionalism. I am determined to continue serving with distinction and contributing meaningfully to the mission. Thank you for your consideration.
@@ -0,0 +1,27 @@
1
+ ---
2
+ QUILL: taro@0.1
3
+ author: Nibs
4
+ ice_cream: Taro
5
+ title: "My Favorite Cream Flavor"
6
+ ---
7
+
8
+ I love Taro ice cream for its subtly sweet, nutty flavor and creamy, earthy undertones that set it apart from more common flavors. Its unique purple hue and smooth texture make it both visually striking and deliciously comforting. Here are some quotes from satisfied customers:
9
+
10
+
11
+ ---
12
+ CARD: quotes
13
+ author: Albert Einstein
14
+ ---
15
+ Without taro ice cream, life would be a mistake.
16
+
17
+ ---
18
+ CARD: quotes
19
+ author: Friedrich Nietzsche
20
+ ---
21
+ He who has taro ice cream in his heart will never be alone.
22
+
23
+ ---
24
+ CARD: quotes
25
+ author: Mark Twain
26
+ ---
27
+ The secret of getting ahead is getting started... with taro ice cream.
@@ -0,0 +1,44 @@
1
+ [
2
+ {
3
+ "name": "USAF Memo",
4
+ "description": "Official U.S. Air Force memorandum template",
5
+ "file": "usaf_template.md",
6
+ "production": true
7
+ },
8
+ {
9
+ "name": "USSF Memo",
10
+ "description": "Official U.S. Space Force memorandum template",
11
+ "file": "ussf_template.md",
12
+ "production": true
13
+ },
14
+ {
15
+ "name": "Letter of Counseling",
16
+ "description": "Letter of Counseling template",
17
+ "file": "loc.md",
18
+ "production": false
19
+ },
20
+ {
21
+ "name": "Rebuttal",
22
+ "description": "Rebuttal template for LOC",
23
+ "file": "rebuttal.md",
24
+ "production": true
25
+ },
26
+ {
27
+ "name": "Taro Template",
28
+ "description": "Official Taro ice cream template",
29
+ "file": "taro.md",
30
+ "production": false
31
+ },
32
+ {
33
+ "name": "CMU Letter",
34
+ "description": "Carnegie Mellon University academic letter template",
35
+ "file": "cmu_letter_template.md",
36
+ "production": true
37
+ },
38
+ {
39
+ "name": "Pass Request",
40
+ "description": "USAF special pass request memorandum template",
41
+ "file": "pass_request.md",
42
+ "production": true
43
+ }
44
+ ]
@@ -0,0 +1,23 @@
1
+ ---
2
+ QUILL: usaf_memo@0.1
3
+ letterhead_title: DEPARTMENT OF THE AIR FORCE
4
+ letterhead_caption: YOUR SQUADRON HERE
5
+ memo_for:
6
+ - ORG/SYM
7
+ # - 2nd ORG/SYM
8
+ memo_from:
9
+ - ORG/SYMBOL
10
+ subject: Comply without pain — markdown to official memo
11
+ signature_block:
12
+ - FIRST M. LAST, Rank, USAF
13
+ tag_line: Aim High
14
+ ---
15
+
16
+ Write your paragraphs here. Separate them with two new lines.
17
+
18
+ - Use bullets to nest paragraphs.
19
+ - Indent to go deeper.
20
+
21
+ You can also **bold**, _italicize_, __underline__, `code`, and ~~strikethrough~~ your text.
22
+
23
+ Less formatting. More lethality.
@@ -0,0 +1,29 @@
1
+ ---
2
+ QUILL: usaf_memo@0.1
3
+ letterhead_title: DEPARTMENT OF THE AIR FORCE
4
+ letterhead_caption:
5
+ - United States Space Force
6
+ - Space Delta [X]
7
+ memo_for:
8
+ - ORG/SYMBOL
9
+ # - 2nd ORG/SYMBOL
10
+ memo_from:
11
+ - ORG/SYMBOL
12
+ - ORGANIZATION
13
+ - Street Address
14
+ - City St 12345-6789
15
+ subject: Comply without pain — markdown to official memo
16
+ signature_block:
17
+ - FIRST M. LAST, Rank, USSF
18
+ tag_line: Semper Supra
19
+ ---
20
+
21
+ Write your paragraphs here. Separate them with two new lines.
22
+
23
+ - Use bullets to nest paragraphs.
24
+ - Indent to go deeper.
25
+
26
+ You can also **bold**, _italicize_, `code`, ~strikethrough~,
27
+ and [link](https://example.com/) your text.
28
+
29
+ Less formatting. More lethality.