company

Navigate and debug company-related code across Datalayer platform repositories.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/cheductai/screen1-claude-kit --skill company
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: company
Source: https://github.com/cheductai/screen1-claude-kit/tree/main/skills/company
Command: npx skills add https://github.com/cheductai/screen1-claude-kit --skill company

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Company skill helps you understand, debug, and navigate the company-related code across the Datalayer platform. It covers lambda functions, API endpoints, data models, creation flows, target accounts, company identifiers, centralized companies, client UI, and debugging guidance.

Core Features & Use Cases

  • Identify and explain which lambdas, API endpoints, and data models are involved in company workflows across datalayerapp-v2-function-code, datalayerapp-v2, and llservices-salesforce.
  • Explain the end-to-end flow for company creation, enrichment, and reveal, including target accounts and centralized company features.
  • Provide debugging guidance by pointing to relevant logs, tables, and code across the repositories.

Quick Start

Use the Company skill to summarize how a visitor domain is revealed, enriched, and surfaced in BigQuery workflow across the connected repos.

Frequently Asked Questions about company

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug company data workflows across lambda functions and API endpoints?

To debug company data workflows, this skill points you to relevant logs, BigQuery tables, and code across datalayerapp-v2, llservices-salesforce, and datalayerapp-v2-function-code. It maps the exact lambdas and API endpoints involved so you can trace issues directly.

How does company data enrichment work from a visitor domain to BigQuery?

Company data enrichment takes a visitor domain, reveals the associated company, enriches it with additional data, and surfaces the results in BigQuery. This skill explains the end-to-end flow including target accounts and centralized company features across the connected repositories.

What data models and APIs handle company creation in Datalayer?

Company creation in Datalayer involves specific lambda functions, API endpoints, and data models across datalayerapp-v2-function-code, datalayerapp-v2, and llservices-salesforce. This skill identifies and explains each component's role in the creation flow.

Can I use this skill to navigate centralized company features and target accounts?

Yes, you can use this skill to navigate centralized company features and target accounts. It provides guidance on understanding these workflows, explaining how company identifiers and client UI components interact across the Datalayer platform.

Why does my company reveal flow fail to surface data in BigQuery?

A failed company reveal flow may stem from issues in the lambda functions, API endpoints, or data models connecting visitor domains to BigQuery. This skill provides debugging guidance by pointing to the specific logs and tables across the relevant repositories.

Does this skill require a specific file structure to document company workflows?

Yes, this skill enforces the presence of a SKILL.md file with YAML frontmatter containing at least name and description. It also supports optional scripts, references, and assets directories that may be loaded as needed for company workflow documentation.