my-patina 0.1.1

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 (31) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +108 -0
  3. package/dist/cli.js +931 -0
  4. package/dist/templates/.claude/commands/add.md +56 -0
  5. package/dist/templates/.claude/commands/reflect.md +119 -0
  6. package/dist/templates/.claude/settings.json +5 -0
  7. package/dist/templates/CLAUDE.md +50 -0
  8. package/dist/templates/graph/notes/README.md +26 -0
  9. package/dist/templates/graph/notes/exclusions.md +14 -0
  10. package/dist/templates/modules/linkedin/commands/li-about.md +19 -0
  11. package/dist/templates/modules/linkedin/commands/li-activity.md +23 -0
  12. package/dist/templates/modules/linkedin/commands/li-all.md +69 -0
  13. package/dist/templates/modules/linkedin/commands/li-experience.md +19 -0
  14. package/dist/templates/modules/linkedin/commands/li-featured.md +22 -0
  15. package/dist/templates/modules/linkedin/commands/li-headline.md +19 -0
  16. package/dist/templates/modules/linkedin/commands/li-skills.md +19 -0
  17. package/dist/templates/modules/linkedin/graph/INSTRUCTIONS.md +144 -0
  18. package/dist/templates/modules/linkedin/graph/LinkedIn About.md +24 -0
  19. package/dist/templates/modules/linkedin/graph/LinkedIn Activity.md +23 -0
  20. package/dist/templates/modules/linkedin/graph/LinkedIn Current State.md +59 -0
  21. package/dist/templates/modules/linkedin/graph/LinkedIn Experience.md +24 -0
  22. package/dist/templates/modules/linkedin/graph/LinkedIn Featured.md +19 -0
  23. package/dist/templates/modules/linkedin/graph/LinkedIn Headline.md +24 -0
  24. package/dist/templates/modules/linkedin/graph/LinkedIn Skills.md +20 -0
  25. package/dist/templates/modules/linkedin/manifest.md +35 -0
  26. package/dist/templates/modules/resume/commands/resume-refresh.md +47 -0
  27. package/dist/templates/modules/resume/graph/INSTRUCTIONS.md +113 -0
  28. package/dist/templates/modules/resume/graph/Resume Last Submitted.md +23 -0
  29. package/dist/templates/modules/resume/graph/Resume Working Draft.md +43 -0
  30. package/dist/templates/modules/resume/manifest.md +37 -0
  31. package/package.json +63 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 n8Guy
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.
package/README.md ADDED
@@ -0,0 +1,108 @@
1
+ # patina
2
+
3
+ Your professional story, organised.
4
+
5
+ Patina is a personal knowledge system that helps you keep track of your work — the skills you've built, the projects you've shipped, the things you're proud of — and turns that into polished content when you need it. LinkedIn profile, resume, bio, posts. Whatever you're working on.
6
+
7
+ You add notes as you go. Patina remembers. When something needs writing, the hard part is already done.
8
+
9
+ ---
10
+
11
+ ## Who is this for?
12
+
13
+ Anyone who does work worth talking about and finds it hard to articulate it. Engineers, designers, marketers, photographers, teachers, consultants — if you've ever stared at a blank "About" section wondering where to start, patina is for you.
14
+
15
+ It works best if you use [Claude](https://claude.ai) and have [Claude Code](https://claude.ai/code) installed.
16
+
17
+ ---
18
+
19
+ ## Getting started
20
+
21
+ Run this in your terminal:
22
+
23
+ ```bash
24
+ npx my-patina@latest
25
+ ```
26
+
27
+ Or via GitHub directly: `npx github:n8Guy/patina`
28
+
29
+ You'll be asked a few questions — your name, what you do, where you work. Everything you enter stays on your computer. Nothing is sent anywhere.
30
+
31
+ When it's done, you'll have a folder with everything set up. Open that folder with Claude Code and you're ready to go.
32
+
33
+ ---
34
+
35
+ ## How it works
36
+
37
+ **Add things as you go.** Whenever something worth remembering happens — a project ships, you learn something new, you solve a hard problem — run `/add` and describe it. Claude asks a few follow-up questions and writes it down.
38
+
39
+ **Reflect periodically.** Run `/reflect` to take stock of everything you've captured. It surfaces things you've finished, skills that haven't been written up yet, and anything that might be out of date.
40
+
41
+ **Generate content when you need it.** Install a module (like LinkedIn) and Claude can turn your notes into polished drafts for your profile, resume, or wherever else you need to show up professionally.
42
+
43
+ ---
44
+
45
+ ## Modules
46
+
47
+ Modules are optional add-ons that connect your graph to specific outputs. Install only what you need.
48
+
49
+ ### LinkedIn
50
+
51
+ Drafts and refines all six sections of your LinkedIn profile — headline, About, Experience, Skills, Featured, and Activity. Everything is grounded in your actual notes.
52
+
53
+ **How publishing works:** LinkedIn doesn't have an API, so nothing is automated. When a draft looks good, you copy the text and paste it into LinkedIn yourself. When you've done it, just tell Claude — *"I published my headline"* — and your graph is updated.
54
+
55
+ **To add LinkedIn during setup:** select it when the wizard asks which modules to install.
56
+
57
+ ---
58
+
59
+ ## Your files
60
+
61
+ Everything lives in a folder called `graph/` inside your patina:
62
+
63
+ ```
64
+ your-patina/
65
+ ├── profile.yaml your identity — name, title, company, etc.
66
+ ├── CLAUDE.md context Claude reads at the start of every session
67
+ ├── graph/
68
+ │ ├── notes/ things you've added with /add
69
+ │ ├── skills/ your skill inventory, built from notes
70
+ │ └── posts/ drafts ready to share
71
+ └── .claude/
72
+ └── commands/ the slash commands that power everything
73
+ ```
74
+
75
+ These are plain markdown files. Open them in any editor — [Obsidian](https://obsidian.md), VS Code, or whatever you prefer.
76
+
77
+ ---
78
+
79
+ ## Updating
80
+
81
+ Run the same command again from inside your patina folder:
82
+
83
+ ```bash
84
+ cd your-patina
85
+ npx my-patina@latest
86
+ ```
87
+
88
+ Patina detects that it's already set up and shows you your current profile. It can update your personal info or add new modules. Your notes and skills are never touched.
89
+
90
+ ---
91
+
92
+ ## Privacy
93
+
94
+ Everything stays on your computer. Patina doesn't connect to the internet, doesn't send your data anywhere, and doesn't require an account. Your files are yours.
95
+
96
+ The only network calls happen when you run Claude — which is between you and Anthropic, governed by their [privacy policy](https://www.anthropic.com/privacy).
97
+
98
+ ---
99
+
100
+ ## Contributing
101
+
102
+ See [CONTRIBUTING.md](./CONTRIBUTING.md).
103
+
104
+ ---
105
+
106
+ ## License
107
+
108
+ MIT