manage-ai-rules

Manage AI rule docs, keywords, and allowlists across repository paths.

219|41|Updated Feb 21, 2024
One-click install
npx skills add https://github.com/proto-at-block/bitkey --skill manage-ai-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-ai-rules
Source: https://github.com/proto-at-block/bitkey/tree/main/app/ai-rules/skills/manage-ai-rules
Command: npx skills add https://github.com/proto-at-block/bitkey --skill manage-ai-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams manage AI rules and associated skills across the repository, ensuring consistent governance, documentation, and discoverability.

Core Features & Use Cases

  • Unified governance: maintain SKILL.md entries, docs, and allowlists for AI rules and skills.
  • Documentation-first approach: reference docs under docs/docs/mobile and ai-rules/ for skills, avoiding duplication.
  • Change management: create, rename, or remove skills and automatically update the allowlist.

Quick Start

Create or rename a skill under ai-rules/skills/<name>/SKILL.md and update the allowlist entry in .claude/settings.json.

Frequently Asked Questions about manage-ai-rules

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

FAQPage Schema
How do I manage AI rules and skills across a repository?

Managing AI rules involves creating or renaming skills under ai-rules/skills/<name>/SKILL.md and updating allowlist entries in .claude/settings.json to maintain consistent governance and discoverability across the repository.

What is the documentation structure required for Claude AI skills?

Claude AI skills documentation requires a SKILL.md file with proper frontmatter, structured guidance under docs/docs/mobile and ai-rules/ paths, and optional references, scripts, or assets when present.

How do I update the allowlist when adding or renaming an AI skill?

Updating the allowlist requires modifying .claude/settings.json to reflect new or renamed skill entries under ai-rules/skills/, ensuring proper access control and change management across the repository.

Can I use this skill to audit existing AI rule configurations?

Yes, auditing AI rule configurations is supported by checking SKILL.md frontmatter requirements, validating doc structure guidance, and reviewing allowlist entries across ai-rules/skills paths.

Does this skill enforce frontmatter requirements in SKILL.md files?

Yes, the skill enforces frontmatter requirements in SKILL.md files and validates documentation structure guidance to ensure consistent AI rule governance across the repository.

What's the best way to avoid documentation duplication for AI rules?

The best way to avoid duplication is adopting a documentation-first approach that places reference docs under docs/docs/mobile and ai-rules/ for skills, preventing redundant content across repository paths.