SessionStart
01SebastianLuser/claude-code-arcane
Hook Claude Code
Runs when a session starts, executing session-start.sh, detect-division.sh and detect-gaps.sh via bash (3 commands). From SebastianLuser/claude-code-arcane.
SebastianLuser/claude-code-arcane
Hook Claude Code
Runs when a session starts, executing session-start.sh, detect-division.sh and detect-gaps.sh via bash (3 commands). From SebastianLuser/claude-code-arcane.
SebastianLuser/claude-code-arcane
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing validate-commit.sh, validate-push.sh and validate-secrets.sh via bash (3 commands). From SebastianLuser/claude-code-arcane.
SebastianLuser/claude-code-arcane
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing validate-assets.sh and validate-skill-change.sh via bash (2 commands). From SebastianLuser/claude-code-arcane.
SebastianLuser/claude-code-arcane
Hook Claude Code
Runs when the agent sends a notification, executing notify.sh via bash. From SebastianLuser/claude-code-arcane.
SebastianLuser/claude-code-arcane
Hook Claude Code
Runs before the context is compacted, executing pre-compact.sh via bash. From SebastianLuser/claude-code-arcane.
SebastianLuser/claude-code-arcane
Hook Claude Code
Runs after the context is compacted, executing post-compact.sh via bash. From SebastianLuser/claude-code-arcane.
SebastianLuser/claude-code-arcane
Hook Claude Code
Runs when the agent finishes a response, executing session-stop.sh via bash. From SebastianLuser/claude-code-arcane.
SebastianLuser/claude-code-arcane
Hook Claude Code
Runs when a subagent starts, executing log-agent.sh via bash. From SebastianLuser/claude-code-arcane.
SebastianLuser/claude-code-arcane
Hook Claude Code
Runs when a subagent finishes, executing log-agent-stop.sh via bash. From SebastianLuser/claude-code-arcane.
SebastianLuser/claude-code-arcane
Settings file Claude Code
Agent settings declaring 9 hook events (SessionStart, PreToolUse, PostToolUse, Notification) and 21 allowed tools.
SebastianLuser/claude-code-arcane
Skill Claude CodeCodex
Add individual skills or entire profiles to the current Arcane installation without reinstalling.
SebastianLuser/claude-code-arcane
Skill Claude CodeCodex
Remove the entire Arcane installation from the current project.
SebastianLuser/claude-code-arcane
Skill Claude CodeCodex
List all available Arcane profiles and skills from the source repo, marking installed ones.
SebastianLuser/claude-code-arcane
Skill Claude CodeCodex
Remove skills, profiles, or agents from the current Arcane installation.
SebastianLuser/claude-code-arcane
Skill Claude CodeCodex
Show installed Arcane profiles, skills, rules and agents from arcane-manifest.json.
SebastianLuser/claude-code-arcane
Skill Claude CodeCodex
Genera changelog desde git log entre dos tags/commits, agrupado por tipo (feat/fix/refactor/docs/test/chore). Usar cuando se mencione: changelog, release notes, qué cambió, historial de cambios.
SebastianLuser/claude-code-arcane
Skill Claude CodeCodex
Auditoría rápida de calidad y seguridad: lint, type-check, tests, secrets, deps vulnerables. Reporta findings con severidad.
SebastianLuser/claude-code-arcane
Skill Claude CodeCodex
Architectural and quality code review: standards compliance, SOLID principles, testability, performance.
SebastianLuser/claude-code-arcane
Skill Claude CodeCodex
Crea un git commit siguiendo conventional commit format. Revisa diffs, sugiere type/scope, escribe mensaje conciso. No hace push.
SebastianLuser/claude-code-arcane
Skill Claude CodeCodex
Carga contexto completo del proyecto al inicio de la sesión: stack, estructura, git state, archivos clave. Mejora respuestas posteriores.
SebastianLuser/claude-code-arcane
Skill Claude CodeCodex
Crea un pull request del branch actual usando gh CLI. Genera title + body con summary y test plan.
SebastianLuser/claude-code-arcane
Skill Claude CodeCodex
Analyzes what is done and the users query and offers advice on what to do next. Use if user says what should I do next or what do I do now or I'm stuck or I don't know what to do.
SebastianLuser/claude-code-arcane
Skill Claude CodeCodex
Generate design or architecture documents from existing implementation. Works backwards from code/prototypes to create missing planning docs.
SebastianLuser/claude-code-arcane
Plugin Claude Code
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.