Skip to content
  • By Unknown author
  • /

How to use ClickTrail Skills with coding agents

Use ClickTrail Skills to give an agent a problem-specific procedure for attribution work. Select the relevant skill, review its instructions and provide a bounded task with synthetic evidence. The repository contains eight skills; they guide implementation but do not install tracking or grant permission to send customer data to external services.

By FunnelSheet · Technical guide

Use ClickTrail Skills to give an agent a problem-specific procedure for attribution work. Select the relevant skill, review its instructions and provide a bounded task with synthetic evidence. The repository contains eight skills; they guide implementation but do not install tracking or grant permission to send customer data to external services.

Which skill matches the problem?

Choose preserve-click-ids for missing identifiers, attribution-debugging for an observed failure, and conversion-reconciliation when CRM and destination records disagree. The other skills cover cross-domain attribution, lead-to-sale attribution, CRM revenue attribution, Google Ads offline conversions and Meta CAPI deduplication. Start with the specific failure rather than loading every instruction set.

How should the agent receive the instructions?

The repository documents npx skills add vizuh/clicktrail-skills. This invokes an external skills installer against GitHub content, not an unpublished ClickTrail npm package. Review the selected SKILL.md first and confirm where your agent expects skills. Claude, Codex and other hosts have their own configuration and execution controls; repository portability is not proof of identical setup.

What is a useful task prompt?

Ask: Trace TEST_CLICK_001 from landing request to CRM attachment in these files. Use synthetic records. Do not send external requests or change consent defaults. Reproduce the failure with a test, propose the smallest correction and report what remains unverified. That prompt distinguishes investigation authority from permission to modify production.

How do I review the result?

Check the proposed changes against capture, persist, carry, attach, report, deduplicate and verify. Demand observable evidence at each relevant boundary. A passing code test does not establish that a CRM field exists or an ad platform accepted an upload. Keep execution privileges narrow and inspect scripts before running them.

Source and next step

Source reviewed on 2026-09-15: ClickTrail — clicktrail-skills-coding-agents.

Continue with ClickTrail skills.

Disclosure: FunnelSheet publishes ClickTrail guidance. These instructions describe source-level behavior, not an independent performance benchmark.

CategoriesUncategorized