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.

My Skills is the activity-bar panel (myskills-activity) in F1 that manages skill files — the Markdown files your AI coding agents read for project context. Instead of re-explaining your architecture, package manager, scripts, and conventions at the start of every agent session, you write them once as a skill and every agent picks them up automatically.

What is a skill?

A skill is a Markdown file placed at your workspace root or inside a dedicated skills folder. The three primary skill file names are:
  • AGENTS.md — repository-wide instructions for OpenAI Codex and compatible agents.
  • CLAUDE.md — Claude Code–specific workflow notes; may reference AGENTS.md with @AGENTS.md.
  • DESIGN.md — design-system and UI guidelines for design-aware agents.
Skills installed from the marketplace live under .agents/skills/<name>/ or .claude/skills/<name>/ and each contain a SKILL.md manifest. F1 watches all of these locations and keeps the panel in sync automatically.

Opening My Skills

Press Ctrl+3 from anywhere in VS Code to focus the My Skills panel. You can also run the command f1.mySkills.openCreate from the Command Palette to jump directly to the Create tab.

The three tabs

My Skills is organized into three tabs, each with its own keyboard shortcut when the panel is focused:
TabShortcutPurpose
CreateAlt+1Generate AGENTS.md, CLAUDE.md, or DESIGN.md
InstallAlt+2Browse and install skills from the marketplace
LocalAlt+3Manage skills already present in your workspace

Why skills matter

AI coding agents are stateless by default — they have no memory of your project’s package manager, test commands, build pipeline, or naming conventions. A well-crafted skill file answers all of these questions upfront, reducing the time agents spend exploring the workspace and the number of incorrect assumptions they make. The F1 skill system makes it easy to create, share, and reuse these context files across projects.

Install Skills

Browse All-time, Trending (24h), 🔥 Flame, and Official skill sources. One click installs a skill directly to your workspace.

Create Skills

Generate AGENTS.md, CLAUDE.md, and DESIGN.md files with guided wizards and 8 technology categories.

Local Skills

View, enable, disable, save, and delete skill files that are already in your current workspace.

Keyboard shortcuts reference

ActionShortcut
Focus My Skills panelCtrl+3
Switch to Create tabAlt+1
Switch to Install tabAlt+2
Switch to Local tabAlt+3
The Alt+1, Alt+2, and Alt+3 shortcuts switch tabs inside the My Skills webview. They work when the panel is open and focused.

Build docs developers (and LLMs) love