Skip to main content

Documentation 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.

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’s .agents/skills/ or .claude/skills/ folder and immediately appears in the Local tab. Press Alt+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 the skills.sh search API.

How installation works

When you click Install on a skill, F1 presents a quick-pick menu asking where to place it:
ChoiceTarget folderAgent
Recommended.agents/skills/OpenAI Codex and compatible agents
Claude Code.claude/skills/Claude Code
F1 then runs the following command in your workspace root via npx:
npx -y skills add <source> --skill <skillId> -a <agent> -y
A VS Code progress notification appears while the install is in progress. On success you will see a confirmation toast; on failure the error output from the CLI is surfaced in another notification.
A workspace folder must be open before installing. F1 installs skills into the workspace root and cannot write files without a folder.

After installing

Once installation completes:
  1. The skill folder appears under .agents/skills/<name>/ or .claude/skills/<name>/.
  2. The Local tab refreshes automatically and shows the new skill.
  3. The skill’s SKILL.md manifest is available to open from the Local tab.
Installed skills from the marketplace can be attached as skill chips in the F1 Prompt Composer. Open the Prompt tool in the CLI Hub, type @, and select the skill to inject its content as structured context before sending a prompt to your agent.

Loading more results

The All-time source supports pagination. Once the initial list is loaded, a Load more action appears at the bottom of the list to fetch the next page of results.

Build docs developers (and LLMs) love