investor_profile · git:20260608.5f1d4f6 · 2026-06-08 · sha256 d244e9cf74a7b0f6
investor_profile git:20260608.5f1d4f6A
Immutable. This exact content is served forever at /api/v1/blob/d244e9cf74a7b0f6.
--- name: investor_profile description: Builds investor profiles by appending manual investment track records and preferences to generated person profiles. --- # Investor Profile This deterministic bulk skill combines every generated person profile with the matching manually maintained investment track record. For the default `sictic-members` source dataset: ```text Person profile: storage/community/sictic-members/insights/person-profile/<linkedin-id>-<model>.md Track record: storage/community/sictic-members/datasets/track-record/<linkedin-id>.md Investor profile: storage/community/sictic-members/insights/investor-profile/<linkedin-id>-<model>.md ``` Every person-profile model variant is retained. Missing track records are represented by an explicit note. The skill does not call an LLM. ## Usage ```bash conda run -n sictic-env python -m skills.investor_profile conda run -n sictic-env python -m skills.investor_profile --source-dataset another-community ```