Agent skill
raycast-alfred-common-issues
Sub-skill of raycast-alfred: Common Issues (+1).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/operations/devtools/raycast-alfred/common-issues
SKILL.md
Common Issues (+1)
Common Issues
Issue: Raycast extension not loading
# Clear Raycast cache
rm -rf ~/Library/Caches/com.raycast.macos
# Rebuild extension
cd your-extension
npm run build
# Check for errors
npm run lint
Issue: Alfred workflow not executing
# Check script permissions
chmod +x workflow-script.sh
# Test script manually
./workflow-script.sh "test query"
# Check Alfred debug log
# Alfred Preferences > Workflows > Click workflow > Debug
Issue: AppleScript permissions
-- Grant accessibility permissions
-- System Preferences > Security & Privacy > Privacy > Accessibility
-- Test permissions
tell application "System Events"
set frontApp to name of first application process whose frontmost is true
end tell
Debug Commands
# Test Raycast script command
./script.sh "test argument"
# Test Alfred Python script
python3 workflow.py "test query" | jq
# Check Alfred workflow variables
echo $alfred_workflow_data
# Monitor Raycast logs
log stream --predicate 'subsystem == "com.raycast.macos"'
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?