dralgorhythm/claude-agentic-framework
Plugin Claude Code
Marketplace for the Claude Agentic Framework plugin.
dralgorhythm/claude-agentic-framework
Plugin Claude Code
Marketplace for the Claude Agentic Framework plugin.
dralgorhythm/claude-agentic-framework
Plugin Claude Code
Drop-in Claude Code framework: swarm orchestration workflows, curated knowledge skills, tiered worker agents, and fail-soft guardrail hooks.
dralgorhythm/claude-agentic-framework
Agent Claude Code
Senior architecture decisions. Use for complex design problems requiring deep analysis.
dralgorhythm/claude-agentic-framework
Agent Claude Code
Implementation, testing, and refactoring worker for swarm tasks. Use for parallel coding, test writing, and code cleanup.
dralgorhythm/claude-agentic-framework
Agent Claude Code
Codebase exploration and web research worker. Use for pattern search, dependency mapping, quick API/doc lookup, and library comparison.
dralgorhythm/claude-agentic-framework
Agent Claude Code
Deep research and investigation worker. Use for multi-source analysis, technology evaluation, competitive research, and comprehensive documentation.
dralgorhythm/claude-agentic-framework
Agent Claude Code
Code review, security audit, and QA worker for swarm tasks. Use for parallel review, vulnerability detection, and quality assessment.
dralgorhythm/claude-agentic-framework
Hook Claude Code
Runs when a session starts on startup, resume, compact and clear, executing session-start-loader.sh. From dralgorhythm/claude-agentic-framework.
dralgorhythm/claude-agentic-framework
Hook Claude Code
Runs before the agent uses a tool for Write, Edit, MultiEdit, NotebookEdit and Bash tool calls, executing pre-tool-use-validator.sh, dangerous-command-guard.sh, pre-commit-verification.sh, pre-push-main-blocker.sh and branch-pr-discipline.sh (6 commands). From dralgorhythm/claude-agentic-framework.
dralgorhythm/claude-agentic-framework
Hook Claude Code
Runs after a tool call finishes for Edit, MultiEdit and Write tool calls, executing post-tool-use-tracker.sh and post-edit-lint.sh (2 commands). From dralgorhythm/claude-agentic-framework.
dralgorhythm/claude-agentic-framework
Hook Claude Code
Runs when the agent finishes a response, executing stop-validator.sh. From dralgorhythm/claude-agentic-framework.
dralgorhythm/claude-agentic-framework
Hook Claude Code
Runs when a subagent finishes, executing subagent-stop-validator.sh. From dralgorhythm/claude-agentic-framework.
dralgorhythm/claude-agentic-framework
Hook Claude Code
Runs when a task is marked completed, executing task-quality-gate.sh. From dralgorhythm/claude-agentic-framework.
dralgorhythm/claude-agentic-framework
Settings file Claude Code
Agent settings declaring 6 hook events (SessionStart, PreToolUse, PostToolUse, Stop) and 211 allowed tools.
dralgorhythm/claude-agentic-framework
Skill Claude CodeCodex
Design systems and record architecture decisions as ADRs — a user-invoked Principal Architect workflow.
dralgorhythm/claude-agentic-framework
Skill Claude CodeCodex
Produces this framework's ADR and system-design artifacts from bundled templates with trade-off analysis. Use when designing a system or component, choosing between architectures, or recording an architecture decision in the planning flow.
dralgorhythm/claude-agentic-framework
Skill Claude CodeCodex
Document architectural decisions. Use when making significant technical decisions that should be recorded. Covers ADR format and decision documentation.
dralgorhythm/claude-agentic-framework
Skill Claude CodeCodex
Translate plans into working, tested code through implementation, debugging, and refactoring — a user-invoked Builder workflow.
dralgorhythm/claude-agentic-framework
Skill Claude CodeCodex
Audit a codebase holistically for SOLID, DRY, and consistency violations — a user-invoked Codebase Auditor workflow.
dralgorhythm/claude-agentic-framework
Skill Claude CodeCodex
Sequences safe dependency upgrades — verified pins, staged rollout, changelog gates. Use when upgrading or bumping a dependency, reviewing a Dependabot or Renovate PR, resolving a lockfile conflict, applying a CVE-driven update, or pinning a GitHub Action or git tag.
dralgorhythm/claude-agentic-framework
Skill Claude CodeCodex
Compiles REVIEW.md and keeps CLAUDE.md accurate as the two sanctioned surfaces for steering Anthropic's managed Code Review service, translating this repo's rules into terse reviewer imperatives. Use when creating or updating REVIEW.md, configuring or steering automated code review, or reconciling review instructions…
dralgorhythm/claude-agentic-framework
Skill Claude CodeCodex
Write effective tests for code quality and reliability. Use when implementing features, fixing bugs, improving coverage, or practicing TDD/test-driven development. Covers unit, integration, and E2E testing.
dralgorhythm/claude-agentic-framework
Skill Claude CodeCodex
Lands in-flight work: quality gates, atomic commit, rebase, push, verified remote sync, then handoff — a user-invoked finish-line workflow.
dralgorhythm/claude-agentic-framework
Skill Claude CodeCodex
Runs this framework's blameless postmortem workflow — reconstruct the incident timeline from evidence, drive five-whys to a mechanism-level root cause, and produce owner-and-due-date action items with a regression guard. Use when an incident just resolved, running an outage retrospective, writing a postmortem, or…