extract-rules
Extract project-specific coding rules and domain knowledge from existing codebase, generating markdown documentation for AI agents.
Installation
SKILL.md
Analyzes existing codebase to extract project-specific coding rules and domain knowledge, generating structured markdown documentation for AI agents.
File format: YAML frontmatter only (no markdown body). The file uses .md extension for consistency with other Claude Code config files, but contains only YAML between --- delimiters.
Note: .gitignore patterns are always applied. Common exclusions like nodemodules/, dist/, build/ are typically in .gitignore and automatically excluded.
Extract project-specific coding rules and domain knowledge from existing codebase, generating markdown documentation for AI agents. Source: hiroro-work/claude-plugins.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/hiroro-work/claude-plugins --skill extract-rules- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is extract-rules?
Extract project-specific coding rules and domain knowledge from existing codebase, generating markdown documentation for AI agents. Source: hiroro-work/claude-plugins.
How do I install extract-rules?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hiroro-work/claude-plugins --skill extract-rules Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/hiroro-work/claude-plugins
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-11