Claude code
Generate hypothesis-driven landing-page feedback with simulated personas.From its SKILL.md
npx -y skills add re-sianturi/lp-insights --skill claude-codeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 24 days oldThe repository was created 24 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 file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.9 KB, 368 tokens by cl100k_base, as published. Nobody here has run it
Landing Page Insights (Claude Code Adapter)
Official Claude Code project skill adapter for landing page persona analysis.
Overview
Analyzes landing pages through simulated personas using project discovery and available Claude Code capabilities.
Usage
/lp-insights <url> [traffic_source] [group_persona]
Core Loading & Security Procedure
Before execution, the agent must load the following files relative to the skill path:
- Security guidelines from
core/SECURITY.md. - Workflow rules from
core/WORKFLOW.md. - Persona registry from
core/personas/_registry.md. - Schemas from
core/schemas/persona-result.schema.jsonandcore/schemas/final-report.schema.json.
Platform Capabilities & Tool Mapping
Claude Code environments vary in available tools depending on user configuration and host permissions.
- Content Retrieval: Use host web retrieval tools if present. If unavailable, request the user or environment to provide the rendered page markdown text. Do not invent or assume any tool names.
- Subagents: If subagent tools are enabled in the environment, spawn subagents in parallel to execute persona simulations using the canonical prompt contract in
core/prompts/persona-analysis.md. - Sequential Fallback: If subagent capabilities are disabled or unsupported, run persona simulations sequentially within the primary session context.
- Relative Path Resolution: Once installed in a project
.claude/skills/lp-insights/, persona files are accessed atpersonas/and core files atcore/.
Methodology & Disclaimer
- Output declares
evidence_typeassynthetic_hypothesis. - Findings report exact count of affected personas (e.g. 3 of 5 personas affected), never claiming empirical conversion metrics or observed user behavior.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.