opencode-skills-collection 4.0.41 → 4.0.42

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 (48) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +3 -2
  2. package/bundled-skills/animejs-animation/SKILL.md +1 -1
  3. package/bundled-skills/anti-ui-slop/SKILL.md +51 -86
  4. package/bundled-skills/antigravity-design-expert/SKILL.md +1 -1
  5. package/bundled-skills/design-spells/SKILL.md +1 -1
  6. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  7. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  8. package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
  9. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  10. package/bundled-skills/docs/users/aas-core.md +1 -1
  11. package/bundled-skills/docs/users/bundles.md +1 -1
  12. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  13. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  14. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  15. package/bundled-skills/docs/users/usage.md +3 -3
  16. package/bundled-skills/docs/users/visual-guide.md +4 -4
  17. package/bundled-skills/famulor-skill/SKILL.md +132 -0
  18. package/bundled-skills/famulor-skill/references/assistant-design.md +137 -0
  19. package/bundled-skills/famulor-skill/references/toolsets/assistants.md +64 -0
  20. package/bundled-skills/famulor-skill/references/toolsets/automations.md +36 -0
  21. package/bundled-skills/famulor-skill/references/toolsets/billing.md +15 -0
  22. package/bundled-skills/famulor-skill/references/toolsets/calls.md +23 -0
  23. package/bundled-skills/famulor-skill/references/toolsets/campaigns.md +42 -0
  24. package/bundled-skills/famulor-skill/references/toolsets/dashboards.md +27 -0
  25. package/bundled-skills/famulor-skill/references/toolsets/knowledge.md +28 -0
  26. package/bundled-skills/famulor-skill/references/toolsets/messaging.md +52 -0
  27. package/bundled-skills/famulor-skill/references/toolsets/migration.md +10 -0
  28. package/bundled-skills/famulor-skill/references/toolsets/platform.md +14 -0
  29. package/bundled-skills/famulor-skill/references/toolsets/settings.md +28 -0
  30. package/bundled-skills/famulor-skill/references/toolsets/tasks.md +12 -0
  31. package/bundled-skills/famulor-skill/references/toolsets/telephony.md +35 -0
  32. package/bundled-skills/iconsax-library/SKILL.md +1 -1
  33. package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +4 -4
  34. package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package.json +1 -1
  35. package/bundled-skills/magic-animator/SKILL.md +1 -1
  36. package/bundled-skills/magic-ui-generator/SKILL.md +1 -1
  37. package/bundled-skills/project-state-governor/SKILL.md +483 -0
  38. package/bundled-skills/project-state-governor/references/manifest-routing.md +47 -0
  39. package/bundled-skills/project-state-governor/references/persistence-lifecycle.md +93 -0
  40. package/bundled-skills/project-state-governor/references/project-state-schema.md +173 -0
  41. package/bundled-skills/project-state-governor/references/reconstruction-workflow.md +183 -0
  42. package/bundled-skills/salesforce-development/SKILL.md +107 -37
  43. package/bundled-skills/unsplash-integration/SKILL.md +1 -1
  44. package/bundled-skills/vizcom/SKILL.md +1 -1
  45. package/bundled-skills/x-twitter-scraper/SKILL.md +20 -7
  46. package/package.json +1 -1
  47. package/skills_index.json +69 -35
  48. package/bundled-skills/uizze-ui-research/SKILL.md +0 -128
@@ -0,0 +1,93 @@
1
+ # Persistence Lifecycle
2
+
3
+ Use this lifecycle for durable project knowledge:
4
+
5
+ ```text
6
+ RECALL -> PROPOSE -> VERIFY -> APPLY -> CONSOLIDATE
7
+ ```
8
+
9
+ ## 1. RECALL
10
+
11
+ Load only enough canonical state to understand the task.
12
+
13
+ - compact mode: read `PROJECT_STATE.md`;
14
+ - scaled mode: read `.project/MANIFEST.md`, then `STATE.md`, then only relevant routed files;
15
+ - inspect Git/code/tests/contracts only as needed;
16
+ - do not load historical docs unless a conflict or reconstruction requires them.
17
+
18
+ ## 2. PROPOSE
19
+
20
+ After meaningful work, compute a semantic state delta.
21
+
22
+ Represent only changes such as:
23
+
24
+ - lifecycle transition;
25
+ - new verified decision/constraint;
26
+ - new blocker or resolved blocker;
27
+ - new/rejected research hypothesis;
28
+ - material negative evidence;
29
+ - durable owner correction/lesson;
30
+ - superseded historical belief.
31
+
32
+ Do not propose transcript summaries.
33
+
34
+ ## 3. VERIFY
35
+
36
+ Before persistence:
37
+
38
+ - check authority hierarchy;
39
+ - verify completion claims against the correct DoD level;
40
+ - verify branch scope;
41
+ - distinguish `CONFIRMED`, `INFERRED`, and `UNKNOWN`;
42
+ - ensure the update does not silently redefine business intent;
43
+ - ensure no secret, credential, token, or unnecessary sensitive personal data is being persisted;
44
+ - ensure the same fact is not already represented canonically.
45
+
46
+ ## 4. APPLY
47
+
48
+ ### Auto-apply is allowed when
49
+
50
+ - the state transition is deterministic and evidence-backed;
51
+ - scope is already authorized;
52
+ - no owner/business semantics are being created;
53
+ - no uncertain unique history is being deleted;
54
+ - the change is low-risk and reversible through Git.
55
+
56
+ ### Stage for owner review when
57
+
58
+ - mission or success criteria would change;
59
+ - multiple legitimate business outcomes remain;
60
+ - deletion scope is broad or uncertain;
61
+ - unique historical significance is uncertain;
62
+ - an `INFERRED` state would become an owner commitment;
63
+ - release, research-integrity, security, legal, or operational risk would be accepted.
64
+
65
+ A staged proposal should show the semantic delta, not a long prose recap.
66
+
67
+ ## 5. CONSOLIDATE
68
+
69
+ Run consolidation when canonical state becomes noisy or repetitive.
70
+
71
+ Actions:
72
+
73
+ - deduplicate facts;
74
+ - remove stale active items;
75
+ - compress completed milestones;
76
+ - preserve only high-value negative evidence;
77
+ - merge overlapping lessons;
78
+ - remove low-value chronology;
79
+ - split into scaled mode only when retrieval improves;
80
+ - update MANIFEST routes after splits/merges.
81
+
82
+ Do not perform lossy consolidation when significance is uncertain.
83
+
84
+ ## Persistence quality test
85
+
86
+ Before finishing, ask:
87
+
88
+ 1. Would a fresh agent understand what changed?
89
+ 2. Is every persisted claim useful for future decisions?
90
+ 3. Is each high-impact claim supported or explicitly provisional?
91
+ 4. Did we avoid storing conversation noise?
92
+ 5. Did we avoid duplicating the same fact?
93
+ 6. Is the canonical state now easier, not harder, to load?
@@ -0,0 +1,173 @@
1
+ # Canonical Project-State Schema
2
+
3
+ Use the smallest structure that remains easy to load and reason about.
4
+
5
+ ## Compact mode: `PROJECT_STATE.md`
6
+
7
+ ```markdown
8
+ # Project State
9
+
10
+ ## Mission
11
+ [Why the project exists. Long-lived.]
12
+
13
+ ## Success Criteria
14
+ [Owner-defined durable criteria for meaningful project success.]
15
+
16
+ ## Current Phase
17
+ [Current engineering/product/research phase.]
18
+
19
+ ## Active Workstreams
20
+ ### [Workstream ID or name]
21
+ - Status: PLANNED | ACTIVE | BLOCKED | PAUSED | COMPLETED | CANCELLED
22
+ - Goal: ...
23
+ - DoD / exit condition: ...
24
+ - Current state: ...
25
+ - Next: ...
26
+
27
+ Keep terminal workstream records long enough to preserve verified `COMPLETED`
28
+ or `CANCELLED` transitions. During consolidation, compress old terminal
29
+ workstreams into decision-relevant milestone or project history only when their
30
+ detailed record no longer affects future work.
31
+
32
+ ## Milestones
33
+ ### [Milestone ID or name]
34
+ - Status: PROPOSED | ACTIVE | BLOCKED | PAUSED | DONE | DEFERRED
35
+ - Goal: ...
36
+ - DoD: ...
37
+ - Parent: ...
38
+ - Next: ...
39
+
40
+ ## Current Tasks
41
+ ### [Task ID or name]
42
+ - Status: PROPOSED | ACTIVE | BLOCKED | DEFERRED | DONE | CANCELLED
43
+ - Goal: ...
44
+ - Task DoD: ...
45
+ - Parent: ...
46
+ - Evidence: ... [only when useful]
47
+ - Confidence: CONFIRMED | INFERRED | UNKNOWN [only when useful]
48
+
49
+ Keep terminal task records long enough to preserve the verified lifecycle transition. During consolidation, compress old `DONE` or `CANCELLED` tasks into decision-relevant milestone history when their detailed record no longer affects future work.
50
+
51
+ ## Active Research / Experiments
52
+ ### [Hypothesis or candidate ID]
53
+ - Status: PROPOSED | ACTIVE | SUPPORTED | REJECTED | INCONCLUSIVE | INVALIDATED | FORWARD_ONLY
54
+ - Hypothesis: ...
55
+ - Protocol / stage: ...
56
+ - Current evidence: ...
57
+ - Provenance: ... [experiment/manifest ID when material]
58
+ - Next authorized step: ...
59
+
60
+ ## Decisions
61
+ ### [Decision ID or concise title]
62
+ - Decision: ...
63
+ - Rationale: ...
64
+ - Authority / provenance: ... [when material]
65
+
66
+ ## Constraints / Invariants
67
+ - ...
68
+
69
+ ## Known Issues / Blockers
70
+ - ...
71
+
72
+ ## Deferred Work
73
+ - ...
74
+
75
+ ## Negative Evidence / Rejected Directions
76
+ - [what] — [why] — [evidence] — [permanent or conditional]
77
+
78
+ ## Lessons / Pitfalls
79
+ - [validated recurring mistake or owner correction worth preserving]
80
+
81
+ ## Recent Milestones
82
+ - [date/commit only when useful] ...
83
+ ```
84
+
85
+ ## Scaled mode
86
+
87
+ Use only when compact mode causes context bloat or unrelated subsystem loading.
88
+
89
+ ```text
90
+ .project/
91
+ MANIFEST.md
92
+ STATE.md
93
+ DECISIONS.md
94
+ CONSTRAINTS.md
95
+ NEGATIVE_EVIDENCE.md
96
+ areas/
97
+ <subsystem>.md
98
+ ```
99
+
100
+ ### `.project/MANIFEST.md`
101
+ Keep it short. It is the routing index, not a summary dump.
102
+
103
+ ```markdown
104
+ # Project Memory Manifest
105
+
106
+ ## Read First
107
+ - STATE.md — mission, phase, current workstreams and tasks, recent terminal transitions, blockers, next actions
108
+
109
+ ## Read When Relevant
110
+ - DECISIONS.md — durable owner/project decisions
111
+ - CONSTRAINTS.md — technical/business/research invariants
112
+ - NEGATIVE_EVIDENCE.md — costly rejected directions and important lessons
113
+ - areas/execution.md — execution subsystem state
114
+ - areas/research.md — research subsystem state
115
+ ```
116
+
117
+ ### `.project/STATE.md`
118
+ Contain mission, success criteria, phase, current workstreams, milestones,
119
+ current tasks, recent terminal transitions, blockers, and next direction. Keep
120
+ it sufficient for a fast cold start.
121
+
122
+ Apply the compact-mode terminal retention rules in scaled mode too. Keep
123
+ verified `COMPLETED` or `CANCELLED` workstreams and `DONE` or `CANCELLED`
124
+ tasks until consolidation can compress them into decision-relevant milestone
125
+ or project history without losing information that still affects future work.
126
+
127
+ ### `DECISIONS.md`
128
+ Store only durable decisions that materially constrain future work.
129
+
130
+ ### `CONSTRAINTS.md`
131
+ Store only constraints/invariants future agents must respect.
132
+
133
+ ### `NEGATIVE_EVIDENCE.md`
134
+ Store concise costly failures, rejected directions, and validated lessons likely to prevent repeated work.
135
+
136
+ ### `areas/*.md`
137
+ Use only for large independent subsystems. Do not duplicate global mission or global decisions inside area files.
138
+
139
+ ## Provenance rule
140
+
141
+ Add provenance only when it materially improves trust. Prefer concise references:
142
+
143
+ - owner decision / issue ID;
144
+ - commit SHA;
145
+ - test name/result;
146
+ - contract/schema path;
147
+ - experiment or manifest ID.
148
+
149
+ ## Confidence rule
150
+
151
+ Use:
152
+
153
+ - `CONFIRMED` for directly supported authoritative facts;
154
+ - `INFERRED` for provisional interpretation;
155
+ - `UNKNOWN` when evidence is insufficient.
156
+
157
+ Do not represent `INFERRED` as settled truth.
158
+
159
+ ## Completion hierarchy
160
+
161
+ Track completion at the correct level:
162
+
163
+ - Session DoD
164
+ - Task DoD
165
+ - Milestone DoD
166
+ - Workstream DoD
167
+ - Mission success criteria
168
+
169
+ A child completing does not automatically complete its parent.
170
+
171
+ ## Compression rule
172
+
173
+ When state grows, remove or compress detail that is no longer decision-relevant. Git is the historical archive.
@@ -0,0 +1,183 @@
1
+ # Repository State Reconstruction Workflow
2
+
3
+ Use this workflow when a repository contains conflicting historical reviews, plans, TODOs, status notes, GPT summaries, branch-specific docs, or unclear progress.
4
+
5
+ ## 1. Establish scope and authority
6
+
7
+ Identify:
8
+
9
+ - repository and target branch;
10
+ - owner-requested cleanup boundary;
11
+ - candidate paths and their complete instruction scope: include the candidate itself when it is an existing directory, otherwise stop at its parent; for recursive directory operations, discover every nested `AGENTS.md` in the affected subtree before inspecting or mutating it;
12
+ - compact vs scaled canonical-state mode;
13
+ - whether deletion is explicitly authorized or only recommendations are allowed.
14
+
15
+ Do not expand into unrelated feature work.
16
+
17
+ Before inspecting, writing, moving, or deleting a candidate path, resolve its full `AGENTS.md` chain. Apply deeper rules only to their governed subtree, and do not let a repository-level cleanup instruction override a more specific local constraint.
18
+
19
+ ## 2. Inventory candidate state documents
20
+
21
+ Find files likely to contain project state:
22
+
23
+ - plans/TODOs;
24
+ - reviews/audits;
25
+ - implementation summaries;
26
+ - status/progress/handoff docs;
27
+ - research manifests and decision records;
28
+ - GPT-generated summaries;
29
+ - branch-specific notes.
30
+
31
+ Do not assume every Markdown file is status documentation.
32
+
33
+ Classify each file initially as:
34
+
35
+ - `AUTHORITATIVE`;
36
+ - `CURRENT_SUPPORTING`;
37
+ - `HISTORICAL`;
38
+ - `DUPLICATE`;
39
+ - `STALE`;
40
+ - `CONTRADICTORY`;
41
+ - `GENERATED_TEMPORARY`;
42
+ - `UNKNOWN`.
43
+
44
+ ## 3. Extract claims, not prose
45
+
46
+ Extract only material claims affecting current state:
47
+
48
+ - mission/success criteria;
49
+ - completion claims and DoD;
50
+ - active tasks/workstreams;
51
+ - decisions/constraints;
52
+ - blockers;
53
+ - research state/results;
54
+ - rejected directions/lessons;
55
+ - branch assumptions.
56
+
57
+ Ignore rhetorical explanation and conversation chronology unless needed as provenance.
58
+
59
+ ## 4. Verify each material claim
60
+
61
+ Inspect only the code, tests, contracts, commits, configuration, and history necessary to evaluate claims.
62
+
63
+ Classify claims:
64
+
65
+ - `CURRENT_CONFIRMED`: supported by authoritative evidence;
66
+ - `CURRENT_INFERRED`: plausible but not directly authoritative;
67
+ - `SUPERSEDED`: once true, now replaced;
68
+ - `FALSE`: contradicted by higher-authority evidence;
69
+ - `CONFLICTED`: multiple legitimate interpretations remain;
70
+ - `UNKNOWN`: insufficient evidence.
71
+
72
+ Never use current code as automatic proof of intended semantics.
73
+ Never promote `CURRENT_INFERRED` to settled truth without justification.
74
+
75
+ ## 5. Verify completion at the correct level
76
+
77
+ For each completion claim, distinguish:
78
+
79
+ - session completion;
80
+ - task completion;
81
+ - milestone completion;
82
+ - workstream completion;
83
+ - mission success.
84
+
85
+ Reject parent-level completion claims supported only by child-level evidence.
86
+
87
+ ## 6. Resolve conflict type
88
+
89
+ ### OBSOLETE_HISTORY
90
+ Statement was once valid but superseded. Keep only current canonical state.
91
+
92
+ ### IMPLEMENTATION_DRIFT
93
+ Code and intended requirement differ. Determine which violates higher authority.
94
+
95
+ ### UNRESOLVED_BUSINESS_CONFLICT
96
+ Multiple legitimate outcomes remain. Escalate the smallest owner decision.
97
+
98
+ ### FALSE_OR_UNSUPPORTED_HISTORY
99
+ Review/AI output was never established. Do not preserve as truth.
100
+
101
+ ### BRANCH_DIVERGENCE
102
+ Branches reflect different states. Keep them distinct until merge/authority is resolved.
103
+
104
+ ## 7. Rebuild canonical state
105
+
106
+ Use `project-state-schema.md`.
107
+
108
+ Rules:
109
+
110
+ - preserve current durable state only;
111
+ - preserve concise high-value negative evidence and lessons;
112
+ - represent unresolved ambiguity explicitly;
113
+ - attach provenance/confidence only where material;
114
+ - do not copy whole historical documents;
115
+ - do not create an append-only archive;
116
+ - choose compact mode unless scaled routing clearly improves retrieval.
117
+
118
+ ## 8. Build a staged cleanup set
119
+
120
+ For each old document choose:
121
+
122
+ - `KEEP`: independent stable purpose remains;
123
+ - `MERGE_THEN_DELETE`: unique durable content must enter canonical state first;
124
+ - `DELETE`: redundant/stale/generated with no unique required content;
125
+ - `OWNER_DECISION`: significance or deletion authority is genuinely uncertain.
126
+
127
+ Never delete first and reconcile later.
128
+
129
+ If broad deletion was not explicitly authorized, present this cleanup set for owner review before applying destructive changes.
130
+
131
+ ## 9. Apply authorized cleanup
132
+
133
+ When authorized:
134
+
135
+ - update canonical state;
136
+ - remove obsolete redundant status files;
137
+ - preserve legitimate technical/public docs;
138
+ - avoid unrelated code edits;
139
+ - keep branch-specific facts branch-specific;
140
+ - ensure secrets/sensitive data are not copied into canonical state.
141
+
142
+ ## 10. Consolidate
143
+
144
+ After reconstruction:
145
+
146
+ - remove duplicate canonical facts;
147
+ - compress low-value completed history;
148
+ - retain important decisions, constraints, negative evidence, and lessons;
149
+ - update MANIFEST if scaled mode is used.
150
+
151
+ ## 11. Verify
152
+
153
+ Before declaring reconstruction complete, verify:
154
+
155
+ - canonical state is internally consistent;
156
+ - active tasks are actually open;
157
+ - completion claims match the correct DoD level;
158
+ - key decisions/constraints are represented;
159
+ - meaningful negative evidence is preserved;
160
+ - stale status docs no longer compete as sources of truth;
161
+ - no unique required information was lost;
162
+ - branch scope is represented correctly;
163
+ - provenance/confidence caveats are accurate;
164
+ - canonical state contains no exposed secrets copied during cleanup.
165
+
166
+ ## 12. Report
167
+
168
+ Return only:
169
+
170
+ ### Project State Changes
171
+ What became canonical or changed status.
172
+
173
+ ### Current Focus
174
+ Resulting active workstream/task/research direction.
175
+
176
+ ### Remaining Blockers / Decisions
177
+ Only unresolved items requiring action.
178
+
179
+ ### Documentation Actions
180
+ Files kept, staged, merged/deleted, or awaiting owner review.
181
+
182
+ ### Evidence Notes
183
+ Only material provenance/confidence caveats.