Results for “install-hooks”
19 skillshooks-setup
Installs and configures auto-evolve hooks for Claude Code, tracking skill usage, capturing feedback, and auto-committing improvements.
10
agent-sort
Classifies ECC components (skills, commands, rules, hooks) into DAILY and LIBRARY buckets based on evidence from the actual codebase, producing an install plan and verification report.
226k
More results
holoscan-setup
Inspects the host system, assesses platform compatibility, and recommends the correct Holoscan SDK installation method, then delegates to a method-specific install skill.
2.2k · bundle
holoscan-install-wheel
Install the Holoscan SDK Python wheel via pip into a virtual environment and verify with example scripts.
2.2k · bundle
skill-installer
Install skills from a curated list or any GitHub repository, including private repos, using helper scripts.
23.3k · bundle
setup-local-sdk
Install a .NET SDK into a project-local directory for safe preview testing, version pinning, or reproducible team setups without modifying the system-wide installation.
4k
skill-installer
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path.
66.9k · bundle
agenticskills
Installs the oh-my-gods bundle of 80+ curated agent skills onto a machine in one step, targeting Claude Code, Codex CLI, Antigravity/Gemini, and OpenCode runtimes.
42 · bundle
webhook-debugger
Debugs webhooks by installing the Stripe Node.js library and referencing its API documentation.
28
implementing-canary-tokens-for-network-intrusion
Deploys DNS, HTTP, and AWS API key canary tokens across network infrastructure to detect unauthorized access and lateral movement, with webhook alerting to Slack, Teams, email, or generic HTTP endpoints.
24.6k · bundle
deploy-to-heroku
Deploy applications to Heroku with safe, read-only inspection first. Use when the agent needs to assess Heroku readiness, choose between Heroku Git and container deployment, create or target an app, wire a Heroku remote, or perform a controlled Heroku deployment.
0 · bundle
heroku-applink-connections
Set up and manage Heroku AppLink org connections and JWT authorizations for Salesforce or Data Cloud. Use when the agent needs to provision the Heroku AppLink add-on, install the AppLink CLI plugin, inspect AppLink connection setup, review connection prerequisites or connection state, connect Salesforce orgs, create JWT authorizations, review trusted org connection security, or reason about environment mapping for AppLink connections on Heroku.
0 · bundle
holoscan-install-source
Build the Holoscan SDK from source using its in-tree Docker-based build script, producing a local install tree for CMake-based applications.
2.2k · bundle
databricks-deploy
Ad-Hoc Raw Upload to Databricks
0
dokku-docker-powered-mini-heroku-self-hosted-paas
Deploys applications to a self-hosted Platform-as-a-Service using Dokku, supporting buildpacks, Dockerfiles, custom domains, and SSL via Let's Encrypt.
28
skill-scout
Scans a project for stack signals and pain points, searches the skills-hub registry and local skills, scores candidates, and presents a ranked shortlist with install commands.
13
checkov-iac-scanner
Scans infrastructure-as-code files for security and compliance misconfigurations using Checkov, with support for Terraform, Kubernetes, and other formats.
28
skill-drift-guard
Scans local repos and AI agent skill folders for security drift, saves trusted baselines, and compares changes after updates to highlight risky new capabilities.
10 · bundle
python-ai-precommit-setup
Set up pre-commit hooks on a Python project — standard file-hygiene checks plus a security gate (gitleaks secret scanning, Trivy filesystem scan for CVEs/secrets/misconfigs, and Bandit Python SAST). Use this whenever the user wants to add, configure, or fix pre-commit hooks on a Python repo, mentions .pre-commit-config.yaml, wants secret/vulnerability/SAST scanning on commits, or is setting up code-quality guardrails — even if they just say 'add pre-commit hooks' without naming the tools. Especially for uv-based GenAI/LLM backends. Handles the setup gotchas that break first-time installs: the Trivy binary, the required data/html.tpl report template, bandit[toml] + [tool.bandit] config, and the right .gitignore entries.