Sub-skill of raycast-alfred: 6. Keyboard Shortcuts and Snippets.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill 6-keyboard-shortcuts-and-snippets --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 6 Keyboard Shortcuts And Snippets?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-6-keyboard-shortcuts-and-snippets-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: raycast-alfred-6-keyboard-shortcuts-and-snippets
description: 'Sub-skill of raycast-alfred: 6. Keyboard Shortcuts and Snippets.'
version: 1.0.0
category: operations
type: reference
scripts_exempt: true
---
# 6. Keyboard Shortcuts and Snippets
## 6. Keyboard Shortcuts and Snippets
```json
// raycast-snippets.json
// ABOUTME: Text expansion snippets
// ABOUTME: Common code templates and text patterns
{
"snippets": [
{
"name": "Python main block",
"keyword": "pymain",
"text": "if __name__ == \"__main__\":\n main()"
*See sub-skills for full details.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.