Data ops artifacts
Skill bowtiefunnel/bowtie-funnel-Labs/plugins/bowtie-gtm/skills/data-ops-artifacts
Reusable skills for AI coding agents. Organize any agent folder into a clean, filesystem-first layout.
npx -y skills add bowtiefunnel/bowtie-funnel-Labs --skill data-ops-artifactsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use for the connective work between skills — listing, joining, exporting, and staging the artifacts that move data from one skill to the next. Spans every lifecycle stage. Runs on the Growth (Verbiflow) MCP.
SKILL.md
1.3 KB, as published. Nobody here has run it
Data Ops & Artifacts
It manages the artifacts, joins, and exports that move data between every other skill, so nothing is lost between steps.
Requires
The Growth (Verbiflow) MCP. If it isn't connected yet:
claude mcp add --transport stdio growth -- npx -y growth-mcp
Always call growth_session_init first (auth + workspace).
Steps
growth_session_init— auth + workspace.growth_list_artifacts/growth_get_artifact— find prior rows, jobs, joins.growth_join_csv_files/growth_join_clay_results_by_domain— merge sources.growth_clay_export_csv/growth_export_job_csv— export deliverables.growth_stage_artifact_to_sequence_source— stage rows into a sequence for review.
Repurpose (the Bowtie way)
Turns any artifact into a shareable export or a published labs page — the last mile of every play.
Notes
- Prefer chaining by
artifact_id; CSV is for import/export edges, not the default primitive. - Do not send, sequence, or mutate platform state unless the user explicitly asks.