sequant
01Plugin Claude Code
Sequant's own marketplace — the AI coding agent orchestrator that turns GitHub issues into reviewed, merge-ready pull requests through isolated spec/exec/qa phases.
Plugin Claude Code
Sequant's own marketplace — the AI coding agent orchestrator that turns GitHub issues into reviewed, merge-ready pull requests through isolated spec/exec/qa phases.
Plugin Claude Code
AI coding agent orchestrator for Claude Code — resolve GitHub issues end-to-end with isolated git worktrees and quality gates, through spec → exec → qa phases.
Agent Claude Code
Implementation agent for sequant /exec parallel groups. Handles component creation, type definitions, CLI scripts, and refactoring tasks. Use when spawned by the /exec skill to implement a specific subtask in a feature worktree.
Agent Claude Code
Quality check agent for sequant /qa phase. Runs type safety, scope/size, security, and documentation checks on diffs. Use when spawned by the /qa skill to perform parallel or sequential quality checks.
Agent Claude Code
Test stub generator for sequant /testgen phase. Parses verification criteria from /spec comments and generates Jest/Vitest test stubs with Given/When/Then structure. Use when spawned by the /testgen skill.
Hook Claude Code
Runs after a tool call finishes for Task and TodoWrite tool calls, executing post-tool.sh (3 commands). From sequant-io/sequant.
Hook Claude Code
Runs before the agent uses a tool for Task tool calls, executing pre-tool.sh (2 commands). From sequant-io/sequant.
Hook Claude Code
Runs when a session ends, executing capture-tokens.sh (2 commands). From sequant-io/sequant.
Hook Claude Code
Runs when a session starts, running entire hooks claude-code session-start. From sequant-io/sequant.
Hook Claude Code
Runs when the agent finishes a response, running entire hooks claude-code stop. From sequant-io/sequant.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running entire hooks claude-code user-prompt-submit. From sequant-io/sequant.
Settings file Claude Code
Agent settings declaring 6 hook events (PostToolUse, PreToolUse, SessionEnd, SessionStart).
Skill Claude CodeCodex
Issue triage and status assessment - analyze current state, detect health signals, and recommend next action with full workflow plan.
Skill Claude CodeCodex
Repository Cleanup Command.
Skill Claude CodeCodex
Phase 4 - Generate admin-facing documentation for implemented features before merging.
Skill Claude CodeCodex
Phase 2 - Implementation loop for a single GitHub issue until Acceptance Criteria are satisfied (or as close as practical).
Skill Claude CodeCodex
Complete issue resolution with integrated quality loops - spec → exec → test → qa with auto-fix iterations.
Skill Claude CodeCodex
Codebase analysis, improvement discovery, issue creation, and execution pipeline.
Skill Claude CodeCodex
Quality loop - Parse test/QA findings and iterate until quality gates pass.
Skill Claude CodeCodex
Multi-issue integration and merge skill - handles post-QA integration of completed worktrees.
Skill Claude CodeCodex
Code review + QA vs Acceptance Criteria, including A+ status suggestions and review comment draft.
Skill Claude CodeCodex
Strategic reflection on workflow effectiveness and continuous improvement.
Skill Claude CodeCodex
Automates the full release workflow: version bump, git tag, GitHub release, and npm publish.
Skill Claude CodeCodex
Deep security analysis for sensitive features (auth, payments, admin, API routes, file operations).