ported/20260304-102613/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 behavioral rules that were originally enforced by platform lifecycle hooks. These rules describe automated behaviors that trigger at specific points in the agent workflow.
Trigger: Fires before the agent executes any action (file write, shell command, etc.)
Applies when: Action matches Write|Edit|Bash
This rule auto-approves file operations targeting deep-analysis session and cache directories. It prevents permission prompts from interrupting autonomous exploration workflows.
The implementation logic is in references/auto-approve-da-session.sh. This script:
.agents/sessions/__da_live__/, .agents/sessions/exploration-cache/, .agents/sessions/da-*/)What this component does: Defines automated behavioral rules that were originally enforced by platform lifecycle hooks.
Origin: Converted from 1 lifecycle hook (PreToolUse/before_action)
Capabilities needed:
Adaptation guidance:
references/ can be executed directly if the harness supports shell-based hooks.development
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.