Skills from martinholovsky/claude-skills-generator
14 skills available
gsap
GSAP animations for JARVIS HUD transitions and effects
321 installs
ui-ux-expert
This skill provides comprehensive UI/UX and WCAG 2.2 guidance, component examples, and test scripts. It includes explicit instructions to run shell commands such as `npm run test:unit` and `npm run lighthouse`, which are security-relevant (script execution).
222 installs
tauri
This skill documents secure Tauri desktop patterns and implementation guidance. It includes explicit shell commands such as `cd src-tauri && cargo test`, network endpoints like `https://releases.example.com/...`, and environment/secret references such as `API_KEY` and `TAURI_PRIVATE_KEY`, which carry security-relevant effects.
192 installs
tailwindcss
Tailwind CSS utility-first styling for JARVIS UI components
160 installs
windows-ui-automation
This skill documents Windows UI Automation patterns and secure automation practices for interacting with processes and UI elements. It contains explicit test/run commands (e.g., `pytest tests/test_ui_automation.py`, `mypy src/automation`) and a permissive `elevated` tier with `allowed_operations: ['*']`.
109 installs
rabbitmq-expert
High-risk RabbitMQ administration guide that instructs running shell commands and altering server configuration. It includes `rabbitmqctl delete_user guest`, test commands like `pytest tests/test_message_queue.py -v`, credential-setting `rabbitmqctl add_user admin SecureP@ssw0rd`, and `rabbitmqctl set_permissions -p / app_user " .* " " .* " " .* "`.
90 installs
webgl
WebGL shaders and effects for JARVIS 3D HUD
83 installs
macos-accessibility
This skill documents macOS Accessibility automation using `AXUIElement`, TCC checks, code-signature verification, and test workflows. It includes explicit local command execution via `subprocess.run` (calls `codesign`) and `pytest` test commands that run CLI tools and test suites.
75 installs
applescript
This skill documents AppleScript/JXA automation patterns and secure execution practices for macOS. It includes examples that run `osascript` via `subprocess.run` and `asyncio.create_subprocess_exec`, enabling dynamic shell/script execution and access to `'/Applications/{app_name}.app'`.
72 installs
cicd-expert
High-risk skill: CI/CD pipeline guidance that contains steps executing shell commands which download-and-run remote scripts (e.g., `bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)`) and uses secrets like `SONAR_TOKEN`/`GITHUB_TOKEN` and network endpoints such as `ghcr.io` and `argocd.example.com`.
71 installs
web-audio-api
This skill provides Web Audio API utilities for audio feedback, voice processing, and spatial audio for JARVIS. It contains purpose-aligned network calls (`fetch(impulseUrl)`, `'/audioWorklets/noiseGate.js'`) and suggests running local commands (`npm test -- --grep "audio|sound|HUD"`) — both low-risk.
71 installs
javascript-expert
This skill provides comprehensive JavaScript guidance for ES6+, async patterns, Node.js, testing, performance, and security best practices. It includes developer commands such as `npm test` and recommends `Use environment variables for secrets`, which are standard development operations and pose minimal risk.
71 installs
typescript-expert
Expert TypeScript developer specializing in type-safe application development, advanced type systems, strict mode configuration, and modern TypeScript patterns. Use when building type-safe applications, refactoring JavaScript to TypeScript, or implementing complex type definitions.
70 installs
celery-expert
Expert Celery distributed task queue engineer specializing in async task processing, workflow orchestration, broker configuration (Redis/RabbitMQ), Celery Beat scheduling, and production monitoring. Deep expertise in task patterns (chains, groups, chords), retries, rate limiting, Flower monitoring, and security best practices. Use when designing distributed task systems, implementing background job processing, building workflow orchestration, or optimizing task queue performance.
69 installs