The Install tab connects your workspace to the skills marketplace at skills.sh, letting you browse and install community-authored skill files with a single click. Every skill you install lands in your workspace’sDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/bastndev/f1/llms.txt
Use this file to discover all available pages before exploring further.
.agents/skills/ or .claude/skills/ folder and immediately appears in the Local tab.
Navigating to the Install tab
PressAlt+2 while the My Skills panel is focused, or run the command f1.mySkills.goInstall from the Command Palette.
The four skill sources
The Install tab is divided into four sections, each surfacing skills from a different source.All-time
The most-installed skills of all time, ranked by total install count. A good starting point when onboarding a new project type.
Trending (24h)
Skills whose install count has grown the most in the past 24 hours. Refreshed each time you open the tab.
🔥 Flame
Hot community skills pulled live from the public
bastndev/skills GitHub repository. Clicking a flame skill row (outside its Install button) opens that repository directly.Official
Curated skills published by official sources and indexed at
skills.sh/official. Organized by publisher, with each source showing a featured repository and total skill count.Searching for skills
Every source includes a search bar. Type at least two characters to filter skills by name or keyword. Search results update as you type and are powered by theskills.sh search API.
How installation works
When you click Install on a skill, F1 presents a quick-pick menu asking where to place it:| Choice | Target folder | Agent |
|---|---|---|
| Recommended | .agents/skills/ | OpenAI Codex and compatible agents |
| Claude Code | .claude/skills/ | Claude Code |
npx:
After installing
Once installation completes:- The skill folder appears under
.agents/skills/<name>/or.claude/skills/<name>/. - The Local tab refreshes automatically and shows the new skill.
- The skill’s
SKILL.mdmanifest is available to open from the Local tab.