Quickstart
Get a Lore skill into your AI harness in under 5 minutes.
Prerequisites
- A Lore account at lore.infraestrutura.app
- The Lore CLI installed (see Installation)
1. Log in
lore loginThis opens a browser window for OAuth authentication. Your credentials are stored securely in the system keychain.
2. Pull a skill
lore pull m1cloud/azure-architect:1.0.0The CLI decompresses the .lore archive and writes platform-specific artifacts to your project directory based on the detected AI runtime.
3. Use the skill
For Claude Code:
# The skill is now available in your CLAUDE.md
cat .claude/skills/azure-architect/SKILL.mdNext Steps
- CLI Reference — full command documentation
- Package Authoring — create and publish your own skills
- MCP Server — online access without pulling files