一键导入
fa-help
Answer Font Awesome questions using the official documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Answer Font Awesome questions using the official documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add a Font Awesome icon to the user's project, generating the correct code for their integration method
Set up Font Awesome in a project from scratch, including Kit download and package configuration
Suggest an icon suitable for a particular situation, noun, verb, or concept
| name | fa-help |
| description | Answer Font Awesome questions using the official documentation |
| user-invokable | true |
| args | [{"name":"question","description":"A question about Font Awesome (setup, styling, troubleshooting, APIs, upgrading, etc.)","required":true}] |
Answer Font Awesome questions by fetching and citing the official documentation. This skill grounds answers in authoritative, version-accurate content rather than relying on training data that may be stale.
Font Awesome publishes LLM-friendly docs at https://docs.fontawesome.com. The index at /llms.txt lists every available page. Each page is a self-contained Markdown file with headings, tables, and code examples.
Fetch the documentation index. Use WebFetch to retrieve https://docs.fontawesome.com/llms.txt. This file lists every available documentation page with its URL and a short description. Use a prompt like: "Return the complete content of this file exactly as-is. I need to see every URL and its description."
Identify the relevant page(s). Read the user's question and scan the llms.txt index to find the most relevant documentation URL(s). The URLs end in .md and the path structure is descriptive (e.g., /web/setup/use-kit.md, /web/style/animate.md, /web/use-with/react/troubleshoot.md). Most questions map to one or two pages. If a question spans topics, pick the most specific page first.
Fetch the documentation page(s). Use WebFetch to retrieve the relevant Markdown page(s) identified in the previous step. Fetch the most specific page first. If the answer requires context from a second page, fetch that too — but limit yourself to three pages maximum per question.
When fetching, use a prompt like: "Return the full content of this documentation page as Markdown. Preserve all headings, code blocks, and tables."
Synthesize the answer. Using the fetched documentation as your primary source:
.font-awesome.md file in their project, tailor the answer to their specific integration method, version, and license.Cite the source. At the end of your answer, include a link to the documentation page(s) you referenced so the user can read more. Convert the .md URL to a web URL by removing the .md extension. For example:
Source: Use a Kit
Offer related skills. If the answer naturally leads to an action the user could take, offer the relevant skill:
/add-icon/setup-fa/suggest-icon<svg> output of a Font Awesome icon, do not generate it from your own knowledge or training data. Direct them to use /add-icon which can fetch authoritative SVG markup from the Font Awesome API..font-awesome.md exists, tailor examples to their setup rather than showing generic code.