ported/20260305-085418/core-tools/skills/lifecycle-hooks/SKILL.md
Behavioral rules and lifecycle event handlers for the core-tools package. Defines automated behaviors that trigger at specific points in the agent workflow. (converted from hooks)
npx skillsauth add sequenzia/agent-alchemy lifecycle-hooksInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill defines automated behaviors that trigger at specific points in the agent workflow for the core-tools package.
Trigger: Fires before the agent executes any action (file write, shell command, etc.)
Applies when: Action matches Write|Edit|Bash
Auto-approve file operations targeting deep-analysis session and cache directories. This allows the deep-analysis workflow to write session files (checkpoints, findings, cache) without requiring manual approval for each operation.
The implementation logic is in references/auto-approve-da-session.sh. This script:
.agents/sessions/__da_live__/, .agents/sessions/exploration-cache/, or .agents/sessions/da-*/ directoriestool_name and tool_input fields)This skill documents lifecycle automation that was originally implemented as platform-specific hooks. When integrating with a specific agent platform:
before_action trigger to the platform's pre-execution hook mechanism (e.g., PreToolUse in Claude Code, pre-action middleware in other platforms).agents/sessions/ subdirectories specific to the deep-analysis workflowdevelopment
Systematic, hypothesis-driven debugging workflow with triage-based track routing. Use when asked to "fix this bug", "debug this", "why is this failing", "this is broken", "investigate this error", "track down this issue", or any debugging situation. Supports --deep flag to force full investigation.
development
Executes diagnostic investigation tasks to test debugging hypotheses. Runs tests, traces execution, checks git history, and reports evidence. (converted from agent)
content-media
Provides architectural pattern knowledge for designing feature implementations including MVC, event-driven, microservices, and CQRS patterns. Use when designing system architecture or choosing implementation patterns.
documentation
Provides Mermaid diagram syntax, best practices, and styling rules for technical visualizations. Use when creating diagrams, flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, architecture diagrams, C4 diagrams, or any visual documentation in markdown.