setup-gov

Detect project technology stacks and install matching governance rules into local directories.

2|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/erclx/aitk --skill setup-gov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-gov
Source: https://github.com/erclx/aitk/tree/main/claude/skills/setup-gov
Command: npx skills add https://github.com/erclx/aitk --skill setup-gov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual effort of configuring project-specific governance rules, ensuring that every repository adheres to the correct standards and stacks without human error.

Core Features & Use Cases

  • Automated Stack Detection: Intelligently identifies project frameworks and runtimes by analyzing configuration files like package.json, go.mod, and pyproject.toml.
  • Governance Enforcement: Automatically installs and syncs the appropriate governance rules into the .claude/rules/ directory.
  • Use Case: After scaffolding a new project, use this skill to instantly detect that it is a Next.js application and apply all relevant security and coding standards defined in the toolkit.

Quick Start

Use the setup-gov skill to detect the current project stack and install all matching governance rules.

Frequently Asked Questions about setup-gov

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

FAQPage Schema
How do I automate governance rule installation for different project stacks?

Automate governance rule installation by detecting the project stack from configuration files and syncing the matching standards into the local .claude/rules/ directory, eliminating manual configuration effort.

What is automated stack detection for coding standards and how does it work?

Automated stack detection analyzes configuration files like package.json, go.mod, and pyproject.toml to identify project frameworks and runtimes, matching the detected stack to the appropriate governance rules.

Do I need the aitk CLI to sync governance rules into my project?

Yes, you need the aitk CLI installed and available on your system PATH to execute catalog lookups and rule synchronization for installing governance standards into the local project directory.

Can I enforce consistent coding standards across diverse project environments?

Yes, you can enforce consistent coding standards across diverse environments by automatically detecting the technology stack and installing the corresponding governance rules into the project directory.

What's the best way to apply security standards after scaffolding a new project?

Use automated governance installation after scaffolding to instantly detect the application framework and apply all relevant security and coding standards defined in the toolkit to the new project.

Why are my manually configured project governance rules inconsistent across repositories?

Manual project governance rule configuration often leads to inconsistencies and human error across repositories. Automating stack detection and rule installation ensures consistent rule enforcement without manual effort.