Recommends the optimal multi-agent coordination pattern based on task characteristics. Analyzes subtask count, dependencies, file overlap, quality requirements, and cost…
Multi-perspective code review using the Mixture-of-Agents pattern. Spawns independent perspective agents in parallel, then synthesizes their findings into a unified report with…
Adaptive quality gates based on project type. Configures which validation steps the ticket-implementation workflow enforces depending on whether the project is a prototype,…
Graduated knowledge system - corrections become temporary lessons that can graduate to permanent CLAUDE.md rules
Export tickets from the local ticket database to Jira-compatible CSV format. Use this skill when the user wants to migrate tickets to Jira, create a Jira backlog from…
Bootstrap a complete .github/workflows/ set for a new project: CI (build/test/lint), CD (workflow_dispatch with env choice + OIDC + ECR), security-scan (gitleaks + dependency scan…
Conversational interview skill that bridges the "I want to build X" to "here are tickets" gap. It classifies the idea against an archetype, designs a complete architecture using…
Analyze CLAUDE.md for bloat, redundancy, and anti-patterns. Use this skill when a user wants to lint, audit, or clean up their CLAUDE.md file.
Auto-generate reusable Artifex skills from completed workflow traces or manual specifications. Use this skill when the user wants to extract a repeatable workflow into a skill,…
Detect project tech stack and configure Claude Code hooks for mechanical enforcement of linting and security rules.
Eval-driven development — capture real failures from the ticket-implementation workflow, convert them into regression tests, track quality metrics over time, and use…
Conversational interview skill that bootstraps a project for agent-first engineering by producing lean, progressive-disclosure documentation.
Convert Markdown files to professionally styled PDFs with full Mermaid diagram support. Chains mmdc (Mermaid CLI) for diagram rendering with pandoc + tectonic for PDF generation.
Bi-directional sync between local ticket database and external PM tools (Linear, Jira). Use this skill when the user wants to connect their local tickets to Linear or Jira, import…
Upgrade existing Artifex projects and installations from v0.0.1 to v0.2.0 (and future versions). Use this skill when a user has an older Artifex project with tickets.db at the…
Scaffold a fresh infra/ directory tree for a new project using the canonical Artifex IaC layout. Use this skill when the user wants to bootstrap infrastructure-as-code for a new…
Day-to-day CI/CD helpers for Artifex projects. Use this skill when the user wants to watch a PR's CI run, trigger a deploy, or fetch failure logs from a workflow run.
Centralize Artifex per-project state (.artifex/ directories) under a single tracked repository. Use this skill when the user wants to bootstrap the shared project heads repo,…
DAG-based parallel pipeline execution for epics using isolated git worktrees. Use this skill when the user wants to implement an entire epic in parallel, analyze story…
Day-to-day Terraform wrapper for the Artifex directory-per-env layout. Use this skill when the user wants to plan, apply, or destroy Terraform infrastructure in a project…
SQLite-based ticket tracking for structured development workflows. Use this skill when the user asks to initialize a ticket database, import requirements, list tickets, get the…
File, deduplicate, and manage incident-driven tickets in Artifex. Use this skill when an automated source (CI pipeline failure, eval regression) needs to create a ticket, when you…
Diagnostic skill that profiles shell startup time, identifies bottlenecks from tool managers (NVM, pyenv, rbenv, conda), and provides lazy-loading optimizations.
Convert markdown project plans into requirements.json format for ticket-manager. Use this skill when the user has a markdown project plan that needs to be converted to structured…
Three-file state management for session continuity. Maintains STATE.md, DECISIONS.md, and PROGRESS.md as human-readable session context alongside the SQLite ticket database.
Trace instrumentation and observability for ticket implementations. Use this skill when the user asks to trace a ticket implementation, log implementation events, analyze a…
Execute systematic ticket implementation workflow with validation gates