mcpbeat Sign in

Faq Page Agent Skill

| A Frequently Asked Questions (FAQ) page with collapsible accordion sections, search functionality, and category filtering. Use when the brief asks for "FAQ", "help center", "questions", or "support page".

5k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
83386
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/nexu-io/open-design --skill faq-page

What comes with it

16 995 bytes besides the instruction
example.html

The instruction itself

4 sections, as written by the author

FAQ Page Skill

Produce a single FAQ page with collapsible accordion sections, search, and category filtering.

Workflow

  • Read the active DESIGN.md (injected above). Use the component tokens for

interactive elements (accordion headers, search input, category pills).

  • Pick the domain from the brief (e.g., SaaS product, e-commerce, service)

and write 12–18 real FAQ entries across 3–4 categories.

  • Edge cases:
  • If the brief provides fewer than 8 FAQs, ask for more content or generate

realistic questions based on the domain.

  • For 1–5 FAQs, skip categories and search; show a simple list.
  • For very long answers (>100 words), break into paragraphs or bullet points

to maintain readability.

  • Sections, in order:
  • Header — page title ("Frequently Asked Questions" or "Help Center"),

optional subtitle (1 sentence explaining what users can find here).

  • Search bar — prominent search input with placeholder text and icon.

Functional JS to filter questions in real-time.

  • Category filters — 3–4 pill-style buttons to filter by category

(e.g., "Billing", "Account", "Technical", "General"). "All" selected by default.

  • FAQ accordion — collapsible question/answer pairs:
  • Question as clickable header with expand/collapse icon (chevron or plus/minus).
  • Answer hidden by default, expands on click with smooth animation.
  • Each entry has data-category attribute for filtering.
  • Footer CTA — "Still have questions?" section with contact link or

support email.

  • Write a single HTML document:
  • <!doctype html> through </html>, CSS and JS inline.
  • Accordion uses semantic HTML (<details> and <summary> for progressive

enhancement, or custom JS with proper ARIA attributes).

  • Search filters questions by matching text in question or answer.
  • Category filters show/hide questions based on data-category.
  • Smooth transitions for expand/collapse (max-height or grid-template-rows).
  • data-od-id on header, search, categories, accordion container, footer.
  • Self-check:
  • Questions are specific and realistic (not generic placeholders).
  • Answers are concise (2–4 sentences) but complete.
  • Keyboard navigation works (Tab through questions, Enter to expand).
  • Search is case-insensitive and filters by matching text.
  • Only one accordion item expanded at a time (optional, depends on UX preference).
  • Mobile-friendly (accordion headers are tappable, search is usable).

Output contract

Emit between <artifact> tags:

<artifact identifier="faq-page" type="text/html" title="FAQ Page">
<!doctype html>
<html>...</html>
</artifact>

One sentence before the artifact, nothing after.

Example questions by category

Billing

  • How do I update my payment method?
  • What payment methods do you accept?
  • Can I get a refund?
  • How do I cancel my subscription?

Account

  • How do I reset my password?
  • Can I change my email address?
  • How do I delete my account?
  • What happens to my data after I cancel?

Technical

  • What browsers do you support?
  • Is there a mobile app?
  • How do I export my data?
  • What are your API rate limits?

General

  • What is [Product Name]?
  • How do I get started?
  • Do you offer customer support?
  • Where can I find your terms of service?

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take nexu-io/faq-page from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.