Parcourez et installez des milliers de compétences pour AI Agents dans le répertoire Killer-Skills. Compatible avec Claude Code, Windsurf, Cursor et plus.
Set up Claude Code context for a project. Analyzes tech stack, installs relevant skills from skills.sh, generates custom skills, and configures MCP servers. Use when starting new project, setting up AI context, or asking set up project, configure AI, what skills do I need.
Run Maven tests in this repo with a consistent workflow (module clean, root -Pquick clean install to refresh .m2_repo, then module verify or a single test class/method). Use when asked to run tests/verify in the rdf4j multi-module build or when the user says mvnf.
Create, alter, and validate Snowflake semantic views using the Snowflake CLI (`snow`). Use when asked to build or troubleshoot semantic views or semantic layer definitions with CREATE/ALTER SEMANTIC VIEW, to validate semantic view DDL against Snowflake via the CLI, or to guide Snowflake CLI installation and connection setup.
Mobile automation skill for the local `agent-mobile` CLI. Use when Codex needs to operate an iOS simulator or Android device with `agent-mobile`, including checking the environment, listing or booting devices, creating sessions, launching or installing apps, capturing UI snapshots with `@eN` refs, tapping/filling/typing/selecting/scanning UI, waiting for state changes, reading element properties, taking screenshots or recordings, streaming logs, or automating end-to-end mobile app flows.
Python virtual environment management using uv for fast and reliable environment setup. Create, maintain, and manage Python virtual environments with dependency management. Use uv for environment creation, package installation, dependency resolution, and project configuration. Use when setting up new Python projects, managing dependencies, troubleshooting environment issues, or ensuring reproducible development environments.
Synchronises all dependency files from the actual imports in the codebase. Use when asked to update requirements.txt, sync dependencies, update pyproject.toml dependencies, fix requirements, update deps, sync deps, update dependency files, or update renv/environment.yml. Scans all Python source files for third-party imports, resolves PyPI package names, fetches installed versions, then writes requirements.txt and updates pyproject.toml [project.dependencies] — keeping every dep file in sync with a single source of truth.
Use this skill when writing Python code that interacts with Moru cloud sandboxes. This includes: creating sandboxes with `Sandbox.create()`, running commands with `sbx.commands.run()`, reading and writing files with `sbx.files.read()` and `sbx.files.write()`, working with persistent volumes using the `Volume` class, building custom templates with the `Template` builder, handling background processes, streaming command output, and async operations with `AsyncSandbox`. The skill covers the complete Python SDK API including error handling with `TimeoutException`, `CommandExitException`, `AuthenticationException`, and other exceptions from `moru.exceptions`. Use this skill whenever users want to: execute code safely in isolated environments, build AI agents that run untrusted code, create data processing pipelines, run web scrapers, set up development environments, or any Python automation involving Moru sandboxes. Triggers on: moru python, from moru import, Sandbox.create, pip install moru, moru sdk python, python sandbox, AsyncSandbox, Volume.create, Template.build, or any Python code that needs to run in isolated cloud environments. Do NOT use this skill for JavaScript/TypeScript code - use moru-javascript instead.