Install
$ agentstack add skill-aetheria-labs1-storefront-skills-search-docs ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Search Lexsis Documentation
Search documentation, skill knowledge, island patterns, and industry guidance via the MCP.
When to Use
- Before generating: look up island props, variant names, content schemas
- For vertical/industry patterns: "beauty hero patterns", "supplements trust signals"
- For conversion techniques: "urgency patterns", "social proof placement"
- For workflow steps: "how to publish", "A/B test setup"
- For troubleshooting: "island not rendering", "publish fails"
- When unsure which island to use for a UI pattern
Workflow
- Call
search_docswith the user's query (or your own lookup query) - If results reference a skill by name, read it via
vibe://skills/{skillName}resource for full content - If results reference an island, read
vibe://catalog/islands/{name}for schema + props + variants - Synthesize relevant findings — don't dump raw results, extract what's actionable
Tool Usage
Primary search
{ "name": "search_docs", "arguments": { "query": "", "limit": 5 } }
Narrow by category
Use category to focus results:
islands— interactive component schemas, props, variantstools— MCP tool documentation and parametersrecipes— end-to-end workflows (ad-to-page, A/B testing, brand setup)vibe-page— page schema, theming, animations, publishingskills— conversion psychology, craft guide, generation protocols, verticalsverticals— industry-specific patterns (beauty, supplements, fashion, food, home, luxury)troubleshooting— common issues and fixesgetting-started— setup, auth, quickstartresources— MCP resources reference
Deep-read a skill
Read resource URI: vibe://skills/{skillName} Returns full markdown content of the skill file.
Available skills: craft-guide, conversion-psychology, generation-protocol, workflow-orchestration, island-patterns, visual-craft, premium-patterns, animation-system, design-enrichment, qa-recipe, vertical-beauty, vertical-fashion, vertical-food, vertical-home, vertical-luxury, vertical-supplements, cart-composition, cart-v2-management
Deep-read an island
Read resource URI: vibe://catalog/islands/{islandName} Returns schema with all props, variants, and usage hints.
Examples
| User asks | Search call | Follow-up | |-----------|------------|-----------| | "How does BuyBox work?" | search_docs({ query: "BuyBox", category: "islands" }) | Read vibe://catalog/islands/BuyBox | | "Beauty landing page patterns" | search_docs({ query: "beauty landing page", category: "verticals" }) | Read vibe://skills/vertical-beauty | | "Countdown urgency techniques" | search_docs({ query: "countdown urgency scarcity" }) | — | | "Publishing workflow" | search_docs({ query: "publish page workflow", category: "recipes" }) | Read vibe://skills/publishing | | "What islands handle reviews?" | search_docs({ query: "reviews testimonials", category: "islands" }) | Read vibe://catalog/islands/ReviewCarousel |
Tips
- Use specific terms, not vague questions — "BuyBox variant swatches" not "how to show products"
- Combine category filter with query for best results
- If search returns nothing, try broader terms or drop the category filter
- Skill resources contain full implementation guides — always read them when referenced
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Aetheria-Labs1
- Source: Aetheria-Labs1/storefront-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.