{
  "markdown": "# Project Context Manager Plugin\n\nA skill + agent plugin for Claude Code that scans project documentation and enforces architectural rules on every write operation.\n\n## Components\n\n### Skill: `/project-context`\n\nInvoke with `/project-context` to scan the project for architecture documentation and extract rules. Once loaded, Claude will check every subsequent Write or Edit against the documented conventions.\n\n**Scanned files**:\n- `README.md`\n- `architecture.md` / `ARCHITECTURE.md`\n- `docs/architecture.md`\n- `CLAUDE.md`\n\n**Enforced categories**:\n- Tech stack and framework conventions\n- Directory structure rules\n- Naming conventions\n- Architectural layer boundaries\n- Dependency restrictions\n- Required code patterns\n- Testing requirements\n\n### Agent: `architecture-reviewer`\n\nA read-only subagent that performs deep architectural review. Delegates to this agent for thorough multi-file analysis when making significant structural changes.\n\nProduces structured reports with **PASS**, **WARN**, and **FAIL** findings.\n\n### Hook: SessionStart\n\nAutomatically scans for architecture docs when a new Claude session starts, so project context is available immediately.\n\n## Installation\n\n```bash\nclaude --plugin-dir /path/to/project-context-manager\n```\n\nVerify it loaded:\n\n```bash\n/plugins list\n```\n\n## How It Works\n\n1. On session start, the hook scans for architecture documentation.\n2. When `/project-context` is invoked, Claude reads all doc files and extracts architectural rules.\n3. A PreToolUse prompt hook fires before every Write/Edit, checking the proposed change against the extracted rules.\n4. For deeper review, the `architecture-reviewer` agent can be invoked to analyze multiple files and produce a structured compliance report.\n",
  "bytes": 1741,
  "sha": "f5c9733f533883fd3257e782fab78c9e89d01a3b9321a3a5cc61503c96852acf",
  "repo_slug": "its-animay/claude-project-context-manager",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_its_animay_claude_project_context_manage_82501468/readme"
}