Back to Skills

ac-hooks-manager

adaptationio
Updated 3 days ago
4 views
6
6
View on GitHub
Othergeneral

About

The ac-hooks-manager skill handles installation and management of Claude Code hooks for autonomous coding operations. It enables autonomous continuation via Stop hooks and manages security/processing through pre/post tool hooks. Developers should use it when setting up or configuring hook systems for automated Claude workflows.

Quick Install

Claude Code

Recommended
Primary
npx skills add adaptationio/Skrillz -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/adaptationio/Skrillz
Git CloneAlternative
git clone https://github.com/adaptationio/Skrillz.git ~/.claude/skills/ac-hooks-manager

Copy and paste this command in Claude Code to install this skill

GitHub Repository

adaptationio/Skrillz
Path: .claude/skills/ac-hooks-manager
0

Related Skills

ac-state-tracker

Other

The AC State Tracker provides persistent state management for autonomous coding sessions, enabling saving/loading progress and tracking features across sessions. Developers should use it when needing to maintain execution state, feature status, checkpoints, or handoff data between coding iterations. It handles feature tracking, progress logging, and checkpoint management through simple save/load methods.

View skill

ac-session-manager

Other

The ac-session-manager skill handles autonomous coding session lifecycle, including detecting session types (initial vs. continuation) and managing auto-continuation between sessions. Developers should use it when starting or resuming coding sessions to maintain state and ensure smooth transitions. It provides session creation, configuration, and graceful shutdown with state preservation capabilities.

View skill

ac-security-sandbox

Other

The AC Security Sandbox provides defense-in-depth security for autonomous code execution with OS-level isolation, filesystem permissions, and command allowlisting. Developers should use it when validating commands, configuring permissions, or managing allowlists to ensure safe execution. It enables secure command validation and restricted path access within isolated environments.

View skill

ac-config-manager

Other

The AC Config Manager skill provides centralized configuration management for autonomous coding workflows. Developers should use it when loading settings, managing environment variables, or configuring providers like LLM models and safety limits. It handles environment setup, provider configurations, and autonomous mode options through a simple Python interface.

View skill