Keep going
Keep learning with Rundown Pro
Pro adds the full on-demand course library, certifications, group office hours, and eligible member perks.
$29/mo, cancel anytime
Guides Claude published jan 21, 2026
This guide shows you how to supercharge Claude Code by adding a marketplace of skills from the CLI. You’ll quickly browse, install, and use skills that help Claude work with documents, frontend design, and project files.
You’ll set up Claude Code with reusable skills, then use those skills to create practical outputs from your own project context.
Open your terminal, type claude, and press Enter. Then add the Claude skills marketplace by running: /plugin marketplace add anthropics/skills.
Type /plugins and press Enter. Use Tab to toggle between menus, then press Tab twice to go to Marketplace.
Highlight claude-plugins-official, press Enter, and select “Browse plugins.”
Create a new folder and open it in your code editor. Add project context, such as a Markdown file with a project plan or a CSV with data.
In the example, the folder includes a Markdown file with stats and news about the current NBA season.
Optionally, initialize Git by running git init in your terminal.
Run claude /init and press Enter. This tells Claude to create a Claude.md instructions file that it can update as it works.
Ask Claude to create a PDF explaining the Markdown file you added. Explicitly tell it to use the PDF doc tool.
Create a PDF explaining the Markdown file in this project. Use the PDF doc tool.
Use the frontend-design tool to create a simple landing page based on your Markdown document.
Use frontend-design to create a simple landing page based on my Markdown document.In the example, Claude was asked to create an early 2000s-style sports website.
Keep going
Pro adds the full on-demand course library, certifications, group office hours, and eligible member perks.
$29/mo, cancel anytime