artgraph-setup

Install and configure the artgraph CLI with detected package managers.

12|2|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/mori-shin-x/artgraph --skill artgraph-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artgraph-setup
Source: https://github.com/mori-shin-x/artgraph/tree/main/.cursor/skills/artgraph-setup
Command: npx skills add https://github.com/mori-shin-x/artgraph --skill artgraph-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual overhead of configuring artgraph, ensuring your project's specs, code, and tests remain synchronized without LLM-based drift.

Core Features & Use Cases

  • Automated Installation: Detects your package manager (npm, pnpm, bun, or deno) and installs artgraph with the correct configuration.
  • Environment Integration: Automatically wires up hooks, agent-context snippets, and SDD-tool integrations (Spec Kit/Kiro) to maintain project integrity.
  • Use Case: When starting a new project or onboarding a new agent, use this Skill to instantly verify that your requirement-to-code mapping is active and that the agent is configured to prevent drift.

Quick Start

Use the artgraph-setup skill to install artgraph and configure the project hooks for the current agent.

Frequently Asked Questions about artgraph-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate setup for drift detection between specifications and code?

Automating drift detection setup is done by installing and configuring the artgraph CLI tool, which wires up hooks and markers to maintain deterministic synchronization between project specifications and implementation code.

Does artgraph work with different package managers like npm, pnpm, bun, and deno?

Yes, artgraph setup supports multiple package managers by automatically detecting whether your project uses npm, pnpm, bun, or deno, then installing the CLI tool with the correct configuration for that specific environment.

How do I configure agent-native hooks for requirement coverage verification?

Configuring agent-native hooks for requirement coverage verification happens automatically during setup, which wires up agent-context snippets and SDD-tool integrations like Spec Kit or Kiro to maintain project integrity.

What is deterministic synchronization of specs and code without LLM drift?

Deterministic synchronization without LLM drift means using automated hooks and markers to keep project specs, code, and tests aligned through direct tool integration rather than relying on language models for consistency.

Can I integrate SDD tools like Spec Kit and Kiro during project onboarding?

Yes, you can integrate SDD tools like Spec Kit and Kiro during project onboarding, as the setup automatically wires up these integrations alongside agent-context snippets to instantly verify requirement-to-code mapping is active.

Why do I need automated hooks to prevent specification drift in development?

Automated hooks prevent specification drift by eliminating manual configuration overhead, ensuring your project's specs, code, and tests remain synchronized through deterministic tool markers rather than manual enforcement.