Claude-skill-registry cursor-hello-world
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cursor-hello-world" ~/.claude/skills/majiayu000-claude-skill-registry-cursor-hello-world && rm -rf "$T"
manifest:
skills/data/cursor-hello-world/SKILL.mdsource content
Cursor Hello World
Overview
This skill helps you create your first project with Cursor AI features. It provides a quick 5-minute getting started guide covering tab completion, AI chat, and Composer to help you understand and use Cursor's core AI capabilities.
Prerequisites
- Cursor IDE installed (from cursor.com)
- Account created and authenticated
- Basic programming knowledge
- Project folder ready
Instructions
- Create new project folder and open in Cursor
- Create a new file and start typing code
- Accept AI suggestions with Tab key
- Try AI Chat (Cmd+L) with a question
- Try Composer (Cmd+I) for multi-file generation
- Explore inline edit (Cmd+K) for quick fixes
Output
- Working Cursor installation
- First AI-generated code
- Understanding of core features
- Foundation for advanced usage
Error Handling
See
{baseDir}/references/errors.md for comprehensive error handling.
Examples
See
{baseDir}/references/examples.md for detailed examples.