Releases: AI-Native-Systems/ai-context-cc-plugins
Releases · AI-Native-Systems/ai-context-cc-plugins
AI Context Plugin for Claude Code
Structured AI context management plugin for Claude Code.
Help AI assistants understand your project deeply — conventions, domain terminology, architecture, and sensitive areas — through maintainable .ai-context YAML files.
What's Included in v1.0.1
Three slash commands for complete context lifecycle management:
| Command | Purpose |
|---|---|
/ai-context:init |
Create .ai-context for new or existing projects |
/ai-context:update |
Update context based on recent codebase changes |
/ai-context:digest |
Generate human-readable markdown summary |
Typical flow: init → update (as project evolves) → digest (for team onboarding)
Install
/plugin marketplace add AI-Native-Systems/ai-context-cc-plugins
/plugin install ai-context@ansHighlights
- 3 slash commands for complete context lifecycle
- Auto-detection of stack, framework, and conventions for existing projects
- Structured YAML validated against JSON Schema
- Auto-loading via SessionStart hooks
- Human-first: captures domain knowledge, naming conventions, and caution areas
- No external dependencies
- Open source (MIT)
What .ai-context Captures
- Project metadata (stack, framework, dependencies)
- Domain knowledge (terms, entities, relationships)
- Conventions (naming patterns, file organization)
- Preferences (tooling choices, patterns to avoid)
- Caution areas (sensitive code with severity levels)
- Testing (frameworks, commands, patterns)
Built by AI Native Systems™