Crawler Summary

installing-brand-design-skills answer-first brief

Helps Claude install and use brand-specific design skills for popular product brands (Apple, Linear, Stripe, Shopify, Notion, Figma, Spotify, Slack, Discord, IBM, Salesforce) by running the design-like CLI to generate Agent Skills and IDE configuration so code and UI match the chosen brand’s design language. --- name: installing-brand-design-skills description: Helps Claude install and use brand-specific design skills for popular product brands (Apple, Linear, Stripe, Shopify, Notion, Figma, Spotify, Slack, Discord, IBM, Salesforce) by running the design-like CLI to generate Agent Skills and IDE configuration so code and UI match the chosen brand’s design language. --- Main Instructions Use this skill when the user wants Capability contract not published. No trust telemetry is available yet. 2 GitHub stars reported by the source. Last updated 4/15/2026.

Freshness

Last checked 4/15/2026

Best For

installing-brand-design-skills is best for run, design, also workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 94/100

installing-brand-design-skills

Helps Claude install and use brand-specific design skills for popular product brands (Apple, Linear, Stripe, Shopify, Notion, Figma, Spotify, Slack, Discord, IBM, Salesforce) by running the design-like CLI to generate Agent Skills and IDE configuration so code and UI match the chosen brand’s design language. --- name: installing-brand-design-skills description: Helps Claude install and use brand-specific design skills for popular product brands (Apple, Linear, Stripe, Shopify, Notion, Figma, Spotify, Slack, Discord, IBM, Salesforce) by running the design-like CLI to generate Agent Skills and IDE configuration so code and UI match the chosen brand’s design language. --- Main Instructions Use this skill when the user wants

OpenClawself-declared

Public facts

5

Change events

1

Artifacts

0

Freshness

Apr 15, 2026

Verifiededitorial-contentNo verified compatibility signals2 GitHub stars

Capability contract not published. No trust telemetry is available yet. 2 GitHub stars reported by the source. Last updated 4/15/2026.

2 GitHub starsTrust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 15, 2026

Vendor

Planetabhi

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. 2 GitHub stars reported by the source. Last updated 4/15/2026.

Setup snapshot

git clone https://github.com/planetabhi/design-like.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Planetabhi

profilemedium
Observed Apr 15, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 15, 2026Source linkProvenance
Adoption (1)

Adoption signal

2 GitHub stars

profilemedium
Observed Apr 15, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

npx design-like <brand>

bash

npx design-like

bash

npx design-like <brand> --ide <claude|cursor|vscode|antigravity|all>

bash

npx design-like <brand> --target path/to/app

bash

npx design-like <brand> --force

bash

npx design-like apple

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Helps Claude install and use brand-specific design skills for popular product brands (Apple, Linear, Stripe, Shopify, Notion, Figma, Spotify, Slack, Discord, IBM, Salesforce) by running the design-like CLI to generate Agent Skills and IDE configuration so code and UI match the chosen brand’s design language. --- name: installing-brand-design-skills description: Helps Claude install and use brand-specific design skills for popular product brands (Apple, Linear, Stripe, Shopify, Notion, Figma, Spotify, Slack, Discord, IBM, Salesforce) by running the design-like CLI to generate Agent Skills and IDE configuration so code and UI match the chosen brand’s design language. --- Main Instructions Use this skill when the user wants

Full README

name: installing-brand-design-skills description: Helps Claude install and use brand-specific design skills for popular product brands (Apple, Linear, Stripe, Shopify, Notion, Figma, Spotify, Slack, Discord, IBM, Salesforce) by running the design-like CLI to generate Agent Skills and IDE configuration so code and UI match the chosen brand’s design language.

Main Instructions

Use this skill when the user wants code and UI that closely follow the visual language of a specific product brand (for example Apple, Airbnb, Linear, or Stripe) and is working in a project where they can run CLI commands.

This skill centers around the design-like CLI, which generates brand-specific Agent Skills and IDE configuration files. These give Claude and other coding agents concrete tokens, components, and guidelines so they can design like the selected brand.

When the user expresses a desire for brand-consistent UI, or mentions one of the supported brands, follow the steps below.

Step-by-Step Guidance

  1. Confirm context and brand

    • Ask the user which brand they want to design like (for example: Apple, Airbnb, Linear, Shopify, Stripe, Notion, Figma, Spotify, Slack, Discord, IBM, Salesforce).
    • Ask which IDE or agent environment they are using (for example: Claude Code, Cursor, VS Code, Antigravity).
    • Verify they can run npx commands in their project directory.
  2. Guide the user to install the brand design skill

    • Instruct the user to navigate to their project root in a terminal.
    • Have them run the design-like CLI with the chosen brand:
npx design-like <brand>
  • If they are unsure which brand to pick, suggest a few options based on their product style and audience.
  • If they prefer an interactive flow, they can run:
npx design-like

and select a brand from the prompt.

  1. Explain supported IDEs and where files are generated
    • Explain that design-like detects the IDE or agent environment and writes files into the appropriate folders:
      • Claude Code: .claude/skills/
      • Cursor: .cursor/rules/
      • VS Code: .vscode/instructions/
      • Antigravity: .agent/skills/
    • Mention that the tool can also target a specific IDE explicitly using:
npx design-like <brand> --ide <claude|cursor|vscode|antigravity|all>
  1. Help the user choose options and flags
    • If the user wants to install into a specific directory (for example a monorepo app), suggest:
npx design-like <brand> --target path/to/app
  • Recommend --force only when they explicitly want to overwrite any existing design-like files:
npx design-like <brand> --force
  • If they want to preview what will be written without applying changes (if supported), suggest using --dry-run or the equivalent option documented in the repository.
  1. Verify installation and explain what was created

    • After the user runs the command, ask them to confirm that new files were created under their IDE’s configuration directory.
    • Explain that design-like typically creates:
      • An Agent Skill file SKILL.md describing how to design like the chosen brand.
      • A tokens.json (or similar) file containing design tokens (colors, typography, spacing, etc.).
      • IDE-specific rule or instruction files (for example .mdc rules for Cursor or .instructions.md for VS Code).
    • Encourage the user to keep these files under version control so teammates get the same design guidance.
  2. Use the brand design guidance in your coding session

    • Once the brand design skill is installed, pay careful attention to its guidance:
      • Follow the brand’s color, typography, spacing, and motion tokens whenever you propose UI.
      • Use the recommended component patterns (buttons, cards, inputs, etc.).
      • Respect the brand’s accessibility, contrast, and layout guidelines.
    • When generating code, reference the specific brand tokens and examples provided by the installed skill instead of inventing your own design system.
  3. Suggest brand-consistent improvements proactively

    • When reviewing or authoring components, suggest refactors that bring them closer to the installed brand’s patterns.
    • Offer to convert existing generic components to use the brand’s tokens, border radii, shadows, and motion curves.
    • If the user switches brands or wants to compare options, guide them to run the CLI again with a different brand and discuss trade-offs.

Examples

  • Example 1: Setting up Apple-style UI in a new project
    • User: “I want this app to look like Apple’s design language.”
    • Claude:
      1. Confirms they can run CLI commands in the project.
      2. Asks which IDE they are using.
      3. Guides them to run:
npx design-like apple
4. Explains where files were written for their IDE.
5. Starts generating components and layouts that follow the Apple design skill’s tokens and guidelines.
  • Example 2: Applying Linear’s style in Cursor
    • User: “I’m using Cursor and I’d love my dashboard to feel like Linear.”
    • Claude:
      1. Asks the user to open a terminal at the project root.
      2. Instructs them to run:
npx design-like linear --ide cursor
3. Explains that this will create a Cursor rule file under `.cursor/rules/`.
4. Uses the installed Linear design guidance while proposing React components, Tailwind classes, or CSS.

Best Practices

  • Clarify the brand and environment early

    • Always confirm the desired brand and IDE/agent environment before giving installation commands or design recommendations.
  • Align generated UI with installed tokens

    • After installation, consistently reference the brand’s tokens and component patterns when proposing code.
    • Avoid mixing arbitrary styles that conflict with the installed brand design.
  • Keep the user’s repo structure in mind

    • When suggesting --target, make sure the path matches the user’s actual app directory (for example apps/web in a monorepo).
  • Encourage version control

    • Recommend committing the generated skills and tokens so other collaborators and agents share the same design language.
  • Be transparent about limitations

    • If the user cannot run CLI commands (for example in a restricted environment), explain that design-like works best when it can write files to the project, and offer to approximate the brand style manually using your knowledge of the brand’s design patterns.

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/planetabhi-design-like/snapshot"
curl -s "https://xpersona.co/api/v1/agents/planetabhi-design-like/contract"
curl -s "https://xpersona.co/api/v1/agents/planetabhi-design-like/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/planetabhi-design-like/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/planetabhi-design-like/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/planetabhi-design-like/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/planetabhi-design-like/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/planetabhi-design-like/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/planetabhi-design-like/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-17T04:24:02.726Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    },
    {
      "key": "run",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "design",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "also",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "write",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:run|supported|profile capability:design|supported|profile capability:also|supported|profile capability:write|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Planetabhi",
    "href": "https://github.com/planetabhi/design-like",
    "sourceUrl": "https://github.com/planetabhi/design-like",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T03:13:21.760Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/planetabhi-design-like/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/planetabhi-design-like/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-15T03:13:21.760Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "2 GitHub stars",
    "href": "https://github.com/planetabhi/design-like",
    "sourceUrl": "https://github.com/planetabhi/design-like",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T03:13:21.760Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/planetabhi-design-like/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/planetabhi-design-like/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to installing-brand-design-skills and adjacent AI workflows.